Skip to content

Instantly share code, notes, and snippets.

@SarahElson
Last active August 3, 2022 09:23
Show Gist options
  • Save SarahElson/c7e1d1e1c3d39487f9063e48036e1b35 to your computer and use it in GitHub Desktop.
Save SarahElson/c7e1d1e1c3d39487f9063e48036e1b35 to your computer and use it in GitHub Desktop.
Step-up lambdatest for Cypress test case execution
{
"lambdatest_auth": {
"username": "username",
"access_key": "access_key"
},
"browsers": [
{
"browser": "Chrome",
"platform": "Windows 10",
"versions": ["latest-1"]
},
{
"browser": "Firefox",
"platform": "Windows 10",
"versions": ["latest-1"]
}
],
"run_settings": {
"cypress_config_file": "cypress.json",
"build_name": "build-name",
"parallels": 2,
"specs": "./cypress/integration/lambdatest/*.spec.js",
"ignore_files": "",
"feature_file_suppport": false,
"network": false,
"headless": false,
"reporter_config_file": "",
"npm_dependencies": {
"cypress": "9.2.0"
}
},
"tunnel_settings": {
"tunnel": false,
"tunnel_name": null
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment