robot-framework

Open source test framework for acceptance testing and RPA

brewmacoslinux
Try with needOr install directly
Source

About

Open source test framework for acceptance testing

Commands

robot

Examples

Run all robot test files in a directory$ robot tests/
Run a specific test file with verbose output$ robot --verbosity verbose test_login.robot
Run tests with custom output directory and generate reports$ robot --outputdir results/ --report report.html tests/