Skip to content

Commit

Permalink
CU-86a0vq1ak - Fully implement WcSdk e2e tests (finish the connection…
Browse files Browse the repository at this point in the history
… and use every command expecing the responses)
  • Loading branch information
Leonardo de Jesus Diz Conde committed Oct 9, 2023
1 parent 67dbf44 commit d6a2f27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"ex:install:windows": "cd ../examples && for /d %i in (*) do (cd %i && pnpm install && cd ..)",
"format": "prettier . --write && eslint --fix",
"lint": "prettier . --check && eslint",
"prepare": "npm install serve -g",
"prepare": "npm install serve -g && pnpm exec playwright install",
"report:clean": "rm -rf playwright-report test-results tests-results",
"report:open": "npx pnpm playwright show-report",
"test": "playwright test --headed",
Expand Down

0 comments on commit d6a2f27

Please sign in to comment.