bOneKop

Results 11 comments of bOneKop

> Is it specific to jdk version? higher than jdk12

Ok, I understand. However I have tried to exclusive testng from qaf in maven, but it does have some dependence make me can not use the plugin "com.qmetry.qaf.automation.cucumber.QAFCucumberPlugin". Is there...

I'm using cucumber-junit The runner is: @CucumberOptions(plugin = { "pretty", "html:build/reports/demo-cucumber", "json:build/cucumber/demo-cucumber.json", "io.qameta.allure.cucumber5jvm.AllureCucumber5Jvm", "com.qmetry.qaf.automation.cucumber.QAFCucumberPlugin" } It seems nothing about testng but it will touch testng

> 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 > > >...

> 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 > > >...

> 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 > > >...

> is it blocking (exit without executing tests) or showing error and continues to run the test? I'm using cucumber-jvm. It is blocking in one Scenario then run another Scenario...

> 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...

> 3.0.0-SNAPSHOT I change qaf-cucumber to 3.0.0-SNAPSHOT, there is an exception in the beginning. Then all scenarios get executed 14:06:17 java.lang.NoSuchFieldException: modifiers 14:06:17 at java.base/java.lang.Class.getDeclaredField(Class.java:2416) 14:06:17 at com.qmetry.qaf.automation.util.ClassUtil.setField(ClassUtil.java:599) 14:06:17 at...