Running integration tests from Intellij Idea on a remote host

Answered

Some of my integration tests can only be run in a specific environment that I have on staging server, which is not possible to replicate on windows.

Is it possible to connect to that server and run/debug the tests there (through ssh) only with a click from the IDE?

Since I was not able to find anything relevant on google, I'm even willing to write a plugin so please point me to resources that might help me get started.

Thanks,

Martin

0
1 comment

I did answer a somewhat related question here: https://stackoverflow.com/a/42392922/104891.

But a better solution would be to use TeamCity and TeamCity plug-in for IntelliJ IDEA which can run the tests remotely and show you the results back in IntelliJ IDEA.

https://confluence.jetbrains.com/display/TCD10/IntelliJ+Platform+Plugin#IntelliJPlatformPlugin-Features

0

Please sign in to leave a comment.