TestFlow Module
Test Solution Module
개요
Test Case Files
{
"test-flow": [
"type": [COMMAND]
...
]
}예제
{
"test-flow": [
{
"type": "upload-file",
"target": "admin", "request": "admin",
"file-root": "example-text.txt"
},
... 생략 ...
{
"type": "remove", "mode": "file",
"target": "admin", "request": "client",
"file-root": "example-text.txt",
"is-succeed": false, "exception": "MicrocloudchipAuthAccessError"
},
... 생략 ...
]
}TestCaseFlow
Class
__init__
Functions
TestCaseFlowRunner
Class
Run Process
TestCaseFlow Decorator
Decorator Function
Last updated