Skip to content

Commit

Permalink
scaffold Cypress project
Browse files Browse the repository at this point in the history
  • Loading branch information
bahmutov committed Jun 23, 2020
1 parent f754be5 commit 3302507
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,16 @@ jobs:
at: ~/
- run:
name: Test HTML pages
# note: need to scaffold Cypress files
# https://github.com/cypress-io/cypress/issues/7554
command: |
mkdir /tmp/test-folder
cd /tmp/test-folder
npm init -y
npm i -D cypress
echo "testing existing pages"
npx cypress run
echo '{}' >> cypress.json
echo "Testing existing pages"
CYPRESS_INTERNAL_FORCE_SCAFFOLD=1 npx cypress run
release:
executor: cypress/base-10
Expand Down

0 comments on commit 3302507

Please sign in to comment.