src/main/kotlin
is the test framework built on Selenium.src/test/kotlin
are the health checks implemented in JUnit 5.
gradlew smokeTest
to run some quick tests.
*Test
files
net.twisterrob.test.selenium.headless
to set up ChromeDriver in headless mode. Used for running on GitHub actions.
Only CI.