-
-
Notifications
You must be signed in to change notification settings - Fork 775
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
add cypress framework and visit tests #4078
Conversation
Codecov Report
@@ Coverage Diff @@
## master #4078 +/- ##
=======================================
Coverage 30.26% 30.26%
=======================================
Files 206 206
Lines 16345 16345
Branches 2155 2155
=======================================
Hits 4947 4947
Misses 11222 11222
Partials 176 176 Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #4078 +/- ##
=======================================
Coverage 30.22% 30.22%
=======================================
Files 205 205
Lines 16236 16236
Branches 2136 2136
=======================================
Hits 4908 4908
Misses 11154 11154
Partials 174 174 Continue to review full report at Codecov.
|
oh my hero!! |
@danlipert this is great!!! How do we run the tests though? Maybe add that command into the |
@SaptakS right now I just use |
Description
This PR adds the cypress integration test suite and a simple series of "visit tests.
Checklist
Affected core subsystem(s)
Testing
Refers/Fixes
Refs: #4028
Testing and Sign-off
This PR just adds additional tests and doesn't alter the app
Contributor
make test
and everything passed!Reviewer