Lookup CMK for a test in CDK

CDK findResources cannot match a KMS key by alias. Tag the key policy statement with an sid and assert on that instead.

Exclude a Kotlin subproject from Gradle Jacoco

Gradle Jacoco fails when a subproject has no test execution data. Filter the test tasks instead of finalising all of them.

Selenoid Parallel CI testing

Running Selenoid beside the test runner in CI for parallel browser tests, with video recording and one Selenoid per build agent.

Selenium test with docker-compose

A docker-compose file and matching Nightwatch config for running Selenium standalone Chrome next to the app under test.