Skip to content

Instantly share code, notes, and snippets.

@SarahElson
Created March 13, 2024 14:06
Show Gist options
  • Select an option

  • Save SarahElson/7ea73403f98040aee004fc5ef8466746 to your computer and use it in GitHub Desktop.

Select an option

Save SarahElson/7ea73403f98040aee004fc5ef8466746 to your computer and use it in GitHub Desktop.
How to Write Your First Cypress Test [With Examples]
{
"lambdatest_auth": {
"username": "username",
"access_key": "access_key"
},
"browsers": [
{
"browser": "Chrome",
"platform": "Windows 11",
"versions": [
"latest-1"
]
},
{
"browser": "Electron",
"platform": "Windows 11",
"versions": [
"latest"
]
},
{
"browser": "Firefox",
"platform": "Windows 11",
"versions": [
"latest-1"
]
}
],
"run_settings": {
"build_name": "Write First Script In Cypress",
"parallels": 3,
"specs": "./cypress/e2e/lambdatest/*.cy.js",
"ignore_files": "",
"network": true,
"headless": false,
"npm_dependencies": {
"cypress": "13.6.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