Test does not start #2093
Replies: 3 comments 3 replies
-
hi - does this happen with a specific project or is this something that you see across gauge projects in your machine? |
Beta Was this translation helpful? Give feedback.
-
Hello, here i have seen this screen after running the command "gauge run specs" Also, I have added the required info you have asked |
Beta Was this translation helpful? Give feedback.
-
Hello there, we again faced a similar issue regarding stuck while running the spec file. When we tried by setting the timeout to 10000 ms, the following error came "Failed to start gauge API: Timed out connecting to java" Basically, in the same module, API specs can run perfectly whereas Mobile specs showed the same problem mentioned above. Also, we tried with different java versions to fix the issue but still no luck. You can have a look at the log file below, gauge version with plugin and pom file. By the way, In our project, we are getting use of multipom mechanism, that is a parent pom is set which is covering three different poms called api, mobile and web. Note: Another point we want mention is, we cannot debug from spec file using intellij which says connection refused in the console. gauge.log gauge logs here |
Beta Was this translation helpful? Give feedback.
-
the gauge scenario is starting and "test started" written on console but it's stuck at this point. i use below versions.
/opt/homebrew/bin/gauge run --machine-readable --hide-suggestion --simple-console /xxxx
Testing started at 00:53 ...
Process finished with exit code 137 (interrupted by signal 9: SIGKILL)
Gauge version: 1.4.1
html-report (4.1.2)
java (0.7.15)
screenshot (0.1.0)
xml-report (0.2.3)
pom.xml
com.thoughtworks.gauge
gauge-java
0.7.15
Beta Was this translation helpful? Give feedback.
All reactions