Simple examples to get started with Robot Framework
You can download the slides from here.
Make sure to open the slides in "PowerPoint" (you can open them in read-only) as they are not fully compatible with Google Slides.
You can also find the images of all slides in the slides
folder.
The videos are available as animated GIFs in the slides/videos
folder.
There are multiple options to run the examples.
git clone https://github.com/manykarim/welcome-robotframework
cd welcome-robotframework
pip install -r requirements.txt
robot -d results/ tests/
git clone https://github.com/manykarim/welcome-robotframework
cd welcome-robotframework
poetry install
poetry run robot -d results/ tests/
- Open GitPod Link below
- Select to "Continue with GitHub"
- Select "free" GitPod plan (50 hours/month)
- Confirm creation of GitPod workspace and wait for it to be created
- Run
robot -d results/ tests/
https://gitpod.io/#https://github.com/manykarim/welcome-robotframework
- Open a
Terminal
in VS Code - Run
robot tests
in Terminal
Optional: If you want to "see" the WebBrowser during execution, go to Ports
tab in Terminal.
Add Port 6080
, select the new entry and click on the small globe icon to open it in a new Browser Tab.