Skip to content
This repository has been archived by the owner on Nov 28, 2024. It is now read-only.

Commit

Permalink
chore: remove cypress test step for cache
Browse files Browse the repository at this point in the history
  • Loading branch information
spaenleh committed Mar 6, 2023
1 parent f807878 commit 7b4896a
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions .github/workflows/cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,27 +29,27 @@ jobs:
- name: Type-check code
run: tsc --noEmit

# use the Cypress GitHub Action to run Cypress tests within the chrome browser
- name: Cypress run
uses: cypress-io/github-action@v4
with:
install: false
start: yarn dev
# wait-on: 'http://localhost:3112/'
# wait-on-timeout: 250
browser: chrome
quiet: true
config-file: cypress.config.ts
cache-key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
env:
VITE_API_HOST: http://localhost:3636
VITE_DOMAIN: localhost
VITE_PORT: 3112
VITE_SHOW_NOTIFICATIONS: false
VITE_AUTHENTICATION_HOST: http://localhost:3001
VITE_HIDDEN_ITEM_TAG_ID: 'hidden-item-tag-id'
VITE_NODE_ENV: test
VITE_PUBLIC_TAG_ID: 'public-tag-id'
# # use the Cypress GitHub Action to run Cypress tests within the chrome browser
# - name: Cypress run
# uses: cypress-io/github-action@v5
# with:
# install: false
# start: yarn dev
# # wait-on: 'http://localhost:3112/'
# # wait-on-timeout: 250
# browser: chrome
# quiet: true
# config-file: cypress.config.ts
# cache-key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
# env:
# VITE_API_HOST: http://localhost:3636
# VITE_DOMAIN: localhost
# VITE_PORT: 3112
# VITE_SHOW_NOTIFICATIONS: false
# VITE_AUTHENTICATION_HOST: http://localhost:3001
# VITE_HIDDEN_ITEM_TAG_ID: 'hidden-item-tag-id'
# VITE_NODE_ENV: test
# VITE_PUBLIC_TAG_ID: 'public-tag-id'

# after the test run completes
# store any screenshots
Expand Down

0 comments on commit 7b4896a

Please sign in to comment.