mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-02 20:50:01 -06:00
* feat: Add support for Chrome Beta * chore: update yarn.lock * chore: Test against repo-defined versions of Chrome stable and beta
5 lines
154 B
JavaScript
5 lines
154 B
JavaScript
const versions = require('../browser-versions')
|
|
const channel = process.argv[2]
|
|
|
|
process.stdout.write(versions[channel]) //eslint-disable-line no-console
|