-
Notifications
You must be signed in to change notification settings - Fork 41
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
Cypress Cloud integration #935
Conversation
Co-authored-by: Christian Schweikert <[email protected]>
Co-authored-by: Christian Schweikert <[email protected]>
removed unneeded comment
modified README.md
cypress cloud
@@ -43,6 +43,34 @@ In order to generate one xml report per test type (installation, integration and | |||
With Cypress 12 version is now available `cy.origin()` that allows you to handle redirections. This funcionality eases the login handling. | |||
See `./support/e2e.ts` for a generic login example. | |||
|
|||
## Cypress Cloud |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would move the whole section into the documentation of cypress (https://github.com/opendevstack/ods-quickstarters/blob/master/docs/modules/quickstarters/pages/e2e-cypress.adoc). The focus of the README.md
should be more on getting started. Maybe only leave a short note about general support for Cypress Cloud with a link to the documentation.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done ;)
e2e-cypress/files/README.md
Outdated
## Cypress Cloud | ||
|
||
To use Cypress Cloud, follow these steps: | ||
1. **Request access.** In order to access Cypress Cloud, you will need to request access to the AAD group. This can be done through MyServices using the Active Directory Group - Administration Request form. Once access has been granted, you will be able to log into https://cloud.cypress.io/login using your mail. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This point refers to internal processes of a specific organization. I would not mention those within an open source project. Maybe rephrase this and the following point to be more general.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Seems that @roicarrera already modified the Readme accordingly.
added integration with cypress cloud. Has to be set manually, explained in the readme.
Changed agent node version to node 18