You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

39 lines
873 B

# Example af a component with
# # one instance -> connection
# # mo subcomponents
# # artifact-tyoe flaskdb -> precondition, load testdata, postcondition
conf:
instance:
count: 1
single: y
components:
none: none
function:
init_testcase: "todo"
execute_testcase: "todo"
collect_testcase: "todo" # -> postcondition, check data
compare_testcase: "todo" # -> postcondition, check data
_steps:
xml-rest:
- tool: file
type: xml
fct: create
- tool: cli
cmd: "cp-to {}"
json-rest:
- tool: file
type: json
fct: create
- tool: cli
cmd: "cp-to {}"
artifact:
file:
reset: testcase
json-rest:
name: json-rest
type: json
path: requests
xml-rest:
name: xml-rest
type: xml
path: requests