Path: blob/master/tests/unit/fixtures/test_config.json
908 views
{1"type": "web",2"devices": [3"nexus6p"4],5"repetitions": 3,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": "none",18"experiment_aggregation": "Scripts/aggregate_trepn.py",19"preferences": {20"profiling_interval": 10021},22"data_points": [23"battery_power",24"mem_usage"25]26},27"android": {28"subject_aggregation": "none",29"experiment_aggregation": "Scripts/aggregate_android.py",30"sample_interval": 200,31"data_points": [32"cpu",33"mem"34]35}36},37"scripts": {38"before_experiment": "Scripts/before_experiment.py",39"before_run": "Scripts/before_run.py",40"after_launch": "Scripts/after_launch.py",41"interaction": [42{43"type": "python3",44"path": "Scripts/interaction.py",45"timeout": 500,46"logcat_regex": "some keyword"47}48],49"before_close": "Scripts/before_close.py",50"after_run": "Scripts/after_run.py",51"after_experiment": "Scripts/after_experiment.py"52},53"time_between_run": 10054}555657