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
- Host: GitHub
- URL: https://github.com/lexxx42/robotframework
- Owner: Lexxx42
- License: mit
- Created: 2024-04-13T11:23:43.000Z (almost 2 years ago)
- Default Branch: business
- Last Pushed: 2024-05-11T11:22:06.000Z (over 1 year ago)
- Last Synced: 2025-02-12T23:37:50.637Z (11 months ago)
- Topics: python, robotframework
- Language: Python
- Homepage: https://robotframework.org
- Size: 46.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)