-
Notifications
You must be signed in to change notification settings - Fork 101
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
Search: Add e2e tests #3727
Search: Add e2e tests #3727
Conversation
@rebeccahum do we want to run these tests as a part of our CI process? |
@sjinks Yes, I just wanted to get it in the repo first and then I'll open a PR for the CI process. |
4d96916
to
98ecd17
Compare
Codecov Report
@@ Coverage Diff @@
## develop #3727 +/- ##
=============================================
+ Coverage 34.62% 34.64% +0.01%
Complexity 3602 3602
=============================================
Files 216 216
Lines 13908 13908
=============================================
+ Hits 4816 4818 +2
+ Misses 9092 9090 -2
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Kudos, SonarCloud Quality Gate passed!
|
Description
This PR adds the e2e tests via Cypress from upstream. However, there has been several modifications to make it work with vip-go-mu-plugins + VIP Search, so it will definitely not be 1:1.
Next step is to add it to our ci/cd pipeline.
Steps to Test
npm i
npm run search-build
npm run search-env:start
npm run cypress:setup
npm run cypress:run
: