botwork is a single-binary, generic and open-source automation framework written in Rust for acceptance testing, acceptance test driven development (ATDD), and robotic process automation (RPA). The syntax is basically plain text (in any human lanuage) with parameters. Easily extendible with Rust, Python & JavaScript. An efficient, fast alternative to Robot Framework.
Through the creation of multiple environments this library allows for the distribution of multiple tests across 1 or more devices or simulators. The library uses Selenium Grid and Appium to launch a specified number of web driver and appium instances to distribute the RSpec test load across available devices
No description provided.