Skip to content
This repository has been archived by the owner on Apr 5, 2018. It is now read-only.

Commit

Permalink
Looks like cypress moved
Browse files Browse the repository at this point in the history
  • Loading branch information
denis-yuen committed Sep 18, 2017
1 parent 145f8da commit a7fa034
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ before_install:
- 'sudo apt install -y oracle-java8-set-default'
- 'wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb'
- 'sudo dpkg -i google-chrome*.deb'
- 'npm install -g cypress-cli' #test using cypress cli for integrationg testing
- 'wget --tries=10 https://github.com/ga4gh/dockstore/releases/download/${WEBSERVICE_VERSION}/dockstore-webservice-${WEBSERVICE_VERSION}.jar'
- 'chmod u+x dockstore-webservice-${WEBSERVICE_VERSION}.jar'
- 'sleep 3' # https://docs.travis-ci.com/user/gui-and-headless-browsers/#Using-xvfb-to-Run-Tests-That-Require-a-GUI
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"test": "grunt test & cypress run"
},
"devDependencies": {
"cypress": "0.20.0",
"grunt-contrib-watch": "1.0.0",
"grunt-contrib-connect": "1.0.2"
}
Expand Down

0 comments on commit a7fa034

Please sign in to comment.