Skip to content

Commit

Permalink
Merge pull request #4 from apenkower/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
ghzhou authored Oct 13, 2022
2 parents 547bc8b + 909bdd1 commit 6551744
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
currently the handler doesn't support this configuration.

0 comments on commit 6551744

Please sign in to comment.