File tree 1 file changed +2
-2
lines changed
examples/multiple-scenario-specs
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ We're testing a simple service that returns ASCII pictures of various animals.
33
33
For example, to see a picture of an armadillo, send a GET request to http://asciizoo.artillery.io:8080/armadillo :
34
34
35
35
``` sh
36
- artillery probe http://asciizoo.artillery.io:8080/armadillo -b
36
+ skytrace probe http://asciizoo.artillery.io:8080/armadillo -b
37
37
```
38
38
39
39
![ armadillo] ( ./artillery-probe.png )
@@ -58,4 +58,4 @@ for scenarioFile in `ls scenarios/*.yml` ; do
58
58
done
59
59
```
60
60
61
- The script looks for files with the ` yml ` extension under ` scenarios/ ` and runs Artillery with each of those one after another.
61
+ The script looks for files with the ` yml ` extension under ` scenarios/ ` and runs Artillery with each of those one after another.
You can’t perform that action at this time.
0 commit comments