Showing
8 changed files
with
12 additions
and
7 deletions
... | ... | @@ -16,6 +16,11 @@ Test Suite Setup |
16 | 16 | Set Selenium Timeout 10 s |
17 | 17 | Завантажуємо дані про користувачів і майданчики |
18 | 18 | |
19 | +Test Suite Teardown | |
20 | + Close all browsers | |
21 | + ${artifact}= Create Dictionary tender_uaid=${TENDER['TENDER_UAID']} access_token=${USERS.users['${tender_owner}'].access_token} | |
22 | + log_object_data ${artifact} arctifact | |
23 | + | |
19 | 24 | |
20 | 25 | Set Suite Variable With Default Value |
21 | 26 | [Arguments] ${suite_var} ${def_value} | ... | ... |
Please
register
or
login
to post a comment