Skip to content

Commit

Permalink
cypress_test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
meghanakr7 committed May 5, 2024
1 parent bfbfeb7 commit a1e8096
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions .github/workflows/cyress_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,13 @@ jobs:

- name: Build with Maven
run: mvn clean install
# # Install npm dependencies, cache them correctly
# # and run all Cypress tests
# - name: Cypress run
# uses: cypress-io/github-action@v6
# with:
# browser: chrome
# spec: cypress/cypress/e2e/spec.cy.js
# Install npm dependencies, cache them correctly
# and run all Cypress tests
- name: Cypress run
uses: cypress-io/github-action@v6
with:
browser: chrome
spec: cypress/cypress/e2e/spec.cy.js
working-directory: ./cypress
start: |
npx cypress run

0 comments on commit a1e8096

Please sign in to comment.