Skip to content

Commit 887c6f5

Browse files
author
Max Saperstone
committed
Updating instructions
1 parent f654179 commit 887c6f5

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,31 @@
33
## Selenium
44

55
* Clone the sample project from git
6+
67
```git clone https://github.com/Coveros/fundamentals-of-selenium.git```
8+
79
* Navigate to the selenium project directory
810
* Make directory lib
911
* Download the latest geckodriver
12+
1013
```https://github.com/mozilla/geckodriver/releases```
14+
1115
* Import the project into your IDE
1216
* Edit the sample test at src/test/java/GoogleIT.java
1317
* Uncomment out either line 14 or 16, depending on your system to add the correct geckodriver
1418
* Execute the test
19+
1520
```mvn clean verify```
21+
1622
* Make some changes and run from the IDE
1723

1824
## Selenified
1925

2026
* In your previously cloned project, navigate to the selenified project directory
2127
* Execute the test
28+
2229
```mvn clean verify -Dbrowser=Firefox```
30+
2331
* Review the results
2432
* Import the project into your IDE
2533
* Make some changes and run from the IDE

0 commit comments

Comments
 (0)