-
Notifications
You must be signed in to change notification settings - Fork 3.2k
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
chore: add Cypress Conf to README.md #27569
Conversation
chore: adding in small promo for Cypress Conf.
6 flaky tests on run #50036 ↗︎Details:
|
Test | Artifacts | |
---|---|---|
network stubbing > intercepting request > can delay and throttle a StaticResponse |
Output
|
e2e/origin/config_env.cy.ts • 1 flaky test • 5x-driver-firefox
Test | Artifacts | |
---|---|---|
cy.origin- Cypress.config() > serializable > overwrites different values in secondary if one exists in the primary |
Output
|
e2e/origin/commands/assertions.cy.ts • 1 flaky test • 5x-driver-firefox
Test | Artifacts | |
---|---|---|
cy.origin assertions > #consoleProps > .should() and .and() |
Output
|
cypress/cypress.cy.js • 3 flaky tests • 5x-driver-firefox
Test | Artifacts | |
---|---|---|
... > correctly returns currentRetry |
Output
|
|
... > correctly returns currentRetry |
Output
|
|
... > correctly returns currentRetry |
Output
|
This comment has been generated by cypress-bot as a result of this project's GitHub integration settings.
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.
Sure, great idea. I wonder if we should have a way to automatically remove this, maybe a test that fails after the date of Cypress conf?
it('fails is Cypress Conf is over', () => {
if (new Date(date of conf) > Date.now()) {
throw Error('please update README')
}
})
Now CI fails until you remove it.
This reverts commit e0065e2.
This reverts commit e0065e2.
chore: adding in small promo for Cypress Conf.
Additional details
Steps to test
How has the user experience changed?
PR Tasks
cypress-documentation
?type definitions
?