Open johndeverall opened 4 years ago
This is actually very hard to do - there is no trivial way of doing it in.
Thanks for that. Forgive the question, but is there are non-trivial way of doing it? I'm prepared to put in a bit of effort to achieve it. What would be the steps? Could I drive it from say a JUnit5 Console Launcher or would that inadvertently drop the Serenity bits and pieces?
https://mkyong.com/junit5/junit-5-consolelauncher-examples/
I'm curious what the steps would be.
Sometimes it is helpful to be able to run a test suite as an executable jar on a machine with only a JVM and no maven or other tooling installed.
Can you please provide an example of how to do this?
I imagine it is as simple as running the appropriate test runner somehow. For example:
Is there a Serenity with Cucumber equivalent?