Skip to content

Commit 8b98d04

Browse files
committed
wip: ci: debugging ci-only failure, try running only @playwright/test
1 parent c402d1e commit 8b98d04

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 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)