File tree 2 files changed +8
-8
lines changed
2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ read: https://github.com/TinkoffCreditSystems/gatling-picatinny/blob/master/READ
40
40
1 . Debug test with 1 user, requires proxy on localhost:8888, eg using Fiddler or Wireshark
41
41
42
42
```
43
- "gatling: testOnly $package$.$name;format="word"$.Debug"
43
+ "Gatling / testOnly $package$.$name;format="word"$.Debug"
44
44
```
45
45
46
46
2 . Run test from IDEA with breakpoints
@@ -52,8 +52,8 @@ $package$.GatlingRunner
52
52
## Launch test
53
53
54
54
```
55
- "gatling: testOnly $package$.$name;format="word"$.MaxPerformance" - maximum performance test
56
- "gatling: testOnly $package$.$name;format="word"$.Stability" - stability test
55
+ "Gatling / testOnly $package$.$name;format="word"$.MaxPerformance" - maximum performance test
56
+ "Gatling / testOnly $package$.$name;format="word"$.Stability" - stability test
57
57
```
58
58
59
59
## Help
Original file line number Diff line number Diff line change 1
1
name =myservice
2
2
package =ru.tinkoff.load
3
3
description =Creates a Gatling project with sample performance test.
4
- scala_version =2.13.4
5
- sbt_version =1.4.7
6
- gatling_version =3.5 .1
7
- sbt_gatling_version =3.2.1
8
- gatling_picatinny_version =0.7.0
4
+ scala_version =2.13.6
5
+ sbt_version =1.5.5
6
+ gatling_version =3.6 .1
7
+ sbt_gatling_version =3.2.2
8
+ gatling_picatinny_version =0.7.2
9
9
verbatim =*.conf *.xml
You can’t perform that action at this time.
0 commit comments