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

Add timestamp to JUnit reporter #2443

Closed
wants to merge 2 commits into from

Conversation

evrom
Copy link

@evrom evrom commented Nov 14, 2024

🤔 What's changed?

Adds a timestamp of the start time of the testsuite to the JUnit reporter

⚡️ What's your motivation?

Fixes cucumber/junit-xml-formatter#44

🏷️ What kind of change is this?

  • ⚡ New feature (non-breaking change which adds new behaviour)

♻️ Anything particular you want feedback on?

📋 Checklist:

  • I agree to respect and uphold the Cucumber Community Code of Conduct
  • I've changed the behaviour of the code
    • I have added/updated tests to cover my changes.
  • My change requires a change to the documentation.
    • I have updated the documentation accordingly.
  • Users should know about my change
    • I have added an entry to the "Unreleased" section of the CHANGELOG, linking to this pull request.

This text was originally generated from a template, then edited by hand. You can modify the template here.

Adds a timestamp of the start time of the testsuite to the junit.xml
@coveralls
Copy link

coveralls commented Nov 14, 2024

Coverage Status

coverage: 97.806% (-0.03%) from 97.838%
when pulling 734ac6d on evrom:add-timestamp-to-junit-report
into ddf424a on cucumber:main.

@davidjgoss
Copy link
Contributor

Thanks again for doing this @evrom. Closing this is the request has been picked up in the new formatter here cucumber/junit-xml-formatter#45

@davidjgoss davidjgoss closed this Nov 16, 2024
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

Successfully merging this pull request may close these issues.

JUnit XML should have timestamp attrubute
3 participants