Skip to content

Commit

Permalink
flkuynmo
Browse files Browse the repository at this point in the history
Signed-off-by: Manuel Zedel <[email protected]>
  • Loading branch information
mzedel committed Aug 9, 2023
1 parent 23aace0 commit f671658
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions tests/e2e_tests/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@
"url": "git+https://github.com/mendersoftware/integration.git"
},
"scripts": {
"test": "npx playwright test --workers 1 --config=config.ts",
"test-ci": "mv mender-demo-artifact.mender fixtures/ && npx playwright test --workers 1 --config=config.ts",
"test-visual": "npx playwright test --ui --workers 1 --config=config.ts"
"test": "npx playwright test --workers 1",
"test-ci": "mv mender-demo-artifact.mender fixtures/ && npx playwright test --workers 1",
"test-visual": "PWDEBUG=1 npx playwright test --workers 1",
"test-visual-new": "npx playwright test --ui --workers 1"
},
"author": "Northern.tech AS",
"license": "Apache-2.0",
Expand Down

0 comments on commit f671658

Please sign in to comment.