mirror of
https://github.com/cypress-io/cypress.git
synced 2026-04-22 07:00:22 -05:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user