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 cucumberjs json report parser #12

Merged
merged 3 commits into from
Jun 12, 2022

Conversation

leelaprasadv
Copy link
Contributor

closes #8

Change Summary:

  • Added cucumberJS json report parser.
    • Preprocessing the json report.
  • Tests for newly added parser.
  • Readme Update

@@ -2,6 +2,7 @@ const testng = require('./testng');
const junit = require('./junit');
const xunit = require('./xunit');
const mocha = require('./mocha');
const cucumberjs = require('./cucumberjs');
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we rename the file to just cucumber

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Updated

@leelaprasadv leelaprasadv merged commit d3fdae9 into main Jun 12, 2022
@ASaiAnudeep ASaiAnudeep deleted the feature/support-cucumberjs-json-parser branch April 17, 2024 12:57
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.

Support Cucumber JSON file format
2 participants