File tree 1 file changed +8
-0
lines changed
1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 3
3
## Selenium
4
4
5
5
* Clone the sample project from git
6
+
6
7
```git clone https://github.com/Coveros/fundamentals-of-selenium.git```
8
+
7
9
* Navigate to the selenium project directory
8
10
* Make directory lib
9
11
* Download the latest geckodriver
12
+
10
13
```https://github.com/mozilla/geckodriver/releases```
14
+
11
15
* Import the project into your IDE
12
16
* Edit the sample test at src/test/java/GoogleIT.java
13
17
* Uncomment out either line 14 or 16, depending on your system to add the correct geckodriver
14
18
* Execute the test
19
+
15
20
```mvn clean verify```
21
+
16
22
* Make some changes and run from the IDE
17
23
18
24
## Selenified
19
25
20
26
* In your previously cloned project, navigate to the selenified project directory
21
27
* Execute the test
28
+
22
29
```mvn clean verify -Dbrowser=Firefox```
30
+
23
31
* Review the results
24
32
* Import the project into your IDE
25
33
* Make some changes and run from the IDE
You can’t perform that action at this time.
0 commit comments