OpenLiberty / liberty-tools-intellij

IntelliJ IDEA extension for Liberty
https://plugins.jetbrains.com/plugin/14856-open-liberty-tools
Eclipse Public License 2.0
13 stars 26 forks source link

Enhancement for Run Tests in LTI #963

Open JoshwinThomasIBM opened 2 months ago

JoshwinThomasIBM commented 2 months ago

Currently in LTI if a developer tries to "Run tests" and if the application is not running in dev mode then the following error is popped up

image

Here the developer is required to run the app in dev mode first and then run the tests . Instead of this if the dev choose to run the tests and if the app is not running in dev mode then let LTI start the app in dev mode and run the tests , so the dev will have to only worry about running the tests and the results after ,and not required to the run the app in dev mode manually .