We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
im running python pytest with junit xml output and using this action generates the following:
this is how the xml looks:
This is how im running the tests:
We want to see information per test case, how long it took for example. Is it possible to do with this action?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
im running python pytest with junit xml output and using this action generates the following:
![Image](https://private-user-images.githubusercontent.com/133574504/410587836-acad1a51-a467-49b2-baca-13bebeb522c6.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyNTk3OTAsIm5iZiI6MTczOTI1OTQ5MCwicGF0aCI6Ii8xMzM1NzQ1MDQvNDEwNTg3ODM2LWFjYWQxYTUxLWE0NjctNDliMi1iYWNhLTEzYmViZWI1MjJjNi5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjExJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxMVQwNzM4MTBaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT02MjgzYjUwMjc5MTFhNzkzYzgxODM4MzgzZDdkMWZkMzU4N2M2YTdjNGFjYzRmYjQ5YjZlOTM5N2U0ZjFiMWQ5JlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.fBzRS3hKrU6-4q3lVKpJnYNR0zYTFJdAoYLVZOxvrmo)
this is how the xml looks:
![Image](https://private-user-images.githubusercontent.com/133574504/410588193-87aa6c7c-44c8-472f-9f5b-752b60627e51.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyNTk3OTAsIm5iZiI6MTczOTI1OTQ5MCwicGF0aCI6Ii8xMzM1NzQ1MDQvNDEwNTg4MTkzLTg3YWE2YzdjLTQ0YzgtNDcyZi05ZjViLTc1MmI2MDYyN2U1MS5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjExJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxMVQwNzM4MTBaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT05NTY1YWVlZTdkZjQwYTliOTQ4YjQyOGY0MmE5ZTM0ZGNjNjJjYjlmYjNmNWYyOTFmOWY0NjM1YzljYWQ4NjBiJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.Jr9TLc599P9mjAn40KiCmoNpGkLUpPmdDcT50wYiSXQ)
This is how im running the tests:
We want to see information per test case, how long it took for example.
Is it possible to do with this action?
The text was updated successfully, but these errors were encountered: