- my-first-test.robot
- requirements.txt
brew install python3;
python3 -m pip install --user --upgrade pip;
python3 -m pip install --user virtualenv;
python3 -m venv env;
source env/bin/activate;
git clone https://gist.github.com/c9ee0ca59b32c996f2ca76d07e774303.git basic-robot-framework-selenium-setup
cd basic-robot-framework-selenium-setup
pip install -r requirements.txt
robot my-first-test.robot
https://www.browserstack.com/guide/robot-framework-and-selenium-tutorial https://medium.com/swlh/robot-framework-the-basics-dfeadc025bea https://www.lambdatest.com/blog/robot-framework-tutorial/