Closed
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.
|
Contributor
Author
|
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/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.