Переглянути джерело

Move playwright stuff into its own directory

Jonathan Kelley 1 рік тому
батько
коміт
8527e60e01

+ 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. */