Skip to content
This repository was archived by the owner on Aug 6, 2025. It is now read-only.

Commit 040f3be

Browse files
committed
build: add package script for running just locator tests
1 parent aa54dd4 commit 040f3be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
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",
26+
"test:fixture:locator": "playwright test test/fixture/locators.test.ts",
2627
"test:standalone": "hover-scripts test --no-watch",
2728
"test:types": "tsc --noEmit"
2829
},

0 commit comments

Comments
 (0)