mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-02 04:29:55 -06:00
* fix: get correct env from npm config `npm config set VAR VAL` will inject `npm_config_var=val` environment variable. This commit will solve this issue Closes: #24556 * Disable commercial recommendations for system tests. * Disable commercial recommendations * Update system-tests/lib/system-tests.ts * Revert changes * Update cli/test/lib/util_spec.js * Update cli/test/lib/util_spec.js Co-authored-by: Matt Henkes <mjhenkes@gmail.com>