Cli env var changes (#1734)

* wip [skip ci] update

* wip [skip ci] update test

* [skip ci] fix env var

* bump sinon, create helper utility to always throw when a stub is called without being given stubbed behavior

* update failing specs

* fix some error messages

* update snapshot

* warning -> note, add snapshot tests

* change snapshot os.release, test env vars
This commit is contained in:
Brian Mann
2018-05-19 15:37:52 -04:00
committed by GitHub
parent fbd0c27a07
commit 1d0b35bd47
35 changed files with 665 additions and 347 deletions
+1 -1
View File
@@ -173,7 +173,7 @@ module.exports = {
console.log("setting environment variables in", project)
car.updateProjectEnv(project, provider, {
CYPRESS_NPM_PACKAGE_NAME: nameOrUrl,
CYPRESS_BINARY_VERSION: binaryVersionOrUrl
CYPRESS_INSTALL_BINARY: binaryVersionOrUrl
})
awaitEachProjectAndProvider(PROJECTS, updateProject, projectFilter)
.then R.always(result)