Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/robotcourses/rf_loaddotenv

Load .Env file With Robot Framework
https://github.com/robotcourses/rf_loaddotenv

python robotframework

Last synced: 2 days ago
JSON representation

Load .Env file With Robot Framework

Awesome Lists containing this project

README

        

# Separando ambientes no Robot Framework com .env

![.env](docs/thumb_readme.png)

## 👨‍💻 TECNOLOGIAS UTILIZADAS

- Python: https://www.python.org/downloads/release/python-3810/
- Poetry: https://python-poetry.org/docs/
- Robot Framework: https://pypi.org/project/robotframework/
- Python DotEnvy: https://pypi.org/project/python-dotenv/
- VSCode: https://code.visualstudio.com/download
- Plugin:
- Robot Framework Language Server: https://marketplace.visualstudio.com/items?itemName=robocorp.robotframework-lsp
- Python: https://marketplace.visualstudio.com/items?itemName=ms-python.python

## 🖥️ CONFIGURAÇÃO DO POETRY

[![POETRY](https://img.youtube.com/vi/1z4JDp-Ky9g/0.jpg)](https://www.youtube.com/watch?v=1z4JDp-Ky9g)

## 🦾 INSTALANDO DEPENDÊNCIAS DO PROJETO

``` bash
poetry install
```