Last active
June 15, 2022 06:06
-
-
Save SarahElson/1a91de2348786a13f36adcc629bff48f to your computer and use it in GitHub Desktop.
lambdatest-config.json
This file contains hidden or 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
{ | |
"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