Skip to content

Commit

Permalink
🧱 ci: corrigindo pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
BrunoDorea committed Mar 12, 2024
1 parent d7e34a4 commit e802c6d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Cypress run
uses: cypress-io/github-action@v6
with:
command: npm run cy:basico
command: npm run cy:api
browser: chrome
record: true

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@

"cy:basico": "npx cypress run --record --config-file cypress.config.js --spec cypress\\e2e\\basico",

"cy:api": "npx cypress run --config-file cypress-api.config.js --spec cypress\\e2e\\api",
"cy:api": "npx cypress run --record -C cypress.config.js --spec cypress\\e2e\\api",
"cy:api-auth": "npx cypress run --config-file cypress-api.config.js --spec cypress\\e2e\\api\\Auth",
"cy:api-booking": "npx cypress run --config-file cypress-api.config.js --spec cypress\\e2e\\api\\Booking",

"cy:web": "npx cypress run --config-file cypress-web.config.js --spec cypress\\e2e\\web",
"cy:web": "npx cypress run --record --config-file cypress-web.config.js --spec cypress\\e2e\\web",
"cy:web:editor": "npx cypress run --config-file cypress-web.config.js --spec cypress\\e2e\\web\\editor",
"cy:web:register": "npx cypress run --config-file cypress-web.config.js --spec cypress\\e2e\\web\\register",
"cy:web:login": "npx cypress run --config-file cypress-web.config.js --spec cypress\\e2e\\web\\login"
Expand Down

0 comments on commit e802c6d

Please sign in to comment.