Skip to content

Commit

Permalink
Add cypress to public hoist, try to run locally
Browse files Browse the repository at this point in the history
  • Loading branch information
sneridagh committed Mar 20, 2024
1 parent cd2a05c commit e755461
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/acceptance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,14 @@ jobs:
BABEL_ENV: production
CYPRESS_RETRIES: 2
with:
working-directory: core/packages/volto
project: ../../../.
# working-directory: core/packages/volto
# project: ../../../.
# config-file: ../../../cypress.config.js
browser: chrome
spec: cypress/tests/**/*.{js,jsx,ts,tsx}
install: false
start: |
make start-test-acceptance-server
make start-test-acceptance-server-ci
make start-test-acceptance-frontend
wait-on: 'npx wait-on --httpTimeout 20000 http-get://localhost:55001/plone http://localhost:3000'

Expand Down
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
public-hoist-pattern[]=*eslint*
public-hoist-pattern[]=*prettier*
public-hoist-pattern[]=*stylelint*
public-hoist-pattern[]=*cypress*
public-hoist-pattern[]=*parcel*

0 comments on commit e755461

Please sign in to comment.