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

unknown test file type error thrown #12

Open
Aanchal-Jain-Apica opened this issue Aug 23, 2022 · 1 comment
Open

unknown test file type error thrown #12

Aanchal-Jain-Apica opened this issue Aug 23, 2022 · 1 comment

Comments

@Aanchal-Jain-Apica
Copy link

Aanchal-Jain-Apica commented Aug 23, 2022

I have a .NET framework project with unit tests running with NUnit. It generates a test result file as NUnitResults.xml. In my GitHub workflow file I have a step for test-summary after running the tests as follows -

- name: Test Summary
  uses: test-summary/[email protected]
  if: always()
  with:
      paths: "./NUnitResults.xml"

But this steps throws an error as unknown test file type for './NUnitResults.xml'

Are NUnit Test Results not supported by this action yet?

@ethomson
Copy link
Member

ethomson commented Dec 8, 2023

Not yet - but in the meantime, you can use JunitXml.TestLogger.

There's an example here: https://github.com/test-summary/examples/tree/main/dotnet

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

No branches or pull requests

2 participants