Skip to content

adamszegedi/robot_demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction to Robotframework

Goal of the repository is to showcase some feature of Robotframework.

Prerequisites

Tool

Recomended tool for editing robotframework test is Visiual Studio Code.
Extension to use:

Config

The API test need a key from Openweathermap what you need to configure through the ./.env file.

API_KEY_WEATHER=api_key_goes_here

Run Test

Locally

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

Congartualations you have successfully executed you first Robotframework tests! 👏

Coding Style

EditorConfig helps maintain consistent coding style.

./.editorconfig

Used Technologies

Author

Licence

This project is licensed under the MIT License - see the LICENSE file for details

About

Robotframework demo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published