Skip to content

Commit

Permalink
removed parallel processing - to be implemented separately
Browse files Browse the repository at this point in the history
  • Loading branch information
Zahra Ali authored and Zahra Ali committed Aug 3, 2023
1 parent c44a81f commit e3ec660
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/cypress-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,8 @@ jobs:
with:
browser: chrome
spec: cypress/**/*.cy.tsx
headed: true
no-exit: true
headed: false
record: true # send results to cypress dashboard
parallel: true
start: yarn dev
wait-on: 'http://localhost:3000'
wait-on-timeout: 120
Expand Down

0 comments on commit e3ec660

Please sign in to comment.