Test passed but test framework quit unexpectedly without results

Answered

Hi, 

I'm facing a problem like in title. After upgrade dependences in old tests project, tests are running like before but I don't have a results in Test Runner in IntelliJ console:

 

 

Running directly from Maven looks OK:

 

What I was trying: reinstall Gherkin and Cucumber for Java plugins; various versions of Surefire plugin; restarting system and IntelliJ; various versions of Java (currently 1.8); 

 

My dependences:

[INFO] Cucumber:Automation:jar:1.0-SNAPSHOT
[INFO] +- org.apache.maven.surefire:surefire-junit4:jar:3.0.0-M4:compile
[INFO] | +- org.apache.maven.surefire:common-junit4:jar:3.0.0-M4:compile
[INFO] | | +- org.apache.maven.surefire:common-junit3:jar:3.0.0-M4:compile
[INFO] | | \- org.apache.maven.surefire:common-java5:jar:3.0.0-M4:compile
[INFO] | \- org.apache.maven.surefire:surefire-api:jar:3.0.0-M4:compile
[INFO] | \- org.apache.maven.surefire:surefire-logger-api:jar:3.0.0-M4:compile
[INFO] +- jcifs:jcifs:jar:1.3.17:compile
[INFO] | \- javax.servlet:servlet-api:jar:2.4:compile
[INFO] +- org.apache.httpcomponents:httpclient:jar:4.5.10:compile
[INFO] | +- org.apache.httpcomponents:httpcore:jar:4.4.12:compile
[INFO] | +- commons-logging:commons-logging:jar:1.2:compile
[INFO] | \- commons-codec:commons-codec:jar:1.11:compile
[INFO] +- org.seleniumhq.selenium:selenium-java:jar:3.141.59:compile
[INFO] | +- org.seleniumhq.selenium:selenium-api:jar:3.141.59:compile
[INFO] | +- org.seleniumhq.selenium:selenium-chrome-driver:jar:3.141.59:compile
[INFO] | +- org.seleniumhq.selenium:selenium-edge-driver:jar:3.141.59:compile
[INFO] | +- org.seleniumhq.selenium:selenium-ie-driver:jar:3.141.59:compile
[INFO] | +- org.seleniumhq.selenium:selenium-opera-driver:jar:3.141.59:compile
[INFO] | +- org.seleniumhq.selenium:selenium-remote-driver:jar:3.141.59:compile
[INFO] | +- org.seleniumhq.selenium:selenium-safari-driver:jar:3.141.59:compile
[INFO] | +- org.seleniumhq.selenium:selenium-support:jar:3.141.59:compile
[INFO] | +- net.bytebuddy:byte-buddy:jar:1.8.15:compile
[INFO] | +- org.apache.commons:commons-exec:jar:1.3:compile
[INFO] | +- com.squareup.okhttp3:okhttp:jar:3.11.0:compile
[INFO] | \- com.squareup.okio:okio:jar:1.14.0:compile
[INFO] +- org.json:json:jar:20190722:compile
[INFO] +- com.google.code.gson:gson:jar:2.8.6:compile
[INFO] +- org.apache.commons:commons-lang3:jar:3.9:compile
[INFO] +- commons-io:commons-io:jar:2.6:compile
[INFO] +- com.microsoft:com.microsoft.sqlserver:jar:4.2:system
[INFO] +- io.cucumber:cucumber-picocontainer:jar:4.8.0:compile
[INFO] | +- io.cucumber:cucumber-java:jar:4.8.0:compile
[INFO] | +- org.apiguardian:apiguardian-api:jar:1.1.0:compile
[INFO] | \- org.picocontainer:picocontainer:jar:2.15:compile
[INFO] +- io.cucumber:cucumber-junit:jar:4.8.0:compile
[INFO] | +- io.cucumber:cucumber-core:jar:4.8.0:compile
[INFO] | | +- io.cucumber:gherkin:jar:5.1.0:compile
[INFO] | | +- io.cucumber:tag-expressions:jar:1.1.1:compile
[INFO] | | +- io.cucumber:cucumber-expressions:jar:7.0.2:compile
[INFO] | | \- io.cucumber:datatable:jar:1.1.14:compile
[INFO] | | \- io.cucumber:datatable-dependencies:jar:1.1.14:compile
[INFO] | \- junit:junit:jar:4.12:compile
[INFO] | \- org.hamcrest:hamcrest-core:jar:1.3:compile
[INFO] +- org.apache.logging.log4j:log4j-api:jar:2.12.1:compile
[INFO] +- org.apache.logging.log4j:log4j-core:jar:2.12.1:compile
[INFO] +- Alpha:alphaapi.commons:jar:1.0:system
[INFO] +- com.github.mifmif:generex:jar:1.0.1:compile
[INFO] | \- dk.brics.automaton:automaton:jar:1.11-8:compile
[INFO] +- org.seleniumhq.selenium:selenium-firefox-driver:jar:3.141.59:compile
[INFO] +- com.google.guava:guava:jar:23.0:compile
[INFO] | +- com.google.code.findbugs:jsr305:jar:1.3.9:compile
[INFO] | +- com.google.errorprone:error_prone_annotations:jar:2.0.18:compile
[INFO] | +- com.google.j2objc:j2objc-annotations:jar:1.1:compile
[INFO] | \- org.codehaus.mojo:animal-sniffer-annotations:jar:1.14:compile
[INFO] +- com.ebay:xcelite:jar:1.0.4:compile
[INFO] | +- org.apache.poi:poi:jar:3.9:compile
[INFO] | +- org.apache.poi:poi-ooxml:jar:3.9:compile
[INFO] | | +- org.apache.poi:poi-ooxml-schemas:jar:3.9:compile
[INFO] | | | \- org.apache.xmlbeans:xmlbeans:jar:2.3.0:compile
[INFO] | | | \- stax:stax-api:jar:1.0.1:compile
[INFO] | | \- dom4j:dom4j:jar:1.6.1:compile
[INFO] | | \- xml-apis:xml-apis:jar:1.0.b2:compile
[INFO] | +- org.reflections:reflections:jar:0.9.9-RC1:compile
[INFO] | | \- org.javassist:javassist:jar:3.16.1-GA:compile
[INFO] | \- commons-collections:commons-collections:jar:3.2.1:compile
[INFO] +- org.robotframework:robotframework:jar:3.1.2:compile
[INFO] \- org.apache.commons:commons-csv:jar:1.6:compile

0
4 comments

Hello, please tell what IntelliJ IDEA version do you use? Is the issue reproduced for you with 2019.3 (https://www.jetbrains.com/idea/nextversion/)? If possible please share the little sample where you experience the issue. Thank you 

0
Avatar
Permanently deleted user

Hi, thanks for quick reply. I'm using:

IntelliJ IDEA 2019.2.4 (Community Edition)
Build #IC-192.7142.36, built on October 29, 2019
Runtime version: 11.0.4+10-b304.77 amd64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o
Windows Server 2016 10.0
GC: ParNew, ConcurrentMarkSweep
Memory: 990M
Cores: 4
Registry:
Non-Bundled Plugins: gherkin, cucumber-java

Do you mean project sample right? 

0

Yes, please share the project sample if possible. Probably it will be more convenient if you create the YouTrack issue and attach the project to it (https://youtrack.jetbrains.com/issues) (you can do it privately if needed). Thanks

0
Avatar
Permanently deleted user
0

Please sign in to leave a comment.