Skip to content

Commit

Permalink
tentando adicionar testes em 2 navegadores
Browse files Browse the repository at this point in the history
  • Loading branch information
feroline committed Jun 28, 2024
1 parent c0816b5 commit 6260a3e
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,15 @@ jobs:
config: pageLoadTimeout=100000
record: true
parallel: true
group: 'Testes End-to-end'
group: 'chrome'

with:
browser: firefox
config: pageLoadTimeout=100000
record: true
parallel: true
group: 'firefox'

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
Expand Down

0 comments on commit 6260a3e

Please sign in to comment.