Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save SarahElson/1a91de2348786a13f36adcc629bff48f to your computer and use it in GitHub Desktop.
Save SarahElson/1a91de2348786a13f36adcc629bff48f to your computer and use it in GitHub Desktop.
lambdatest-config.json
{
"lambdatest_auth": {
"username": "your-lambdatest-username",
"access_key": "your-lambdatest-token"
},
"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": 5,
"specs": "./**/*.spec.ts",
"ignore_files": "",
"feature_file_suppport": false,
"network": false,
"headless": false,
"reporter_config_file": "",
"npm_dependencies": {
"cypress": "9.0.0",
"typescript": "^4.7.2"
}
},
"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