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

feat(report): add test details and metadata to JSON report #2755

Merged
merged 26 commits into from Mar 16, 2021

Conversation

nicojs
Copy link
Member

@nicojs nicojs commented Feb 19, 2021

  • Update test runner api:
    Add fileName and startPosition to the BaseTestResult. This makes it possible to correlate tests with mutants inside the mutation test report in the future.
  • Update JSON report:
    Add testFiles, framework, projectRoot, and config to the JSON report and by extension also to the HTML report, although they won't be visible yet.

@nicojs nicojs changed the title feat(test-runner): Report test details feat(reporter api): unify reporter api with mutation-testing-elements Feb 25, 2021
@nicojs nicojs changed the base branch from master to epic/v5 March 4, 2021 08:13
@nicojs nicojs marked this pull request as ready for review March 11, 2021 12:02
@nicojs nicojs changed the title feat(reporter api): unify reporter api with mutation-testing-elements feat(test runner api): add file name and position Mar 11, 2021
@nicojs nicojs changed the title feat(test runner api): add file name and position feat(report): add test details and metadata to JSON report Mar 16, 2021
@nicojs nicojs enabled auto-merge (squash) March 16, 2021 07:33
@nicojs nicojs merged commit acb0a3a into epic/v5 Mar 16, 2021
@nicojs nicojs deleted the feature/report-test-details branch March 16, 2021 12:33
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.

Feature: Align report Reporter api with mutation-testing-elements
1 participant