Chirag Jayswal

Results 95 comments of Chirag Jayswal

This issue is version compatibility issue rather than a bug, but to get more attention in future, marked as bug.

it's not related to excluding dependency but using runner. It looks like that you are using TestNG runner with cucumber. So instead of that you can use Junit runner and...

You need to fix your POM to run Junit instead of TesNG. From the exception i can see that surefire plugin is running as TestNG > 16:07:15 at org.testng.TestNG.run(TestNG.java:1089) >...

is it blocking (exit without executing tests) or showing error and continues to run the test?

If my understanding is correct, all scenarios get executed. If so it means not blocking. You can ignore console log as long as scenario get executed and report has correct...

Will you try [3.0.0-SNAPSHOT](https://oss.sonatype.org/content/repositories/snapshots/com/qmetry/qaf-cucumber/3.0.0-SNAPSHOT/)? You will required to add snapshots repository to your pom. ``` nexus-snapshots https://oss.sonatype.org/content/repositories/snapshots ```

You can ignore console log as long as your scenarios get executed, working as expected and reports correct pass/fail results in qaf dashboard. Keep in mind that cucumber/junit result may...

Will you provide more details. Also provide stacktrace and logs from execution.

@raviguptasmarsh will you try beta-3 or 4?

Refer [accessing-properties](https://qmetry.github.io/qaf/latest/properties_configuration.html#accessing-properties). Are you facing any issue? If it is general question or required help, this is not right place. It is recommended to post questions with details (your current...