Skip to content

Commit 98c9261

Browse files
committed
Changed the artifactId
1 parent 4be932f commit 98c9261

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed
File renamed without changes.

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
1-
# Gauge Java Web UI Automation Demo
1+
# Gauge Selenium Java Web UI Automation
2+
3+
This project serves as a boilerplate for automating web applications across various browsers and environments using Gauge and Selenium.
4+
5+
[![Gauge Selenium Java Web UI Automation CI](https://github.com/osandadeshan/gauge-java-web-ui-automation-demo/actions/workflows/maven.yml/badge.svg)](https://github.com/osandadeshan/gauge-java-web-ui-automation-demo/actions/workflows/maven.yml)
26

37
## Pre-requisites
48
1. Java

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44

55
<groupId>com.maxsoft.webautomation</groupId>
6-
<artifactId>gauge-java-web-ui-automation-demo</artifactId>
6+
<artifactId>gauge-selenium-java-web-ui-automation</artifactId>
77
<version>1.0-SNAPSHOT</version>
88

99
<properties>

0 commit comments

Comments
 (0)