Intellij
Download Intellij Community Edition
Clone project
Download a release version based on the testing needs: service (api, db testing), web, iOS, Android, WinApp. See Getting Started:
Unpack
Run Setup
Run autonomx -> setup.sh/.bat

Wait until the download of the maven dependencies are complete (~5 mins)
Launch Automation Project Through Intellij
The automation project is already setup for intellij
Launch Intellij -> Open
Navigate to: project folder -> autonomx -> automation -> open
Import maven dependencies from the Intellij

Verify Project
Enable Annotation Processor
Intellij IDEA -> Preferences -> Build, Execution, Deployment -> Compiler -> Annotation Processors

Verify Test
Navigate to src -> test -> java -> test.modules -> web.tests
Right click on VerifyLoginTest and select "Run 'VerifyLoginTest'"

Verify Results
Results should be displayed in the testNG panel

Last updated
Was this helpful?