Commit be70a07dcb7962dbaddf1370c70699a774b1b21b
1 parent
403a5d49
Add ubiz into brokers.yaml and users.yaml
Showing
2 changed files
with
42 additions
and
0 deletions
@@ -149,3 +149,15 @@ uatenders: | @@ -149,3 +149,15 @@ uatenders: | ||
149 | tender_owner: uatenders_Owner | 149 | tender_owner: uatenders_Owner |
150 | viewer: uatenders_Viewer | 150 | viewer: uatenders_Viewer |
151 | timeout_on_wait: 60 | 151 | timeout_on_wait: 60 |
152 | +ubiz: | ||
153 | + intervals: | ||
154 | + default: | ||
155 | + enquiry: [0, 5] | ||
156 | + keywords_file: ubiz | ||
157 | + homepage: 'http://fgvfo.com.ua/' | ||
158 | + roles: | ||
159 | + provider: ubiz_Provider1 | ||
160 | + provider1: ubiz_Provider2 | ||
161 | + tender_owner: ubiz_Owner | ||
162 | + viewer: ubiz_Viewer | ||
163 | + timeout_on_wait: 50 |
@@ -226,3 +226,33 @@ users: | @@ -226,3 +226,33 @@ users: | ||
226 | browser: chrome | 226 | browser: chrome |
227 | position: [750, 0] | 227 | position: [750, 0] |
228 | size: [740, 550] | 228 | size: [740, 550] |
229 | + ubiz_Owner: | ||
230 | + broker: ubiz | ||
231 | + homepage: "http://fgvfo.com.ua/user/purchase" | ||
232 | + login: test1@test.com | ||
233 | + password: qwe123qwe | ||
234 | + browser: chrome | ||
235 | + position: [0, 0] | ||
236 | + size: [1000, 500] | ||
237 | + ubiz_Provider1: | ||
238 | + broker: ubiz | ||
239 | + homepage: "http://fgvfo.com.ua/user/purchase" | ||
240 | + login: test2@test.com | ||
241 | + password: qwe123qwe | ||
242 | + browser: chrome | ||
243 | + position: [0, 800] | ||
244 | + size: [800, 800] | ||
245 | + ubiz_Provider2: | ||
246 | + broker: ubiz | ||
247 | + homepage: "http://fgvfo.com.ua/user/purchase" | ||
248 | + login: test3@test.com | ||
249 | + password: qwe123qwe | ||
250 | + browser: chrome | ||
251 | + position: [800, 0] | ||
252 | + size: [800, 800] | ||
253 | + ubiz_Viewer: | ||
254 | + broker: ubiz | ||
255 | + homepage: "http://fgvfo.com.ua/" | ||
256 | + browser: chrome | ||
257 | + position: [0, 500] | ||
258 | + size: [1000, 500] |
Please
register
or
login
to post a comment