Skip to content
This repository was archived by the owner on Jun 30, 2021. It is now read-only.

Commit 0be1cee

Browse files
committed
Chores for tomorrow demo - 2
1 parent 15cc67b commit 0be1cee

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

docs/make.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# Make
22

33
## Setup
4-
You should replace `mock` with your web service under test within the generated [docker-compose.yml][] file.
5-
64
This is only necessary the first time:
75

86
wget -nv https://git.io/vKrBP -O Makefile
@@ -12,6 +10,8 @@ If you want VNC helpers support _(optional)_
1210

1311
make install_vnc
1412

13+
You should now replace the `mock` example service with your web service under test within the generated [docker-compose.yml][] file.
14+
1515
### OSX
1616
In OSX is convenient to increase the Docker service CPUs and Memory specially if you plan to run more than one Chrome and Firefox at the same time:
1717

@@ -21,9 +21,11 @@ In OSX is convenient to increase the Docker service CPUs and Memory specially if
2121
Make sure to [setup](#setup) first.
2222

2323
### Run
24-
Run spceifying how many nodes you need to run your tests, hopefully in parallel.
24+
Run specifying how many nodes you need to run your tests.
25+
26+
make chrome=2 firefox=2
2527

26-
make chrome=5 firefox=4
28+
The idea of having *N* Chrome nodes and *N* Firefox nodes is to be able to run tests in parallel. Note *N* is `2` in this arbitrary example.
2729

2830
### VNC
2931
This will open the VNC viewer.
@@ -40,6 +42,7 @@ The best way is to run your tests inside your web application under test, in thi
4042
### Videos
4143
Gather the videos artifacts easily
4244

45+
export chrome=2 firefox=2
4346
make videos
4447

4548
### Cleanup

0 commit comments

Comments
 (0)