Bug Reports

Use this forum to report problems you are having with Twist and to seek resolution with fellow community members

This is a public Discussion Area  publicRSS

Post

    Ahmed Omarjee
    JUnit Runner
    Post posted September 29, 2009 by Ahmed Omarjee, last edited February 9, 2012
    1374 Views, 1 Comment
    Topic:
    JUnit Runner
    Body:

    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

     

    • Ketan Padegaonkar
      posted September 30, 2009 by Ketan Padegaonkar

      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