Skip to content

Commit 42b5dad

Browse files
Add test commands for Firefox and WebKit
1 parent a16d9dd commit 42b5dad

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@
77
"test:ui": "npx playwright test tests/ui",
88
"test:headed": "npx playwright test --headed",
99
"test:chrome": "npx playwright test --project=chrome",
10+
"test:chrome": "npx playwright test --project=firefox",
11+
"test:chrome": "npx playwright test --project=webkit",
1012
"report": "npx playwright show-report",
1113
"trace": "npx playwright show-trace"
1214
},

0 commit comments

Comments
 (0)