-
Notifications
You must be signed in to change notification settings - Fork 363
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
Q: How to run cypress from separate repo? #1387
Comments
build is intended to build the app, not to install dependencies. The action will already execute start documentation says:
This issue list is intended for bug reports and feature requests. For "how-to" type support you can connect to the Cypress technical community on Discord: |
@MikeMcC399 thank you! I missed documentation regarding 'start'.
|
The intention of the See Project ID and Record Key for an example and explanation for recording:
See Env for examples of passing environment variables. |
Thank you for your patience, I'll re-read project docs. |
There is a gap in the documentation to make it clearer about the difference between using CLI commands and using Example without actionExample with action |
Thanks! |
I'm going to suggest closing this issue now. I think you have received the answers you needed to your questions. |
sure, thank you again! I discovered just now that I can close it :-) |
As far as I understand from Readme and examples, the default scenario expects Cypress tests as part of application repo.
In my case I have a repository with Cypress tests, and I need to run them using 'yarn install && yarn cypress:run:staging' and so on.
Tests run OK when I'm running them using shell commands, like
run: yarn cypress:run:staging
but fail when I tried to use this action:
Did I miss something?
Thanks, Vitaly
The text was updated successfully, but these errors were encountered: