Skip to content

Commit

Permalink
chore: adjust test script
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelass committed Feb 21, 2024
1 parent 37aba4b commit d099b1c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@
"test:electron": "jest --runInBand --config jest.config.electron.ts --verbose",
"test:client": "jest --runInBand --config jest.config.client.ts --verbose",
"pretest:e2e": "nextron build --no-pack",
"test:e2e": "npx playwright test"
"test:e2e:local": "npx playwright test",
"test:e2e": "xvfb-run --auto-servernum --server-args=\"-screen 0 1280x960x24\" -- npx playwright test"
},
"dependencies": {
"electron-context-menu": "3.6.1",
Expand Down

0 comments on commit d099b1c

Please sign in to comment.