This repository was archived by the owner on Jun 30, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 11# Make
22
33## Setup
4- You should replace ` mock ` with your web service under test within the generated [ docker-compose.yml] [ ] file.
5-
64This 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
1616In 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
2121Make 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
2931This 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
4143Gather the videos artifacts easily
4244
45+ export chrome=2 firefox=2
4346 make videos
4447
4548### Cleanup
You can’t perform that action at this time.
0 commit comments