-
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
Run e2e tests in both Chrome and Electron #5359
Run e2e tests in both Chrome and Electron #5359
Conversation
Thanks for the contribution! Below are some guidelines Cypress uses when doing PR reviews.
PR Review ChecklistIf any of the following requirements can't be met, leave a comment in the review selecting 'Request changes', otherwise 'Approve'. User Experience
Functionality
Maintainability
Quality
Internal
|
44648ed
to
b0f6a17
Compare
…napshot - create a dynamic test title with browser appended - use a base named snapshot without the browser name appended - patch snap-shot-it not to rethrow twice unnecessarily which ends up throwing the wrong error
I have opened bahmutov/snap-shot-it#443 to allow multiple tests to "share" a named snapshot |
I have published
|
Run afterEaches when skipping testo Recurse upwards with runAfterEach stop promise chains
This reverts commit 3104f99.
bc90d5f
to
450c693
Compare
32d1708
to
9055741
Compare
Add --window-size=1280,720 --kiosk to chrome args
…ecified browser - implement e2e.it.skip to match mocha’s it.skip - allow turning off dynamic test generation
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.
approved
Released in |
User facing changelog
N/A - not user facing
Additional details
How has the user experience changed?
PR Tasks