Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/javinator9889/robot-api
Robot Framework demonstration 🤖
https://github.com/javinator9889/robot-api
europython robot robotframework
Last synced: 13 days ago
JSON representation
Robot Framework demonstration 🤖
- Host: GitHub
- URL: https://github.com/javinator9889/robot-api
- Owner: Javinator9889
- License: mit
- Created: 2024-07-01T17:34:58.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-07-06T02:31:22.000Z (4 months ago)
- Last Synced: 2024-10-09T23:40:55.091Z (about 1 month ago)
- Topics: europython, robot, robotframework
- Language: Python
- Homepage: https://javinator9889.github.io/robot-api/log.html
- Size: 107 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Robot Framework - demo
[![Robot Framework API Demonstration](https://github.com/Javinator9889/robot-api/actions/workflows/python-app.yml/badge.svg)](https://github.com/Javinator9889/robot-api/actions/workflows/python-app.yml)
This project sets up a simple API made with FastAPI and a database backed by
SQLite3.[Poetry](https://python-poetry.org/) is used as the dependency manager. You should
install it first to gather all the dependencies.## Installing prerequisites
```bash
poetry install
```> NOTE: [Poetry](https://python-poetry.org/) should be installed for the command above to work.
> It will take care of everything.## Running the tests
The tests are simply run by calling `robot`, and then inspecting the `log.html`
file for further details:```bash
poetry run robot tests/
```It will automatically gather all the resources for the tests to work.