We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3bc50a8 commit 822bd5aCopy full SHA for 822bd5a
README.md
@@ -13,16 +13,7 @@ Clone this repo
13
14
From repo folder:
15
16
-## Two Methods
17
-### Vagrant:
18
- # Install vagrant: using http://vagrantup.com/downloads.html
19
-
20
- vagrant up
21
22
- # Open a browser to http://localhost:8080 and use password `softrams`
23
24
- # enjoy your docker 'virtual' machine!
25
+## Method
26
### Docker Compose:
27
28
docker-compose up -d
@@ -38,5 +29,6 @@ From repo folder:
38
29
using the terminal window in vscode, change directories to where you cloned your automation code.
39
30
try running
40
31
32
+ #example:
41
33
mvn test-compile gauge:execute -DspecsDir="specs/signin" -Denv="hotfix-dev-headless"
42
34
Vagrantfile
0 commit comments