Преглед на файлове

Move playwright stuff into its own directory

Jonathan Kelley преди 1 година
родител
ревизия
8527e60e01
променени са 3 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 0 0
      playwright-tests/package-lock.json
  2. 0 0
      playwright-tests/package.json
  3. 1 1
      playwright-tests/playwright.config.js

+ 0 - 0
package-lock.json → playwright-tests/package-lock.json


+ 0 - 0
package.json → playwright-tests/package.json


+ 1 - 1
playwright.config.js → playwright-tests/playwright.config.js

@@ -12,7 +12,7 @@ const path = require("path");
  * @see https://playwright.dev/docs/test-configuration
  */
 module.exports = defineConfig({
-  testDir: "./playwright-tests",
+  testDir: ".",
   /* Run tests in files in parallel */
   fullyParallel: true,
   /* Fail the build on CI if you accidentally left test.only in the source code. */