-
Notifications
You must be signed in to change notification settings - Fork 532
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: introduce ginkgo framework for backend E2E testing #1319
Conversation
This reverts commit d80d8de.
Codecov Report
@@ Coverage Diff @@
## master #1319 +/- ##
===========================================
- Coverage 67.99% 48.01% -19.98%
===========================================
Files 48 39 -9
Lines 3031 2601 -430
===========================================
- Hits 2061 1249 -812
- Misses 727 1177 +450
+ Partials 243 175 -68
Continue to review full report at Codecov.
|
any update? |
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.
can we start with a small step?
big PR
@@ -0,0 +1,136 @@ | |||
github.com/ajg/form v1.5.1 h1:t9c7v8JUKu/XxOGBU0yjNpaMloxGEJhUkqFRq0ibGeU= |
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.
please confirm the license
@membphis license check result:
|
Please answer these questions before submitting a pull request
introduce ginkgo framework to backend E2E testing, for better test result displaying and better practice.
close Adding useful information to backend E2E test cases #1136
close test: clean the temporary data in etcd at the end of test case #942