Commit b61377b7f60117171106047c2a0ce54dcc8dabec

Authored by Myroslav Opyr
2 parents 5eac4d97 577b7be9

Merge pull request #69 from Leits/artifact

Artifact
@@ -16,6 +16,11 @@ Test Suite Setup @@ -16,6 +16,11 @@ Test Suite Setup
16 Set Selenium Timeout 10 s 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 Set Suite Variable With Default Value 25 Set Suite Variable With Default Value
21 [Arguments] ${suite_var} ${def_value} 26 [Arguments] ${suite_var} ${def_value}
@@ -7,7 +7,7 @@ Library DebugLibrary @@ -7,7 +7,7 @@ Library DebugLibrary
7 Resource keywords.robot 7 Resource keywords.robot
8 Resource resource.robot 8 Resource resource.robot
9 Suite Setup Test Suite Setup 9 Suite Setup Test Suite Setup
10 -Suite Teardown Close all browsers 10 +Suite Teardown Test Suite Teardown
11 11
12 *** Variables *** 12 *** Variables ***
13 ${mode} single 13 ${mode} single
@@ -7,7 +7,7 @@ Library DebugLibrary @@ -7,7 +7,7 @@ Library DebugLibrary
7 Resource keywords.robot 7 Resource keywords.robot
8 Resource resource.robot 8 Resource resource.robot
9 Suite Setup Test Suite Setup 9 Suite Setup Test Suite Setup
10 -Suite Teardown Close all browsers 10 +Suite Teardown Test Suite Teardown
11 11
12 *** Variables *** 12 *** Variables ***
13 ${mode} multi 13 ${mode} multi
@@ -7,7 +7,7 @@ Library DebugLibrary @@ -7,7 +7,7 @@ Library DebugLibrary
7 Resource keywords.robot 7 Resource keywords.robot
8 Resource resource.robot 8 Resource resource.robot
9 Suite Setup Test Suite Setup 9 Suite Setup Test Suite Setup
10 -Suite Teardown Close all browsers 10 +Suite Teardown Test Suite Teardown
11 11
12 *** Variables *** 12 *** Variables ***
13 ${mode} multi 13 ${mode} multi
@@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
2 Resource keywords.robot 2 Resource keywords.robot
3 Resource resource.robot 3 Resource resource.robot
4 Suite Setup Test Suite Setup 4 Suite Setup Test Suite Setup
5 -Suite Teardown Close all browsers 5 +Suite Teardown Test Suite Teardown
6 6
7 *** Variables *** 7 *** Variables ***
8 ${mode} openeu 8 ${mode} openeu
@@ -2,7 +2,7 @@ @@ -2,7 +2,7 @@
2 Resource keywords.robot 2 Resource keywords.robot
3 Resource resource.robot 3 Resource resource.robot
4 Suite Setup Test Suite Setup 4 Suite Setup Test Suite Setup
5 -Suite Teardown Close all browsers 5 +Suite Teardown Test Suite Teardown
6 6
7 *** Variables *** 7 *** Variables ***
8 ${mode} openua 8 ${mode} openua
@@ -7,7 +7,7 @@ Library DebugLibrary @@ -7,7 +7,7 @@ Library DebugLibrary
7 Resource keywords.robot 7 Resource keywords.robot
8 Resource resource.robot 8 Resource resource.robot
9 Suite Setup Test Suite Setup 9 Suite Setup Test Suite Setup
10 -Suite Teardown Close all browsers 10 +Suite Teardown Test Suite Teardown
11 11
12 *** Variables *** 12 *** Variables ***
13 ${mode} single 13 ${mode} single
@@ -7,7 +7,7 @@ Library DebugLibrary @@ -7,7 +7,7 @@ Library DebugLibrary
7 Resource keywords.robot 7 Resource keywords.robot
8 Resource resource.robot 8 Resource resource.robot
9 Suite Setup Test Suite Setup 9 Suite Setup Test Suite Setup
10 -Suite Teardown Close all browsers 10 +Suite Teardown Test Suite Teardown
11 11
12 *** Variables *** 12 *** Variables ***
13 ${mode} single 13 ${mode} single
Please register or login to post a comment