소스 검색

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