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

[JUnit] Remove Cucumber.createRuntime method #1287

Merged
merged 1 commit into from
Mar 9, 2018

Conversation

mpkorstanje
Copy link
Contributor

Summary

Neither the runtime nor the backend or any of the classes involved in
their construction are part of the public API. As such they should not
be exposed.

The recommended way to observe the cucumber process is to listen to
events by using a plugin. For example the JSONFormatter.

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).

@mpkorstanje mpkorstanje added the 🧷 pinned Tells Stalebot not to close this issue label Nov 30, 2017
@mpkorstanje mpkorstanje added this to the 3.0.0 milestone Nov 30, 2017
@mpkorstanje mpkorstanje force-pushed the master branch 9 times, most recently from 159ec4c to 74325ea Compare December 10, 2017 20:05
@mpkorstanje mpkorstanje changed the title Remove the Cucumber JUnit runners createRuntime method [JUnit] Remove the Cucumber JUnit runners createRuntime method Mar 9, 2018
@mpkorstanje mpkorstanje changed the title [JUnit] Remove the Cucumber JUnit runners createRuntime method [JUnit] Remove Cucumber.createRuntime method Mar 9, 2018
Neither the runtime nor the backend or any of the classes involved in
their construction are part of the public API. As such they should not
be  exposed.

The recommended way to observe the cucumber process is to listen to
events by using a plugin. For example the JSONFormatter.
@mpkorstanje mpkorstanje force-pushed the remove-cucumber-create-runtime-method branch from aea2d4d to f85e101 Compare March 9, 2018 19:59
@mpkorstanje mpkorstanje merged commit dd576fd into master Mar 9, 2018
@mpkorstanje mpkorstanje deleted the remove-cucumber-create-runtime-method branch March 9, 2018 19:59
@cliviu
Copy link
Contributor

cliviu commented Jun 7, 2018

What is the recommended way to register a plugin ?

@lock
Copy link

lock bot commented Jun 7, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot locked as resolved and limited conversation to collaborators Jun 7, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
🧷 pinned Tells Stalebot not to close this issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants