Cucumber-JVM-Parallel icon indicating copy to clipboard operation
Cucumber-JVM-Parallel copied to clipboard

It is compiling fine, but not running

Open Muratbekova opened this issue 7 years ago • 0 comments

Hello, I am trying to do cucumber parallel test. I did exactly the same. it is compiling fine, but not running the tests. Result in console i am getting this: Please help...

`[INFO] Scanning for projects... [INFO]
[INFO] ------------------------------------------------------------------------ [INFO] Building Automation-framework 0.0.1-SNAPSHOT [INFO] ------------------------------------------------------------------------ [WARNING] The artifact org.apache.commons:commons-io:jar:1.3.2 has been relocated to commons-io:commons-io:jar:1.3.2 [INFO] [INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ Automation-framework --- [WARNING] Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] skip non existing resourceDirectory C:\Users\zmuratbekova\Documents\GitHub\octane-automationtest\src\main\resources [INFO] [INFO] --- maven-compiler-plugin:2.5.1:compile (default-compile) @ Automation-framework --- [INFO] No sources to compile [INFO] [INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ Automation-framework --- [WARNING] Using platform encoding (Cp1252 actually) to copy filtered resources, i.e. build is platform dependent! [INFO] Copying 49 resources [INFO] [INFO] --- maven-compiler-plugin:2.5.1:testCompile (default-testCompile) @ Automation-framework --- [INFO] Nothing to compile - all classes are up to date [INFO] [INFO] --- maven-surefire-plugin:2.14:test (default-test) @ Automation-framework --- [INFO] Surefire report directory: C:\Users\zmuratbekova\Documents\GitHub\octane-automationtest\target\surefire-reports


T E S T S

Results :

Tests run: 0, Failures: 0, Errors: 0, Skipped: 0

[INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 1.783 s [INFO] Finished at: 2018-07-31T12:12:56-04:00 [INFO] Final Memory: 13M/243M [INFO] ------------------------------------------------------------------------ `

Muratbekova avatar Jul 31 '18 16:07 Muratbekova