Last active
August 3, 2022 09:23
-
-
Save SarahElson/c7e1d1e1c3d39487f9063e48036e1b35 to your computer and use it in GitHub Desktop.
Step-up lambdatest for Cypress test case execution
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": "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