Skip to content

Instantly share code, notes, and snippets.

@adarsh-gupta101
Created November 22, 2022 13:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adarsh-gupta101/e8e742197cb4951f9fe6c9bd37eb80e2 to your computer and use it in GitHub Desktop.
Save adarsh-gupta101/e8e742197cb4951f9fe6c9bd37eb80e2 to your computer and use it in GitHub Desktop.
app
{
"lambdatest_auth": {
"username": "<Your LambdaTest username>",
"access_key": "<Your LambdaTest 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",
"reporter_config_file": "base_reporter_config.json",
"build_name": "build-name",
"parallels": 1,
"specs": "./*.spec.js",
"ignore_files": "",
"network": false,
"headless": false,
"npm_dependencies": {
"cypress": "9.0.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