-
Notifications
You must be signed in to change notification settings - Fork 906
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(gce) improve e2e test start-up script (#2914)
- Loading branch information
1 parent
0de43ae
commit 5f488b0
Showing
5 changed files
with
12 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
# Deck end-to-end tests | ||
|
||
The tests in this directory are a work in progress. They do not perfectly clean up the resources they create. | ||
If you have not run these tests before, switch to a node version > 6, | ||
then run `npm install` from this directory (not from the Deck project root). | ||
If you have not run these tests before, run `npm install` from this directory (not from the Deck project root). | ||
To run the tests, run `npm test` (from this directory). | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,8 @@ | ||
#!/bin/bash | ||
. ~/.nvm/nvm.sh | ||
|
||
nvm install $npm_package_engines_node | ||
|
||
./node_modules/protractor/bin/webdriver-manager update | ||
protractor protractor.conf.js | ||
./node_modules/protractor/bin/protractor protractor.conf.js | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters