cucumber

How to execute other directory feature files in karate

£可爱£侵袭症+ 提交于 2020-12-26 13:50:13
问题 I had a situation where i am working in home.feature and need to call return.feature and gets the data. And internally return.feature is calling data.feature and collects all the data from it. Source directory1 home.feature directory2 return.feature data.feature I have written * def response = call read('classpath:source/directory2/return.feature') in home.feature. while calling this line, it is picking up the correct feature file, but while executing return.feature, it throws error while

Extentreport support for Cucumber-JVM 4.0 (io.cucumber)

两盒软妹~` 提交于 2020-12-06 15:44:18
问题 I am trying to migrate my Cucumber automation project from cucumber (info.cukes ) to cucumber (io.cucumber) During this process, i having trouble with migrating extend reports. Could you please help me with what I am missing? dependency: <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>3.8.1</version> <scope>test</scope> </dependency> <dependency> <groupId>io.cucumber</groupId> <artifactId>cucumber-java</artifactId> <version>4.2.6</version> <scope>test</scope> <

Extentreport support for Cucumber-JVM 4.0 (io.cucumber)

流过昼夜 提交于 2020-12-06 15:38:17
问题 I am trying to migrate my Cucumber automation project from cucumber (info.cukes ) to cucumber (io.cucumber) During this process, i having trouble with migrating extend reports. Could you please help me with what I am missing? dependency: <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>3.8.1</version> <scope>test</scope> </dependency> <dependency> <groupId>io.cucumber</groupId> <artifactId>cucumber-java</artifactId> <version>4.2.6</version> <scope>test</scope> <