diff --git a/README.md b/README.md index 77237ea..ef2967c 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ The following frameworks are currently supported out-of-the-box: > verified versions: 4.0.0, 5.0.0, 6.0.0, 7.0.0 You can add your own framework by implementing the interface: [BddFrameworkHandler](./src/main/java/com/microfocus/bdd/api/BddFrameworkHandler.java) +SpecFlow test result injection is supported via the use of a template file for report generation. See https://marketplace.microfocus.com/appdelivery/content/alm-octane-bdd-automation-with-specflow. ### There are two ways to invoke this tool: 1. Run as an executable-jar @@ -71,4 +72,4 @@ It is required to enable the "pretty" option of Cucumber-jvm. This tool will par * There is a bug in Surefire if the feature name includes parentheses, the JUnit report is mangled. [SUREFIRE-1952](https://issues.apache.org/jira/browse/SUREFIRE-1952) * If **stepNotifications** is enabled, feature name and scenario name will be replaced by scenario name and step name in JUnit report, - currently the handler doesn't support this configuration. \ No newline at end of file + currently the handler doesn't support this configuration.