Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 547 Bytes

README.md

File metadata and controls

28 lines (20 loc) · 547 Bytes

RobotFramework framework

Main Tools

Project setup

  • Installing libraries

With pip

pip install -r requirements.txt

Using poetry

poetry install
  • For login tests you need to create .env file with the following content
USER_NAME=USERNAME_OF_CREATED_USER
PASSWORD=PASSWORD_OF_CREATED_USER

You can create your own users creds on the login page