Skip to content

Commit

Permalink
Merge pull request #175 from TonyBrobston/install-cypress-in-ci
Browse files Browse the repository at this point in the history
fix: install cypress in ci
  • Loading branch information
TonyBrobston authored Oct 2, 2020
2 parents 214402e + e278e20 commit 79f7adb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .scripts/acceptanceTestFunctions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

PORT=3000

installCypress() {
cypress install
}

buildJpegasusAndMakeJpegasusAvailableAsLink() {
yarn build
yarn link
Expand Down
1 change: 1 addition & 0 deletions .scripts/runAcceptanceTests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

. ./.scripts/acceptanceTestFunctions.sh

installCypress
buildJpegasusAndMakeJpegasusAvailableAsLink
cloneJpegasusDemoAndLinkJpegasus
runCypressAndSetupTeardown
1 change: 1 addition & 0 deletions .scripts/runAcceptanceTestsInteractive.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

. ./.scripts/acceptanceTestFunctions.sh

installCypress
buildJpegasusAndMakeJpegasusAvailableAsLink
cloneJpegasusDemoAndLinkJpegasus
openCypressAndSetupTeardown

0 comments on commit 79f7adb

Please sign in to comment.