Tagged Questions
0
votes
2answers
382 views
Vert.x and Neo4j in multithread cucumber environment
I try to run cucumber tests in a JRuby environment. I configured the cucumber rake task to startup an embedded Vert.x application server in another thread but in the same JVM.
During the application ...