Skip to content

Commit

Permalink
fix: install cypress in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
TonyBrobston committed Oct 2, 2020
1 parent 214402e commit e278e20
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 e278e20

Please sign in to comment.