Selenium/Cucumber test automation suite for the ETSI UCAAT 2026 conference page.
Generated from the SeCuGrow Kotlin archetype.
| Scenario | Description |
|---|---|
| UCAAT26-01 | Navigate to the Agenda tab and verify key sessions are listed, the Boris Wrubel talk "When AI joins the test team: Experiences from selenium-based automation" is visible, and Boris Wrubel is listed as session chair. |
| UCAAT26-02 | Navigate to the Agenda tab and verify Boris Wrubel has a clickable biography popup link. |
- Java 21+
- Maven 3.8+
- Chrome or Firefox with matching WebDriver on
PATH
Use the provided run configurations in src/test/resources/runConfig/:
chrome.run.xmlfirefox.run.xml
mvn test -Dbrowser=chrome \
-DbaseUrl="https://www.etsi.org/events/2540-2026-04-12th-ucaat-user-conference-on-advanced-automated-testing"mvn archetype:generate \
-DarchetypeArtifactId=secugrow-kotlin-archetype \
-DarchetypeGroupId=io.secugrow \
-DarchetypeVersion=1.10.0-SNAPSHOT \
-DgroupId=io.secugrow.demo \
-DartifactId=ucaat_2026 \
-DinteractiveMode=false \
-Da11y=false