Skip to content

Latest commit

 

History

History
34 lines (27 loc) · 1.13 KB

ROBOT.md

File metadata and controls

34 lines (27 loc) · 1.13 KB

Robot Tests

Installation

  1. Install docker https://docs.docker.com/engine/install/
  2. Install git https://git-scm.com/book/en/v2/Getting-Started-Installing-Git
  3. Clone the project git clone https://github.com/ProzorroUKR/procedure_tools.git
  4. Rename .dev.env.example into .dev.env
  5. Go to the projects dir and run the tests
cd procedure_tools
docker-compose up
  1. [Optional] You can use "PyCharm Community Edition" (free version) https://www.jetbrains.com/pycharm/download/?section=mac with RobotFramework plugin to write testcases.

Running specific tests

While you developing tests, you may want to run only specific tests, you can set a tag in the .env file

ROBOT_OPTIONS=--include  development

So only testcases with development tag will run

[Tags]  aboveThreshold   smoke   development

Docs