-
Notifications
You must be signed in to change notification settings - Fork 10
/
profiles.xml
40 lines (39 loc) · 1010 Bytes
/
profiles.xml
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
<?xml version="1.0"?>
<profilesXml><profiles>
<profile>
<id>smoke</id>
<activation>
<property>
<name>suite</name>
<value>smoke</value>
</property>
</activation>
<properties>
<suite.file>ui-smoke-suite.xml</suite.file>
</properties>
</profile>
<profile>
<id>regression</id>
<activation>
<property>
<name>suite</name>
<value>regression</value>
</property>
</activation>
<properties>
<suite.file>ui-regression-suite.xml</suite.file>
</properties>
</profile>
<profile>
<id>end2end</id>
<activation>
<property>
<name>suite</name>
<value>end2end</value>
</property>
</activation>
<properties>
<suite.file>ui-end2end-suite.xml</suite.file>
</properties>
</profile>
</profiles></profilesXml>