File tree Expand file tree Collapse file tree 2 files changed +6
-7
lines changed
Expand file tree Collapse file tree 2 files changed +6
-7
lines changed Original file line number Diff line number Diff line change 2020 <repository >
2121 <id >github</id >
2222 <name >GitHub OWNER Apache Maven Packages</name >
23- <url >https://maven.pkg.github.com/digital-delivery-academy/selenium-pom-example </url >
23+ <url >https://maven.pkg.github.com/digital-delivery-academy/selenium-pom-framework </url >
2424 </repository >
2525 </repositories >
2626 </profile >
Original file line number Diff line number Diff line change 55 <modelVersion >4.0.0</modelVersion >
66
77 <groupId >uk.co.evoco</groupId >
8- <artifactId >selenium-pom-example </artifactId >
8+ <artifactId >selenium-pom-framework </artifactId >
99 <version >0.0.1</version >
1010
1111 <contributors >
1818 </contributors >
1919
2020 <description >
21- An simple Selenium base using the page object pattern. Can be an example or a boilerplate. Contains
22- various helpers to get things started and an externalised configuration ready for dynamic configuration (e.g.
23- for use in CI systems).
21+ A simple Selenium framework offering externalised configuration, good selection of libraries for supporting
22+ test data, simple WebDriver browser binary resolution and an opinionated approach for WebDriver test design.
2423 </description >
2524
2625 <issueManagement >
2726 <system >GitHub</system >
28- <url >https://github.com/digital-delivery-academy/selenium-pom-example /issues</url >
27+ <url >https://github.com/digital-delivery-academy/selenium-pom-framework /issues</url >
2928 </issueManagement >
3029
3130 <distributionManagement >
3231 <repository >
3332 <id >github</id >
3433 <name >GitHub digital-delivery-academy Apache Maven Packages</name >
35- <url >https://maven.pkg.github.com/digital-delivery-academy/selenium-pom-example </url >
34+ <url >https://maven.pkg.github.com/digital-delivery-academy/selenium-pom-framework </url >
3635 </repository >
3736 </distributionManagement >
3837
You can’t perform that action at this time.
0 commit comments