Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
S2-group
GitHub Repository: S2-group/android-runner
Path: blob/master/examples/monsoon/config.json
908 views
1
{
2
"type": "web",
3
"devices": {
4
"nexus5x": {
5
"power_device": {
6
"script_path": "my_path/androidrunner/android-runner/AndroidRunner/Plugins/monsoon/script/power_device.py",
7
"py_path": "python3",
8
"vout": "3.8",
9
"serial_num": "23171"
10
}
11
}
12
},
13
"clear_cache": true,
14
"repetitions": 3,
15
"duration": 180000,
16
"browsers": ["firefox"],
17
"paths": [
18
"https://google.com/"
19
],
20
"profilers":{
21
"monsoon": {
22
}
23
},
24
"scripts": {
25
"before_experiment": "scripts/before_experiment.py",
26
"before_run": "scripts/before_run.py",
27
"after_launch": "scripts/after_launch.py",
28
"before_close": "scripts/before_close.py",
29
"after_run": "scripts/after_run.py",
30
"after_experiment": "scripts/after_experiment.py"
31
},
32
"time_between_run": 120000
33
}
34
35