Skip to content

Commit 940c8ae

Browse files
committed
fix: resolve E2E workflow instance conflicts and Playwright version issues
Fix chat module to use container's pre-installed Playwright - Change package.json script from "npx playwright test" to "playwright test" - Prevents version conflicts between container's Playwright and package.json - Matches user module pattern which was working correctly
1 parent d107831 commit 940c8ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pos-module-chat/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"scripts": {
3-
"pw-tests": "npx playwright test tests --project=test --reporter=list",
3+
"pw-tests": "playwright test tests --project=test --reporter=list",
44
"test": "playwright test",
55
"install: playwright": "npx playwright install"
66
},

0 commit comments

Comments
 (0)