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 6, 2023
1 parent 853e0d1 commit e8860be
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:unix": "cd ../examples && for d in */; do (cd \"$d\" && pnpm i && cd ..); done",
"format": "prettier . --write && eslint --fix",
"lint": "prettier . --check && eslint",
"prepare": "pnpm setup && pnpm install -g serve && pnpm playwright install",
"prepare": "npm install -g serve && pnpm playwright install",
"report:clean": "rm -rf playwright-report test-results tests-results",
"report:open": "npx pnpm exec playwright show-report",
"test": "playwright test --headed",
Expand Down

0 comments on commit e8860be

Please sign in to comment.