[Test automation] Save junit reports for ReportPortal and trigger webhook
Description
- Set Cypress reporter to generate JUnit test results.
- Upload test results to IBMCloud file storage.
- Triggers webhook to pass the JUnit test results to a script that pushes them to ReportPortal.
- Clean the previous test results before a new test run using
rimraf.
Which issue(s) does this PR fix
- Fixes https://issues.redhat.com/browse/RHIDP-428
PR acceptance criteria
Please make sure that the following steps are complete:
- [ ] GitHub Actions are completed and successful
- [ ] Unit Tests are updated and passing
- [ ] E2E Tests are updated and passing
- [ ] Documentation is updated if necessary (requirement for new features)
- [ ] Add a screenshot if the change is UX/UI related
How to test changes / Special notes to the reviewer
⚠️ No Changeset found
Latest commit: ab0baba0b92c591000bb4bb1a54c12858857ca88
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
This PR includes no changesets
When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
The image is available at: quay.io/janus-idp/backstage-showcase:pr-855!
The image is available at: quay.io/janus-idp/backstage-showcase:pr-855!
The image is available at: quay.io/janus-idp/backstage-showcase:pr-855!
backstage-showcase Tests on commit bbb6886c78255f67acb72750e6461cbf91ac31e8 finished with errors. View test log
The image is available at: quay.io/janus-idp/backstage-showcase:pr-855!
The image is available at: quay.io/janus-idp/backstage-showcase:pr-855!
The image is available at: quay.io/janus-idp/backstage-showcase:pr-855!
The image is available at: quay.io/janus-idp/backstage-showcase:pr-855!
The image is available at: quay.io/janus-idp/backstage-showcase:pr-855!
The image is available at: quay.io/janus-idp/backstage-showcase:pr-855!
The image is available at: quay.io/janus-idp/backstage-showcase:pr-855!
Quality Gate passed
Kudos, no new issues were introduced!
0 New issues
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code
The image is available at: quay.io/janus-idp/backstage-showcase:pr-855!
PR needs rebase.
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.
@zdrapela This PR is outdated as we no longer use Cypress. Please rebase and update to work with the playwright. Thanks!