Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
S2-group
GitHub Repository: S2-group/android-runner
Path: blob/master/tests/unit/fixtures/test_progress.xml
908 views
1
<experiment>
2
<configHash>8bbc52b2deb22e83ac40b01abb04c95a</configHash>
3
<outputDir>test/output/dir</outputDir>
4
<runsToRun>
5
<run runId="0">
6
<device>nexus6p</device>
7
<path>https://google.com/</path>
8
<browser>firefox</browser>
9
<runCount>1</runCount>
10
</run>
11
<run runId="1">
12
<device>nexus6p</device>
13
<path>https://google.com/</path>
14
<browser>firefox</browser>
15
<runCount>2</runCount>
16
</run>
17
<run runId="2">
18
<device>nexus6p</device>
19
<path>https://google.com/</path>
20
<browser>firefox</browser>
21
<runCount>3</runCount>
22
</run>
23
<run runId="3">
24
<device>nexus6p</device>
25
<path>https://apple.com/</path>
26
<browser>firefox</browser>
27
<runCount>1</runCount>
28
</run>
29
<run runId="4">
30
<device>nexus6p</device>
31
<path>https://apple.com/</path>
32
<browser>firefox</browser>
33
<runCount>2</runCount>
34
</run>
35
<run runId="5">
36
<device>nexus6p</device>
37
<path>https://apple.com/</path>
38
<browser>firefox</browser>
39
<runCount>3</runCount>
40
</run>
41
<run runId="6">
42
<device>nexus6p</device>
43
<path>https://wikipedia.com/</path>
44
<browser>firefox</browser>
45
<runCount>1</runCount>
46
</run>
47
<run runId="7">
48
<device>nexus6p</device>
49
<path>https://wikipedia.com/</path>
50
<browser>firefox</browser>
51
<runCount>2</runCount>
52
</run>
53
<run runId="8">
54
<device>nexus6p</device>
55
<path>https://wikipedia.com/</path>
56
<browser>firefox</browser>
57
<runCount>3</runCount>
58
</run>
59
</runsToRun>
60
<runsDone/>
61
</experiment>
62
63