waedekin's avatar
waedekin
Regular Visitor
7 years ago
Status:
New Idea

Provide Gradle support in addition to Maven for driving tests

Please provide the ability to leverage importing and running gradle projects for executing automated tests.  Currently only Maven is supported.  We leverage Gradle instead of Maven so we are limited in how we can execute our tests.

3 Comments

  • tristaanogre's avatar
    tristaanogre
    Esteemed Contributor

    In looking through the information out there concerning Testcomplete and Maven, there are only two things that I'm finding.  Either using Maven for running JUnit or NUnit tests or, (again, but leveraging unit tests in TestComplete) running Selenium tests within TestComplete.  Which method are you using? That might help better target the feature request to what you are specifically looking for.

  • waedekin's avatar
    waedekin
    Regular Visitor

    We have a large library of Selenium tests which have already been developed, so we are looking for Gradle support to run Selenium tests initially, but it will be nice to move our Junit tests over as well in the future.

  • tristaanogre's avatar
    tristaanogre
    Esteemed Contributor

    So, this is Gradle support for running JUnit tests in TestComplete (since running JUnit tests is how to run Selenium tests in TestComplete).  Gotcha.  Thanks for clarification.