-
Notifications
You must be signed in to change notification settings - Fork 31
/
molotov.json
38 lines (38 loc) · 1.07 KB
/
molotov.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"molotov": {
"env": {
"SERVER_URL": "http://aserver.net"
},
"requirements": "requirements.txt",
"tests": {
"big": {
"console": true,
"duration": 10,
"exception": true,
"processes": 10,
"scenario": "molotov/tests/example.py",
"workers": 100
},
"fail": {
"exception": true,
"max_runs": 1,
"scenario": "molotov/tests/example3.py"
},
"scenario_two_once": {
"console": true,
"exception": true,
"max_runs": 1,
"scenario": "molotov/tests/example.py",
"single_mode": "scenario_two"
},
"test": {
"console": true,
"duration": 1,
"exception": true,
"verbose": 1,
"console_update": 0,
"scenario": "molotov/tests/example.py"
}
}
}
}