Skip to content

Commit

Permalink
Merge pull request #112 from qase-tms/fix/cucumber5_example
Browse files Browse the repository at this point in the history
fix cucumber5 example
  • Loading branch information
savkk authored Jun 28, 2023
2 parents 6b1a9a4 + d6a7efd commit cfa84c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qase-cucumber5-jvm/README.md
Original file line number Diff line number Diff line change
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.options="--add-plugin io.qase.cucumber5.QaseEventListener"
-javaagent:"${settings.localRepository}/org/aspectj/aspectjweaver/${aspectj.version}/aspectjweaver-${aspectj.version}.jar" -Dcucumber.plugin="io.qase.cucumber5.QaseEventListener"
</argLine>
</configuration>
<dependencies>
Expand Down

0 comments on commit cfa84c5

Please sign in to comment.