Skip to content

Vimala-VS/Agentic-AI-framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

selenium-agentic-ai-framework

Java 17 Selenium automation framework starter built with:

  • Selenium 4
  • TestNG
  • Cucumber BDD
  • ExtentReports
  • Log4j2
  • WebDriverManager
  • Maven
  • AI utility stubs for agentic test support

Project Structure

  • src/main/java/com/sdet/framework/base - base page and base test classes
  • src/main/java/com/sdet/framework/pages - page object model classes for SauceDemo
  • src/main/java/com/sdet/framework/utils - config, logging, and driver utilities
  • src/main/java/com/sdet/framework/ai - AI helper classes for test generation and analysis
  • src/test/java/com/sdet/tests - TestNG test classes
  • src/test/resources/features - Cucumber feature files
  • src/test/resources/testdata - test data JSON
  • config/config.properties - framework and environment configuration

Prerequisites

  • Java 17+
  • Maven 3.8+
  • Chrome or Firefox installed

Run Tests

mvn clean test

Configuration

Update config/config.properties for:

  • browser selection (chrome / firefox)
  • base URL
  • waits
  • credentials
  • Claude API config
  • report path

Reports

  • Extent report: reports/extent-report.html
  • TestNG reports: target/surefire-reports
  • Logs: logs/framework.log

About

Agentic AI test automation framework — Selenium + Java + Claude AI for self-healing locators, test case generation, and intelligent reporting

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors