asadmansr / android-test-report-action

GitHub Action that prints Android test reports.
https://github.com/marketplace/actions/android-test-report-action
37 stars 8 forks source link

Include to report only failed tests - parameter #17

Open devapro opened 1 year ago

devapro commented 1 year ago

When you have a lot of tests and one of them is failed it is to difficult find in the report which one was broken. I added a flag that prevents adding to report all test results. If this flag is true report will be contained only failed tests

r2vq commented 1 year ago

@asadmansr +1 for this feature please