Skip to content

EUSurvey/KatalonServer

Repository files navigation

Katalon server project

This is a small Spring Boot server which purpose is to run Katalon tests.

Installation requirements

  1. Katalon
  2. Tomcat
  3. Java 10
  4. Create a katalon project and a test suite

Getting started

  1. Modify the spring properties to match your configuration.
  2. Build the project, and deploy it on your servlet container.

Usage

  1. Call http://{yourDeploymentIP}:{yourDeploymentPort}/katalon/status, to see if the server is up and running;
  2. 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.
  3. Call http://{yourDeploymentIP}:{yourDeploymentPort}/katalon/stop, to kill all the Katalon running processes (including children processes) initialy created using the application server.

About

Standalone katalon server for running E2E test suites

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages