Welcome to my Robot Framework demo repository. Robot Framework is an open source automation framework Here I introduce some basic tests for
- API
- Web
Tests cover building custom library (that is extended Browser), BDD Test Cases, Data-Driven Test Cases.
Repository contains Dockerfile which can be used. To use docker:
- make sure Docker is installed
- run
./docker_demo.sh
script tocreate image
,run tests
anddelete image after
- run
./docker_demo.sh --keep-after
script tocreate image
andrun tests
in the docker without deleting image
Please note that it will take some time to create a Docker image
- Install Node.js (LTS version)
- Install python3.12.* +
- Ensure that both Node.js and Python are in the
PATH
environment variable - install packages from
requirements.txt
:pip install -r requirements
- initialize Browser
python3 -m Browser.entry init