Closed
Description
Expected behavior
If a project is validated successfully should be able to run successfully as well
Actual behavior
The project validation is successful, but the execution fails with an exception
java.lang.NullPointerException
at com.thoughtworks.gauge.processor.ExecuteStepProcessor.process(ExecuteStepProcessor.java:45)
at com.thoughtworks.gauge.connection.MessageDispatcher.dispatchMessages(MessageDispatcher.java:93)
at com.thoughtworks.gauge.GaugeRuntime.dispatchMessages(GaugeRuntime.java:116)
at com.thoughtworks.gauge.GaugeRuntime.lambda$connectSynchronously$1(GaugeRuntime.java:99)
at java.base/java.lang.Thread.run(Thread.java:844)
Steps to reproduce
gauge init java
mv src/test/java/StepImplementation.java ./
gauge validate specs
gauge run specs
Note
- The validation output is
Invalid message type received KillProcessRequest
No errors found.
the exit code is 0
- The property
gauge_custom_compile_dir
should be taken care.
Gauge version
auge version: 1.0.4
Commit Hash: 33123a1
Plugins
-------
html-report (4.0.6)
java (0.7.0)
Metadata
Metadata
Assignees
Labels
No labels