Language: Deutsch · English
Run integration tests in IntelliJ – server tests (Groovy) and web client tests with Selenium/Docker.
HOW-TO DEVELOPER UPDATED: JUL 2026 APPLIES TO NUCLOS 4.2026.X
On this page
Run server and web client integration tests in IntelliJ – the web client tests use a Selenium container via Docker.
localhost.nuclos-integrationstests/src/test/groovy/org/nuclos/test.Start a *.groovy file under server (or the whole directory) via Run/Debug and wait for the results.
docker run -d -p 4444:4444 -p 5900:5900 selenium/standalone-chrome-debug
Add the required hosts to /etc/hosts (Windows: %windir%\system32\drivers\etc\hosts), start the web client and set the VM parameters in IntelliJ (Edit Configurations → JUnit → Edit configuration templates…).
Selenium parameters
Without a set selenium.server, the tests start their own Docker container that is deleted afterwards. Optional parameters: nuclos.webclient.screenshots, nuclos.failing.videos.path.