Repository configuration
The repository configuration is meant to specify where to get/download the specification from.
<repository> <name/> <isDefault/> <projectName/> <systemUnderTest/> <runnerName/> <type/> <root/> <suites> <suite/> </suites> <tests> <test/> </tests> </repository>
Nodes details
repository
Element |
Description |
Type |
---|---|---|
name |
|
String |
isDefault |
|
boolean |
projectName |
|
String |
systemUnderTest |
|
String |
runnerName |
The runner assigned to this repository. It defaults to the default JAVA runner if not set. |
String |
type |
|
Class name |
root |
|
String |
suites |
|
List of |
tests |
|
List of |
Add Comment