-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for Cypress 10.0.x #342
Comments
Hey, support for cypress 10.x.x is currently in progress on BrowserStack and will be released soon. |
Hi, any guesstimate when this would happen, weeks, months? |
hey @pranavj1001, any estimates on when BrowserStack will get support to cypress latest? |
BrowserStack now supports Cypress 10. Please update the |
Does this mean |
I am also having this same error. Browserstack json below: "run_settings": {
"cypress_config_file": "./cypress/cypress.config.ts",
"project_name": "project-name",
"build_name": "build-name",
"exclude": [],
"parallels": "2",
"npm_dependencies": {},
"package_config_options": {},
"headless": true,
"cypress_version": "10"
} I am using Cypress v10.3.0 and my Cypress tests run fine. |
I was able to get my tests running, but it was not fun. I needed to compile the Further more it was important to add cypress, as an npm_dependencies,
because my
After this I needed to copy some files here and there. I don't think it's practical at the moment. |
Same thing without TypeScript. You have to give
|
will there be typescript support for cypress 10.x in the near feature? |
In case you came here because you used TypeScript configuration files for Cypress (which is not mandatory and therefore not a dependency of the {
"run_settings": {
"cypress_config_file": "./cypress.config.ts",
"cypress_version": "13.latest",
"npm_dependencies": {
"typescript": "^4.6.3"
}
}
} This will tell As for adding further dependencies, have a look here: https://www.browserstack.com/docs/automate/cypress/npm-packages |
Hello. Is the CLI going to be updated to support Cypress 10.0.0 and above? Thank you
The text was updated successfully, but these errors were encountered: