Is there any intention to provide a JUnit Runner to perform test execution, given that almost any IDE and/or build tools supports execution of JUnit tests?
IntelliJ is my preferred development environment and given that scenarios are simple text files, being able to run scenarios as JUnit tests would make it possible to run the tests without the need for a custom IDE plugin.
Comment
Hi Ahmed,
Twist is a standalone product that is an IDE that provides refactoring and editing capabilities for scenarios. We do not have plans to use junit infrastructure to bootstrap and run scenarios within other IDEs.
We may look at providing support for junit executions, and other IDEs in the future if more customers ask for this feature.
The test execution from with ant does provide junit compatible XML output for CI tools to figure out test failures.
-- Ketan