-
Notifications
You must be signed in to change notification settings - Fork 10
Add daily e2e executions #88
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
Conversation
# Conflicts: # .github/workflows/ci-actions.yml # .github/workflows/test-containers.yml
# Conflicts: # .github/workflows/ci-actions.yml
Codecov Report
@@ Coverage Diff @@
## main #88 +/- ##
==========================================
- Coverage 67.71% 66.09% -1.63%
==========================================
Files 134 145 +11
Lines 2754 3156 +402
Branches 519 626 +107
==========================================
+ Hits 1865 2086 +221
- Misses 886 1067 +181
Partials 3 3
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
|
This PR will be repaced by #213 which is going to execute all Cypress tests within the repository https://github.com/konveyor/tackle-ui-tests/ |
What is included in this PR
This PR adds a new GH Action workflow
ci-dailywhich is going to execute the e2e tests:The reason why we need a continuous check of all backends and the UI is because the backend microservices can change at any point in time and the UI has no way of knowing whether or not that change affects the UI or not.
How to test this PR
Since the new GH Action will work only in the
mainbranch you need to checkout this PR and then set all the changes of this PR into your ownmainbranch. You should see this PR in action going to the "Actions" tab of your Github forked repository.