This is a small Spring Boot server which purpose is to run Katalon tests.
- Master branch build
- Latest Sonar Cloud analysis
- Organization's Waffle io
- Katalon
- Tomcat
- Java 10
- Create a katalon project and a test suite
- Modify the spring properties to match your configuration.
- Build the project, and deploy it on your servlet container.
- Call http://{yourDeploymentIP}:{yourDeploymentPort}/katalon/status, to see if the server is up and running;
- Call http://{yourDeploymentIP}:{yourDeploymentPort}/katalon/start/{nameOfATestSuite}/{browserName}, to run a test suite, the server will answer with the test suite's JUnit report in XML. The browser name can be IE, Chrome, Edge, Firefox.
- Call http://{yourDeploymentIP}:{yourDeploymentPort}/katalon/stop, to kill all the Katalon running processes (including children processes) initialy created using the application server.