Skip to content

Conversation

@carlosthe19916
Copy link
Contributor

@carlosthe19916 carlosthe19916 commented Apr 8, 2021

What is included in this PR

This PR adds a new GH Action workflow ci-daily which is going to execute the e2e tests:

  • Daily at 00:00
  • When any developer wants to fire it since it includes manual triggering of workflows.

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.

  • This PR is going to test all the latest container images of the tackle project.

How to test this PR

Since the new GH Action will work only in the main branch you need to checkout this PR and then set all the changes of this PR into your own main branch. You should see this PR in action going to the "Actions" tab of your Github forked repository.

@codecov
Copy link

codecov bot commented Apr 8, 2021

Codecov Report

Merging #88 (db1a3af) into main (2559f84) will decrease coverage by 1.62%.
The diff coverage is n/a.

Impacted file tree graph

@@            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              
Flag Coverage Δ
e2etests 65.11% <ø> (-6.55%) ⬇️
unitests 29.81% <ø> (+3.12%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
src/store/confirmDialog/reducer.ts 53.33% <0.00%> (-40.01%) ⬇️
...emote-business-service/remote-business-service.tsx 80.00% <0.00%> (-20.00%) ⬇️
...s/controls/tags/components/tag-table/tag-table.tsx 83.33% <0.00%> (-16.67%) ⬇️
...-business-service/application-business-service.tsx 88.88% <0.00%> (-11.12%) ⬇️
.../application-assessment/application-assessment.tsx 42.85% <0.00%> (-9.15%) ⬇️
src/pages/controls/tags/tags.tsx 62.69% <0.00%> (-5.56%) ⬇️
...ents/custom-wizard-footer/custom-wizard-footer.tsx 89.47% <0.00%> (-4.28%) ⬇️
...on-inventory/application-list/application-list.tsx 57.52% <0.00%> (-1.97%) ⬇️
src/Constants.ts 100.00% <0.00%> (ø)
src/utils/utils.ts 100.00% <0.00%> (ø)
... and 23 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 2559f84...db1a3af. Read the comment docs.

@carlosthe19916
Copy link
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/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant