Skip to content

Commit 022c354

Browse files
committed
ci: update scripts
1 parent e3125ce commit 022c354

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@
33
"version": "1.0.0",
44
"scripts": {
55
"test": "jest",
6-
"test:play": "npx playwright test",
7-
"test:play:debug": "npx playwright test --debug",
86
"test:jest:watch": "jest --watch",
9-
"testcon:play": "DEBUG=testcontainers* npx playwright test",
7+
"testcon:play": "npx playwright test",
8+
"testcon:play:debug": "DEBUG=testcontainers* npx playwright test",
109
"testcon:jest": "DEBUG=testcontainers* npm test",
1110
"report:play": "npx playwright show-report"
1211
},

0 commit comments

Comments
 (0)