-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathtestit-cloud.yml
40 lines (35 loc) · 1021 Bytes
/
testit-cloud.yml
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
39
40
---
provisioning: cloud
scenarios:
testit-cloud:
script: testit-cloud.jmx
execution:
- scenario: testit-cloud
concurrency:
local: 20
cloud: 200
ramp-up: 30s
hold-for: 2m
throughput:
local: 100
cloud: 10000
# only following config sections are passed into cloud: scenarios, execution, services
modules:
cloud:
delete-test-files: true
test: testit-cloud
timeout: 10s # BlazeMeter API client timeout
browser-open: end # auto-open browser on test start/end/both/none
check-interval: 5s # interval which Taurus uses to query test status from BlazeMeter
public-report: true # make test report public, disabled by default
send-report-email: false # send report email once test is finished, disabled by default
# in my local .bzt-rc file, tokens are stored like this
# modules:
# blazemeter:
# token: id:token
# cloud:
# delete-test-files: true
# token: id:token
# workspace: My Workspace
# account: 000000
# project: Taurus Tests