Skip to content

Commit

Permalink
change: package update for e2e
Browse files Browse the repository at this point in the history
  • Loading branch information
sk-enya committed Aug 29, 2024
1 parent e5e9903 commit d9935f0
Show file tree
Hide file tree
Showing 2 changed files with 2,037 additions and 1,919 deletions.
6 changes: 3 additions & 3 deletions e2e-tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"author": "Sahil Kashetwar <[email protected]>",
"license": "MIT",
"devDependencies": {
"@playwright/test": "^1.37.0",
"@synthetixio/synpress": "3.7.2-beta.3",
"@playwright/test": "1.37.0",
"@synthetixio/synpress": "3.7.2-beta.9",
"serve": "^14.2.0"
},
"scripts": {
Expand All @@ -15,7 +15,7 @@
"test": "playwright test --project=chromium",
"test:ui": "playwright test --project=chromium --ui",
"test:headless": "HEADLESS_MODE=true playwright test --project=chromium",
"report":"npx playwright show-report",
"report": "npx playwright show-report",
"start:server": "serve ../build -p 3000",
"codegen": "npx playwright codegen"
},
Expand Down
Loading

0 comments on commit d9935f0

Please sign in to comment.