-
Notifications
You must be signed in to change notification settings - Fork 267
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update E2E tests script to provide option for using nightly releases
Some automated tests just need to run the integration tests / browser E2E tests against a specific release version. They do not need to build the application from scratch. Add support for an environment variable `USE_NIGHTLY_RELEASE` which bypasses the normal `npm install`, webpack build, ko build, etc. and instead deploys the latest nightly release to the target environment.
- Loading branch information
1 parent
aa2e844
commit 4ed004f
Showing
3 changed files
with
30 additions
and
35 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
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