Katalium Framework in other IDEs
Prerequisites​
- Java Development Kit 8.
Start Katalium Server​
Please refer to this guide to learn how to start Katalium Server.
Run your first test in IDE​
Refer to this guide to learn how to create a test case or test suite.
Example of a test case run in IntelliJ IDEA:
Run your first test in CLI​
To run the default test suite configured in pom.xml
use mvn clean test
. Test suites can also be specified using command arguments, e.g. mvn clean test -Dsurefire.suiteXmlFiles=src/test/resources/testng-parallel.xml
.