Skip to content

boris779/ucaat2026_ai_generated_code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UCAAT 2026 – Test Automation Suite

Selenium/Cucumber test automation suite for the ETSI UCAAT 2026 conference page.

Generated from the SeCuGrow Kotlin archetype.


What is tested?

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.

Run the tests

Prerequisites

  • Java 21+
  • Maven 3.8+
  • Chrome or Firefox with matching WebDriver on PATH

From IntelliJ IDEA

Use the provided run configurations in src/test/resources/runConfig/:

  • chrome.run.xml
  • firefox.run.xml

From the command line

mvn test -Dbrowser=chrome \
  -DbaseUrl="https://www.etsi.org/events/2540-2026-04-12th-ucaat-user-conference-on-advanced-automated-testing"

Maven archetype used

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

About

No description, website, or topics provided.

Resources

License

MIT, Unknown licenses found

Licenses found

MIT
LICENSE
Unknown
LICENSE.txt

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors