You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the JsonReporter can be used as it is provided by the package. But, it is complicated to extend its functionnality or change its behavior because JsonReporter depends on classes that are not visible outside the package: https://github.com/jonsamwell/dart_gherkin/tree/master/lib/src/reporters/json
For the package users, the only way to override the behavior of JsonReporter is to "copy paste" all its dependencies.
Will it be possible to expose publicly the folders containing the JsonReporter dependencies ?
Thank you
The text was updated successfully, but these errors were encountered:
Hello,
Currently, the JsonReporter can be used as it is provided by the package. But, it is complicated to extend its functionnality or change its behavior because JsonReporter depends on classes that are not visible outside the package:
https://github.com/jonsamwell/dart_gherkin/tree/master/lib/src/reporters/json
For the package users, the only way to override the behavior of JsonReporter is to "copy paste" all its dependencies.
Will it be possible to expose publicly the folders containing the JsonReporter dependencies ?
Thank you
The text was updated successfully, but these errors were encountered: