This message was deleted.
# develocity
s
This message was deleted.
d
No, this isn't possible. The recommended approach is to instead start/stop the application in your test code, perhaps using something like JUnit
@BeforeAll
. This makes your tests self-contained, making it easier to run them from an IDE, or run them via Gradle Enterprise Test Distribution.
🙏 1
👍 1