Skip to content

Commit

Permalink
esqueleto finalizado
Browse files Browse the repository at this point in the history
  • Loading branch information
feroline committed Jun 28, 2024
1 parent 6768c67 commit 640622d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
name: End-to-end tests
on: push
name: Teste de integração com Cypress e Github Actions
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]

jobs:
cypress-run:
runs-on: ubuntu-22.04
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
# demoQA-automation-Cypress

<!-- TODO: FINALIZAR README -->
<!--
- Pacotes instalados
- Cypress -> https://docs.cypress.io/guides/getting-started/installing-cypress
Expand Down

0 comments on commit 640622d

Please sign in to comment.