Skip to content

Commit

Permalink
cucumber 6 and 7 readme fix
Browse files Browse the repository at this point in the history
  • Loading branch information
savkk committed Oct 4, 2023
1 parent 22648c5 commit cca5e9c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions qase-cucumber6-jvm/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Qase TMS Cucumber 5 JVM Integration #
# Qase TMS Cucumber 6 JVM Integration #
[![License](https://lxgaming.github.io/badges/License-Apache%202.0-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0)

## Description ##
Expand Down Expand Up @@ -53,7 +53,7 @@ Add the following dependency and repository to your pom.xml:
<version>3.0.0-M5</version>
<configuration>
<argLine>
-javaagent:"${settings.localRepository}/org/aspectj/aspectjweaver/${aspectj.version}/aspectjweaver-${aspectj.version}.jar" -Dcucumber.plugin="io.qase.cucumber5.QaseEventListener"
-javaagent:"${settings.localRepository}/org/aspectj/aspectjweaver/${aspectj.version}/aspectjweaver-${aspectj.version}.jar" -Dcucumber.plugin="io.qase.cucumber6.QaseEventListener"
</argLine>
</configuration>
<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions qase-cucumber7-jvm/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Qase TMS Cucumber 5 JVM Integration #
# Qase TMS Cucumber 7 JVM Integration #
[![License](https://lxgaming.github.io/badges/License-Apache%202.0-blue.svg)](https://www.apache.org/licenses/LICENSE-2.0)

## Description ##
Expand Down Expand Up @@ -53,7 +53,7 @@ Add the following dependency and repository to your pom.xml:
<version>3.0.0-M5</version>
<configuration>
<argLine>
-javaagent:"${settings.localRepository}/org/aspectj/aspectjweaver/${aspectj.version}/aspectjweaver-${aspectj.version}.jar" -Dcucumber.plugin="io.qase.cucumber5.QaseEventListener"
-javaagent:"${settings.localRepository}/org/aspectj/aspectjweaver/${aspectj.version}/aspectjweaver-${aspectj.version}.jar" -Dcucumber.plugin="io.qase.cucumber7.QaseEventListener"
</argLine>
</configuration>
<dependencies>
Expand Down

0 comments on commit cca5e9c

Please sign in to comment.