- Start up interactive mode in debug-mode
- Connect from IDE
- Start test
Connect remote from InteliJ
From menu Run -> Edit Configuration ->
then click + mark and select Remote
Run application in remote debug
Do run-app instead of test-app. It faster and stable(may be).
Without debug
Run interactive mode.
then run test.
It may be faster than run from IDE.