-
Notifications
You must be signed in to change notification settings - Fork 80
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
test(e2e): add end to end testing #785
Conversation
a16e47c
to
2545cff
Compare
a8ec9e8
to
089eb50
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #785 +/- ##
==========================================
+ Coverage 66.41% 71.45% +5.04%
==========================================
Files 242 243 +1
Lines 8727 8731 +4
==========================================
+ Hits 5796 6239 +443
+ Misses 2218 1824 -394
+ Partials 713 668 -45
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
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.
Could you move the general refactoring into a separate commit/PR?
This PR adds end to end tests. Tests are located in
test/e2e/
. TheHCLOUD_TOKEN
environment variable should contain an API token to an empty project for the tests to work.