-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.ini
43 lines (36 loc) · 1.14 KB
/
config.ini
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
41
42
43
[EMULATOR]
# create_avd = yes
# avdmanager_command = ~/Android/Sdk/tools/bin/avdmanager
install_dependencies = yes
use_emulator = yes
# set here path to emulator binary
command = C:\\Users\\Michael\\AppData\\Local\\Android\\sdk\\emulator\\emulator.exe
# set here name of AVD -> AndroidStudio -> AVDs -> Properties
# device_id = Pixel_C_API_28
device_id = Nexus_5_API_25
# you need to create the log folder first and clear it after each run (logs are appended)
log = yes
logfile = log/emu.log
logfile_err = log/emu_err.log
logcat_tags = E,acc
[MATE_SERVER]
jar = yes
# location of mate-server.jar
command = bin/mate-server.jar
log = yes
logfile = log/server.log
logfile_err = log/server_err.log
[MATE]
# test = ExecuteMATERandomExplorationIntent
# test = ExecuteMATEMio
# test = ExecuteMATERandomSearchGA
# test = ExecuteMATEOnePlusOneNew
test = ExecuteMATERandomExploration
# test = ExecuteMATEHeuristicRandomExploration
# test = ExecuteMATEStandardGeneticAlgorithm
# test = ExecuteMATEMOSA
# how long to wait for app to be ready (seconds)
wait_for_app = 10
[APP]
# package name of app (doesn't need to be set - passed as commandline argument!!!)
id = ws.xsoh.etar