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

Add Support for the TRX Test Output Format #279

Closed
RehanSaeed opened this issue May 18, 2022 · 4 comments · Fixed by #287
Closed

Add Support for the TRX Test Output Format #279

RehanSaeed opened this issue May 18, 2022 · 4 comments · Fixed by #287

Comments

@RehanSaeed
Copy link

RehanSaeed commented May 18, 2022

The TRX test output format is popular in the .NET space and is backed by Microsoft.

The following similar project supports TRX format:
https://github.com/dorny/test-reporter

@EnricoMi
Copy link
Owner

Yes, there are a few test output formats that could be incorporated into this action.

@EnricoMi
Copy link
Owner

@RehanSaeed please give this a try:

uses: EnricoMi/publish-unit-test-result-action/composite@branch-add-trx
with:
    trx_files: "**/*.trx"

@EnricoMi
Copy link
Owner

EnricoMi commented Jul 5, 2022

This is available as EnricoMi/publish-unit-test-result-action@v2, currently beta.

@EnricoMi
Copy link
Owner

This has been released.

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 a pull request may close this issue.

2 participants