Skip to content

Commit

Permalink
Merge branch 'master' into jane_defect_last_line_without_star
Browse files Browse the repository at this point in the history
  • Loading branch information
bingyujin committed Nov 4, 2022
2 parents a3dc8c4 + 6551744 commit c309721
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
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.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.microfocus.adm.almoctane.bdd</groupId>
<artifactId>bdd2octane</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.2.0-SNAPSHOT</version>
<packaging>maven-plugin</packaging>

<name>bdd2octane</name>
Expand Down

0 comments on commit c309721

Please sign in to comment.