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.

40 lines
873 B

2 years ago
# 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
2 years ago
_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 {}"
2 years ago
artifact:
file:
reset: testcase
2 years ago
json-rest:
2 years ago
name: json-rest
type: json
path: requests
2 years ago
xml-rest:
2 years ago
name: xml-rest
type: xml
path: requests