Skip to content

Instantly share code, notes, and snippets.

@gusmiguens
Last active November 8, 2020 02:47
Show Gist options
  • Save gusmiguens/079b858903cf1efb8a0345d42f96eda4 to your computer and use it in GitHub Desktop.
Save gusmiguens/079b858903cf1efb8a0345d42f96eda4 to your computer and use it in GitHub Desktop.
program
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