This repository contains a collection of automated UI tests for an eCommerce web application, built using Robot Framework with Browser Library The structure of the program is the following: pages -- ...
robot/ │ ├── APIreqres/ │ ├── APItest.robot │ ├── keywords.robot │ └── variables.robot │ ├── saucedemo/ │ ├── test.robot │ ├── keywords.robot │ └── variables.robot │ └── applionparcel ...