You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-3Lines changed: 4 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,10 @@ submit an issue ticket.
40
40
- A full reference guide is here: https://github.com/digital-delivery-academy/selenium-pom-framework/wiki
41
41
- Technical reference documentation (javadocs) are here: https://digital-delivery-academy.github.io/selenium-pom-framework/javadoc-0.0.4
42
42
43
+
## Example tests
44
+
45
+
See https://github.com/digital-delivery-academy/selenium-pom-example repository for an example of how to write Selenium tests using the Page Object Model. This repository uses this framework.
46
+
43
47
## Usage
44
48
45
49
Put this in your POM.xml.
@@ -100,6 +104,3 @@ An example configuration (`settings.xml`) would be:
100
104
</servers>
101
105
</settings>
102
106
```
103
-
## Example tests
104
-
105
-
See https://github.com/digital-delivery-academy/selenium-pom-example repository for an example of how to write Selenium tests using the Page Object Model. This repository uses this framework.
0 commit comments