Commit 213c08fb296d20f55f645b90e4ad81d555abcbc3

Authored by selurvedu
1 parent bb5b4282

Update README.md

Showing 1 changed file with 5 additions and 11 deletions
1 # robot_tests 1 # robot_tests
2 2
  3 +## User acceptance tests for [OpenProcurement](https://github.com/openprocurement)
  4 +
3 [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/openprocurement/robot_tests?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) 5 [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/openprocurement/robot_tests?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
4 6
5 -## Запуск тестів ##  
6 -Необхідно запустити:  
7 -```  
8 -bin/openprocurement_tests  
9 -```  
10 -  
11 -В тестах використовуються користувачі, які описані в https://github.com/openprocurement/robot_tests/blob/master/op_robot_tests/tests_files/data/users.yaml. За замовчуванням тести використовують користувачів з реалізацією запитів в центральну базу за допомогою API клієнта (умовна назва Quinta). Скрипт ```bin/openprocurement_tests``` дає змогу змінити користувача для ролей.  
12 -Для прикладу для тесту 'CreateTenderTest' використовуються ролі *tender_owner* та *provider*. В тесті прописано, що роль [*tender_owner* буде виконувати *Tender_Owner*](https://github.com/openprocurement/robot_tests/blob/master/op_robot_tests/tests_files/singleItemTender.robot#L16) з [відповідною реалізацією запитів](https://github.com/openprocurement/robot_tests/blob/master/op_robot_tests/tests_files/data/users.yaml#L4) в центральну базу.  
13 -Для запуску тестів де роль *tender_owner* виконує [*Prom_Owner*](https://github.com/openprocurement/robot_tests/blob/master/op_robot_tests/tests_files/data/users.yaml#L7) запускаємо  
14 -```  
15 -bin/openprocurement_tests -v tender_owner:Prom_Owner 7 +This repository contains tests which are aimed to verify performance of the central database and the brokers.
  8 +
  9 +Please visit the [Wiki](https://github.com/openprocurement/robot_tests/wiki) for more information.
Please register or login to post a comment