Path: blob/master/examples/trepn/config_web.json
907 views
{1"type": "web",2"devices": {3"j7duo2": {}4},5"repetitions": 1,6"randomization": false,7"browsers": [8"firefox"9],10"paths": [11"https://google.com/",12"https://apple.com/",13"https://wikipedia.com/"14],15"profilers": {16"trepn": {17"subject_aggregation": "default",18"experiment_aggregation": "Scripts/aggregate_trepn.py",19"preferences": {20"profiling_interval": 100,21"battery_power_source_selection": "Direct Power"22},23"data_points": [24"battery_remaining",25"mem_usage",26"battery_power"27]28}29},30"scripts": {31"before_experiment": "Scripts/before_experiment.py",32"before_run": "Scripts/before_run.py",33"after_launch": "Scripts/after_launch.py",34"interaction": [35{36"type": "python3",37"path": "Scripts/interaction.py",38"timeout": 500,39"logcat_regex": "some keyword"40}41],42"before_close": "Scripts/before_close.py",43"after_run": "Scripts/after_run.py",44"after_experiment": "Scripts/after_experiment.py"45},46"time_between_run": 10047}484950