We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c402d1e commit 8b98d04Copy full SHA for 8b98d04
package.json
@@ -19,7 +19,7 @@
19
"prepare:playwright-test:package": "jscodeshift -t ./playwright-test/rename-imports.ts --extensions=ts --parser=ts ./lib",
20
"prepublishOnly": "npm run build",
21
"start:standalone": "hover-scripts test",
22
- "test": "run-s build:testing-library test:standalone test:fixture",
+ "test": "run-s test:fixture:locator",
23
"test:legacy": "run-s build:testing-library test:standalone test:fixture:legacy",
24
"test:fixture": "playwright test",
25
"test:fixture:legacy": "playwright test test/fixture/element-handles.test.ts",
0 commit comments