Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding support for new attribute in yaml file #231

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

satish-suradkar
Copy link

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
Copy link
Collaborator

Can one of the admins verify this patch?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants