浏览代码

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