Skip to content

Commit

Permalink
Removed parallel-surcharge script from package.json
Browse files Browse the repository at this point in the history
- Surcharge tests need to be divided by type to be executed in parallel
  • Loading branch information
mishautkin committed Nov 15, 2024
1 parent 58efcca commit 538fed1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/qa/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,8 @@
"parallel-transaction-eur-classic": "npx playwright test --project=transaction-eur-classic --workers=5",
"parallel-transaction-eur-block": "npx playwright test --project=transaction-eur-block --workers=3",
"transaction-non-eur": "npx playwright test --project=transaction-non-eur workers=1",
"parallel-surcharge": "npx playwright test --project=surcharge --workers=3",
"parallel-transactions": "npm run parallel-transaction-eur-block & npm run parallel-transaction-eur-classic",
"all-with-parallel": "npm run sequential & npm run parallel-surcharge & npm run parallel-transactions"
"all-with-parallel": "npm run sequential & npm run parallel-transactions"
},
"eslintConfig": {
"extends": [
Expand Down

0 comments on commit 538fed1

Please sign in to comment.