svanoort / pyresttest

Python Rest Testing
Apache License 2.0
1.15k stars 325 forks source link

Adding support for new attribute in yaml file #231

Open satish-suradkar opened 7 years ago

satish-suradkar commented 7 years ago

Following three new attribute

1.retries Number of time same api will call if it fails. It has scope at config as well as test level (priority).

2.delay Number of seconds wait to make another api call

3.depends_on Define whether current test (suppose test2) is depend on previous test (suppose test1). If test1 fail then test2 will skip it's execution. Test2 execute if and only if test1 will execute successfully.

At the end of execution, will generate 'test_result.json' file. File contain test name, result, expected status and status recieved.

svanoort-jenkins commented 7 years ago

Can one of the admins verify this patch?