简体   繁体   中英

excute intellij cucumber scenario from outside intellij

I have running intellij with cucumber scenarios. Now I want to start a specific scenario from outside intellij.

Is there a possibility eg from a shell or a java programm to excecute something in intellij? Is there a possibility to use a currently running intellij instance for that?

Thanks Jochen

you did not provide many info, but I bet if you use Maven you can run from a terminal / git bash etc your tests outside IDE, eg:

mvn test See more info here: Run Cucucmber from terminal

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM