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

[TestNG] Print suggested snippets per scenario #1743

Merged
merged 5 commits into from
Aug 22, 2019

Conversation

mpkorstanje
Copy link
Contributor

@mpkorstanje mpkorstanje commented Aug 18, 2019

Summary

Implements #1740 for TestNG. By including the snippet suggestion
each time a test fails because a step is undefined test runners that
group output per test case can clearly document which steps need
to be implemented for each scenario.

This will allow users to use Cucumber JUnit without including the
summary plugin. Allowing a bit more configuration to be replaced by
defaults.

Screenshots:

image

Types of changes

  • Bug fix (non-breaking change which fixes an issue).
  • New feature (non-breaking change which adds functionality).
  • Breaking change (fix or feature that would cause existing functionality to not work as expected).

Checklist:

  • I've added tests for my code.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.

@mpkorstanje mpkorstanje added this to the 5.0.0 milestone Aug 18, 2019
@coveralls
Copy link

coveralls commented Aug 18, 2019

Coverage Status

Coverage increased (+0.2%) to 87.751% when pulling bcb8a86 on include-steps-when-test-is-skipped into 20e8c8c on master.

@mpkorstanje mpkorstanje marked this pull request as ready for review August 21, 2019 21:10
@mpkorstanje mpkorstanje merged commit 83bcf2e into master Aug 22, 2019
@mpkorstanje mpkorstanje deleted the include-steps-when-test-is-skipped branch August 22, 2019 06:43
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.

2 participants