-
First of all, in the pc; should be installed python, robot-framework-library and robot-framework-selenium-library.
-
All test reports creating in that directory ../results
-
Also you can see the screenshots step by step in this directory ../results/screenshots
-
Python installation should be done
-
Run these commands in Command Prompt or Terminal
$pip install robotframework
$pip install robotframework-seleniumlibrary
You can use this commands for run the test cases in the project directory
$robot -d results tests
Robot Framework - Project Framework.
- Emre Abanozoğlu emreabanozoglu