fzyzcjy / flutter_convenient_test

Write and debug tests easily, with full action history, time travel, screenshots, rapid re-execution, video records, interactivity, isolation and more

Home Page:pub.dev/packages/convenient_test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Junit Test Report for Circle CI Compatibility

ethancadoo opened this issue · comments

Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]

I want to be able to display my test results with circle ci but the results need to be in junit format.

Describe the solution you'd like
A clear and concise description of what you want to happen.

In other testing frameworks, such as jest in nodejs there are "test-reporters" that can export results in a particular format. https://www.npmjs.com/package/jest-junit

I think adding the option to spit out the results with a command line arg would be awesome.

Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.

There really isn't an alternative for circle ci.

Additional context
Add any other context or screenshots about the feature request here.

I am not concerned if all the information is converted into the junit report (such as stack trace, vars... etc). I really just want the name of each test that passed and which failed.

Good idea!

I am not concerned if all the information is converted into the junit report (such as stack trace, vars... etc). I really just want the name of each test that passed and which failed.

That should not be quite hard IMHO. Feel free to PR :)

commented

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new issue.