Prerequisite
- Robot Framework and python installed
- Selenium Server downloaded and running (can be run on another computer)
- SideeX Runner, SideeX Runner config file, and your recorded SideeX test cases
Create an empty file SideeXLibrary.py
, and paste the following content. You can modify the path of ./sideex-runner.js
to where you save the SideeX Runner.
First, include ./SideeXLibrary.py
as a library and ./sideex-config.json
as a variable. Second, add Sideex Run With ${CONFIG}
in a test case.
Open the terminal and run robot your_Robot_Framework_test_case
. The SideeX-recorded test cases defined in sideex-config.json
will be run. The SideeX test result will be included in the Robot Framework result.