Skip to content
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

feat: Adds allure test report #275

Merged
merged 50 commits into from
Mar 5, 2024
Merged

feat: Adds allure test report #275

merged 50 commits into from
Mar 5, 2024

Conversation

kukkok3
Copy link
Contributor

@kukkok3 kukkok3 commented Feb 29, 2024

Description

This PR adds a workflow to generate an allure test report for catalyst gateway. Support for catalyst voices frontend will be added in another PR

Related Issue(s)

On each commit to a PR or each time a PR is merged into main the workflow collects all the junit-report.xml files generated by the tests, creates an allure report and pushes it to github pages.

Closes #271

Description of Changes

Provide a clear and concise description of what the pull request changes.

Breaking Changes

Describe any breaking changes and the impact.

Screenshots

If applicable, add screenshots to help explain your changes.

Related Pull Requests

If applicable, list any related pull requests.

e.g., #1, #1

Please confirm the following checks

  • My code follows the style guidelines of this project
  • I have performed a self-review of my code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests pass locally with my changes
  • Any dependent changes have been merged and published in downstream module

@kukkok3 kukkok3 self-assigned this Feb 29, 2024
@kukkok3 kukkok3 linked an issue Feb 29, 2024 that may be closed by this pull request
Copy link
Contributor

github-actions bot commented Feb 29, 2024

Test Report | ${\color{lightgreen}Pass: 10/10}$ | ${\color{red}Fail: 0/10}$ |

@minikin minikin added the draft Draft label Mar 1, 2024
@kukkok3 kukkok3 added the review me PR is ready for review label Mar 5, 2024
@kukkok3 kukkok3 marked this pull request as ready for review March 5, 2024 09:48
@kukkok3 kukkok3 removed the draft Draft label Mar 5, 2024
Copy link
Contributor

@cong-or cong-or left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@kukkok3 kukkok3 requested review from bkioshn and cong-or March 5, 2024 09:49
@kukkok3 kukkok3 enabled auto-merge (squash) March 5, 2024 09:50
@kukkok3 kukkok3 merged commit bd7a8b6 into main Mar 5, 2024
13 checks passed
@kukkok3 kukkok3 deleted the feat/test-report branch March 5, 2024 09:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
review me PR is ready for review
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

🛠️ [TASK] : Aggregate and publish test report for catalyst gateway
3 participants