File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Installation
7
7
------------
8
8
9
9
If you are using linux, install docker: http://docs.docker.com/linux/step_one/
10
- On mac and windows, install docker toolbox : https://www.docker.com/toolbox
10
+ On mac and windows, install docker desktop : https://www.docker.com/products/docker-desktop
11
11
12
12
Clone this repo
13
13
@@ -25,7 +25,7 @@ From repo folder:
25
25
## Accessing
26
26
27
27
Once launched browse to http://localhost:8080
28
- Link to your local host will be
28
+ Links between host and container will be
29
29
- Container: /home/seluser
30
30
- Host: ~/automation-home
31
31
@@ -37,5 +37,5 @@ From repo folder:
37
37
try running
38
38
39
39
#example:
40
- mvn test-compile gauge:execute -DspecsDir="specs/signin" -Denv="hotfix- dev-headless"
40
+ mvn test-compile gauge:execute -DspecsDir="specs/signin" -Denv="dev-headless"
41
41
You can’t perform that action at this time.
0 commit comments