Getting Started
Prerequisite
Quick Test Run Using Generated Scripts
Download the latest release of Autonomx based on your project needs

Run the setup:
setup.bat (windows)
setup.sh (osx, linux)
This will download maven if not installed, and all the required dependencies
Navigate to runner//. eg. runner/mac/restTests.sh
The run scripts are generated from testng testSuites by runner/generateScripts.sh. Each script is associated with a suite of tests

Manual Run
Run automation -> setup.bash/.bat
To compile using command line:
at: automation directory:
run command: mvn clean compile test -DsuiteXmlFile=suites/servicesTests.xml
This will compile and run the test suite: serviceTests.xml
Getting Started
IDE Setup
For Intellij IDE, navigate to Intellij Setup Page
For Eclipse IDE, navigate to Eclipse Setup Page
Last updated
Was this helpful?