Skip to content

Commit

Permalink
fix: remove parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
ngunner15 committed Jan 30, 2025
1 parent 384be75 commit c00d6ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@
"lint": "./node_modules/.bin/eslint \"src/**\"",
"cy:open": "cypress open",
"cy:run": "cypress run --browser chrome",
"cy:ci-1": "cypress run --parallel --browser chrome --headless --spec cypress/e2e/smoke-test-01/**/* --record",
"cy:ci-2": "cypress run --parallel --browser chrome --headless --spec cypress/e2e/smoke-test-02/**/* --record",
"cy:ci-1": "cypress run --browser chrome --headless --spec cypress/e2e/smoke-test-01/**/* --record",
"cy:ci-2": "cypress run --browser chrome --headless --spec cypress/e2e/smoke-test-02/**/* --record",
"cy:ci": "start-server-and-test start http://localhost:3000 cy:ci-1 & start-server-and-test start http://localhost:3000 cy:ci-2"
},
"eslintConfig": {
Expand Down

0 comments on commit c00d6ad

Please sign in to comment.