Dependency: pytest-robotframework
Run the tests with Robot to get the report:
ROBOT_OPTIONS="--outputdir=out" pytest tests/test\ _mylib.py
Run it without Robot for best performance:
pytest -p no:robotframework tests/test\ _mylib.py
Dependency: pytest-robotframework
Run the tests with Robot to get the report:
ROBOT_OPTIONS="--outputdir=out" pytest tests/test\ _mylib.py
Run it without Robot for best performance:
pytest -p no:robotframework tests/test\ _mylib.py