- Clone this repository
- Copy .env.example to .env and set your Wopee.io API key
- Create virtual environment (optional) and install dependencies and init Browser library:
python -m venv .venv
source .venv/bin/activate # On Windows use `.venv\Scripts\activate`
pip install -r requirements.txt
rfbrowser init- Run tests:
robot tests/- Clone this repository
- Copy .env.example to .env and set your Wopee.io API key
- Install:
make install - Run tests:
make test
Read more https://docs.wopee.io/robot-framework/01-getting-started/