This repository was archived by the owner on Mar 27, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +18
-17
lines changed
src/main/resources/com/mathworks/ci/RunMatlabTestsBuilder Expand file tree Collapse file tree 1 file changed +18
-17
lines changed Original file line number Diff line number Diff line change 6
6
<f : optionalProperty field =" sourceFolder" title =" Source folder" />
7
7
</f : block >
8
8
9
- <f : section title =" Run Customization" >
9
+ <br ></br >
10
+
11
+ <f : section title =" Filter Tests" >
10
12
<f : block >
11
- <f : entry field =" useParallel" title =" Use parallel " checked =" ${instance.useParallel}" >
12
- <f : checkbox />
13
- </f : entry >
13
+ <f : optionalProperty field =" selectByFolder" title =" By folder name" />
14
+ <br ></br >
15
+ <f : optionalProperty field =" selectByTag" title =" By tag" />
16
+ </f : block >
17
+ </f : section >
18
+ <br ></br >
14
19
15
- <f : entry field =" strict" title =" Strict " checked =" ${instance.strict}" >
20
+ <f : section title =" Customize Test Run" >
21
+ <f : block >
22
+ <f : entry field =" strict" title =" Strict " checked =" ${instance.strict}" >
16
23
<f : checkbox />
17
24
</f : entry >
25
+ <f : entry field =" useParallel" title =" Use parallel " checked =" ${instance.useParallel}" >
26
+ <f : checkbox />
27
+ </f : entry >
18
28
19
29
<!-- Verbosity fields -->
20
- <f : entry name =" loggingLevel " title =" Logging level" field =" loggingLevel" default =" Default" >
30
+
31
+ <f : entry name =" outputDetail" title =" Output detail " field =" outputDetail" default =" Default" >
21
32
<f : select />
22
33
</f : entry >
23
34
24
- <f : entry name =" outputDetail " title =" Output detail " field =" outputDetail " default =" Default" >
35
+ <f : entry name =" loggingLevel " title =" Logging level " field =" loggingLevel " default =" Default" >
25
36
<f : select />
26
37
</f : entry >
27
38
</f : block >
28
39
</f : section >
29
- <br ></br >
30
-
31
- <f : section title =" Filter Tests" >
32
- <f : block >
33
- <f : optionalProperty field =" selectByFolder" title =" By folder name" />
34
- <br ></br >
35
- <f : optionalProperty field =" selectByTag" title =" By tag" />
36
- </f : block >
37
- </f : section >
38
- <br ></br >
39
40
40
41
41
42
<f : section title =" Generate Test Artifacts" >
You can’t perform that action at this time.
0 commit comments