An open API service indexing awesome lists of open source software.

https://github.com/lexxx42/robotframework

Learning basic API of Robot Framework v7.0
https://github.com/lexxx42/robotframework

python robotframework

Last synced: 6 months ago
JSON representation

Learning basic API of Robot Framework v7.0

Awesome Lists containing this project

README

          

# RobotFramework framework

## Main Tools
+ [RF 7.0](https://robotframework.org/)
+ [python 3.12.3](https://www.python.org/downloads/release/python-3123/)

## Project setup
+ Installing libraries

With pip

```commandline
pip install -r requirements.txt
```

Using poetry
```commandline
poetry install
```

+ For login tests you need to create .env file with the following content

```shell
USER_NAME=USERNAME_OF_CREATED_USER
PASSWORD=PASSWORD_OF_CREATED_USER

```
You can create your own users creds on the [login page](https://demoqa.com/login)