Last active
November 8, 2020 02:47
-
-
Save gusmiguens/079b858903cf1efb8a0345d42f96eda4 to your computer and use it in GitHub Desktop.
program
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
program | |
.version('0.1.0') | |
.option('-d, --device <device>', 'run tests on device: <device>') | |
.option('-osV, --osVersion <osVersion>', 'adds device OS version') | |
.option('-r, --record', 'records the run in the Cypress dashboard') | |
.option('-o, --open', 'opens cypress'); | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment