opendx / server

See Next -> https://github.com/yqhp
https://github.com/yqhp
MIT License
93 stars 72 forks source link

测试用例添加setUp & tearDown #6

Closed jiangyitao closed 3 years ago

jiangyitao commented 4 years ago

添加到steps字段中 作为特殊的step agent模板渲染: try{ setup(); } catch(Throwable t) { throw new SkipException(xxxx); } try { steps; } finally { tearDown(); }