- Click on the module Run... button
- Add your own argument : for ex, instead of clean deploy , write
test -Dtest=**PeriodicFlow*Test#simpleChatAndCheckChatExposureLatencyAndMCS -DfailIfNoTests=falseThis argument stands forFor running the Java Test file PeriodicFlow (like PeriodicFlowAlphaTest , PeriodicFlowColoTest etc )and will run only this test method simpleChatAndCheckChatExposureLatencyAndMCS - you can also run an entire file / package etc ...
Thursday, February 7, 2019
Run specific Junit unit test on Maven
How to run specific test within Maven mvn
Subscribe to:
Posts (Atom)