Goal of the repository is to showcase some feature of Robotframework.
Recomended tool for editing robotframework test is Visiual Studio Code.
Extension to use:
The API test need a key from Openweathermap what you need to configure through the ./.env file.
API_KEY_WEATHER=api_key_goes_here
You can use the justfile to run a copule of preconfigured commands to create a working environment with podman.
$ just -l
Available recipes:
add-selenium-standalone
build
clean
create-pod
run
run-interactively
- Create the testing environment
$ just create-pod
$ just add-selenium-standalone
- Build the robotframework runner container
$ just build
- You can start the testing enviroment in an interactive shell.
$ just run-interactively
$ python3 run.py
Or run it automatically
$ just run
EditorConfig helps maintain consistent coding style.
- Szegedi Ádám - Initial work - adamszegedi
This project is licensed under the MIT License - see the LICENSE file for details