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

Improve test report details #9

Open
jasonmp85 opened this issue Jan 27, 2019 · 0 comments
Open

Improve test report details #9

jasonmp85 opened this issue Jan 27, 2019 · 0 comments
Labels
Area 🤖 Automation Need ⚗️ Needs experimentation Need 🔍 Needs investigation State 🚧 In progress Type 💪 Enhancement

Comments

@jasonmp85
Copy link
Contributor

jasonmp85 commented Jan 27, 2019

It sure would be nice to have things like error logs, differences in test output, etc., right in our UI. I think CircleCI should be able to do this. Their documentation on Collecting Test Metadata gives a high-level overview, but their reliance on the JUnit format (which is documented only in a few ancient XSD files floating around the web) means we'll need to use other implementations as inspiration.

Fortunately, CircleCI themselves forked assumed maintainership of minitest, so we can look at precisely how they generate test metadata after a run.

The RSpec JUnit formatter's xml_dump method could be another good place to look.

Basically, look at what they do and do something similar for the properties we care about in our tests.

@jasonmp85 jasonmp85 added Area 🤖 Automation Need 🔍 Needs investigation Need ⚗️ Needs experimentation Type 💪 Enhancement labels Jan 27, 2019
@jasonmp85 jasonmp85 added State 🗂️ Planned State 🚧 In progress and removed State 🗂️ Planned labels Feb 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area 🤖 Automation Need ⚗️ Needs experimentation Need 🔍 Needs investigation State 🚧 In progress Type 💪 Enhancement
Projects
None yet
Development

No branches or pull requests

1 participant