From a1e8096a680a3f2003a64b040bd4925c6f0355eb Mon Sep 17 00:00:00 2001 From: iammeghana Date: Sun, 5 May 2024 17:11:48 -0400 Subject: [PATCH] cypress_test workflow --- .github/workflows/cyress_tests.yml | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/.github/workflows/cyress_tests.yml b/.github/workflows/cyress_tests.yml index 8e5921a8..a3b3c2d0 100644 --- a/.github/workflows/cyress_tests.yml +++ b/.github/workflows/cyress_tests.yml @@ -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