Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 5c9d88f

Browse files
committedSep 25, 2022
wip: ci: debugging ci-only failure, try running only @playwright/test
1 parent c402d1e commit 5c9d88f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"prepare:playwright-test:package": "jscodeshift -t ./playwright-test/rename-imports.ts --extensions=ts --parser=ts ./lib",
2020
"prepublishOnly": "npm run build",
2121
"start:standalone": "hover-scripts test",
22-
"test": "run-s build:testing-library test:standalone test:fixture",
22+
"test": "run-s build:testing-library test:fixture:locator",
2323
"test:legacy": "run-s build:testing-library test:standalone test:fixture:legacy",
2424
"test:fixture": "playwright test",
2525
"test:fixture:legacy": "playwright test test/fixture/element-handles.test.ts",

0 commit comments

Comments
 (0)
Please sign in to comment.