Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
kelanik8 committed Dec 5, 2023
1 parent 57553d9 commit f3f1d48
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ env:
GOFLAGS: -mod=readonly

NODE_VERSION: 16
CORTEZA_VERSION: 2023.3.8
CYPRESS_VERSION: 9.5.1
CORTEZA_VERSION: 2023.9.0
CYPRESS_VERSION: 13.5.0
CYPRESS_HOST: http://localhost:8888
CYPRESS_BASE_URL: http://localhost:8888
CYPRESS_ADMIN_URL: http://localhost:8080
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
- name: Run CY tests for "${{ matrix.client }}"
env:
CLIENT_NAME: ${{ matrix.client }}
COMMAND: "cypress run --spec cypress/integration/basic-functionalities/${{ matrix.client }}/index.js --browser chrome"
COMMAND: "cypress run --spec cypress/e2e/basic-functionalities/${{ matrix.client }}/index.cy.js --browser chrome"
working-directory: corteza-e2e-cypress
run: |
docker ps
Expand All @@ -140,7 +140,7 @@ jobs:
echo "${CLIENT_NAME}"
docker-compose run \
--entrypoint='cypress run --spec cypress/integration/basic-functionalities/server/Create_user.spec.js --browser chrome' \
--entrypoint='cypress run --spec cypress/e2e/basic-functionalities/local-tests/server/index.cy.js --browser chrome' \
cypress
docker-compose run \
Expand Down

0 comments on commit f3f1d48

Please sign in to comment.