JimLin
12 years agoOccasional Contributor
Getting Testrunner/Maven to skip testsuite setup script
Is it possible to get Testrunner/Maven to skip a testsuite setup script?
For my testsuites I have a startup script that brings up a dropdown list to choose which environment to run the tests in (we have 5 different ones). This is intended for running the testsuites manually. Now I'm moving on to initiating these tests with testrunner/Maven, having a manual selection box come up is a pain when doing automated tests and I've temporarily hashed the code out. Is there a way of skipping the setup script?
For my testsuites I have a startup script that brings up a dropdown list to choose which environment to run the tests in (we have 5 different ones). This is intended for running the testsuites manually. Now I'm moving on to initiating these tests with testrunner/Maven, having a manual selection box come up is a pain when doing automated tests and I've temporarily hashed the code out. Is there a way of skipping the setup script?