-
Notifications
You must be signed in to change notification settings - Fork 167
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
initial cypress setup #2230
initial cypress setup #2230
Conversation
e3e9f51
to
5bd7259
Compare
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.
Git ignore cypress temporary files.
/src/__tests__/cypress/cypress/downloads
/src/__tests__/cypress/cypress/screenshots
e5b9749
to
fb14567
Compare
@christianvogt Some more suggestions.
|
@dpanshug I'm going to update docs in another PR. This was just an initial delivery to get started. I even have more work right now that builds on this PR and changes up more things. I am not removing playwright tests as part of this PR either because there's more work to be done to get parity. That will come later. |
fb14567
to
3e62f77
Compare
added a 2nd commit that builds on the first and migrates the playwright tests to cypress |
c20ebac
to
8eea2be
Compare
8eea2be
to
87f5247
Compare
87f5247
to
d0acb3c
Compare
[APPROVALNOTIFIER] This PR is APPROVED Approval requirements bypassed by manually added approval. This pull-request has been approved by: The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Closes: #2071
Description
Initial setup for cypress.
This PR does not run cypress alongside existing tests.
How Has This Been Tested?
Manually.
Test Impact
None.
Request review criteria:
Self checklist (all need to be checked):
If you have UI changes:
After the PR is posted & before it merges:
main