Skip to content

Javinator9889/robot-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Robot Framework - demo

Robot Framework API Demonstration

This project sets up a simple API made with FastAPI and a database backed by SQLite3.

Poetry is used as the dependency manager. You should install it first to gather all the dependencies.

Installing prerequisites

poetry install

NOTE: Poetry 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:

poetry run robot tests/

It will automatically gather all the resources for the tests to work.