Oxygen is an open source framework and tool-set built on top of Appium, WebdriverIO, and Selenium that significantly simplifies writing and running automation tests. It implements many commonly recurring patterns out-of-the-box and hides complexities of the aforementioned backends behind a concise API.
- Android - Native, Hybrid, and Web
- iOS - Native, Hybrid, and Web
- Windows - Chrome, Internet Explorer
- Linux - Chrome
- OS X - Chrome
npm install -g oxygen-cli
npm --add-python-to-path='true' --debug install --global windows-build-tools
fromcmd
with admin rights.- [Optional. Required for DB support] Windows SDK
- [Optional. Required for DB support] unixodbc binaries and development libraries:
Debian/Ubuntu -sudo apt-get install unixodbc unixodbc-dev
RedHat/CentOS -sudo dnf install unixODBC unixODBC-devel
- [Optional. Required for DB support] unixodbc binaries and development libraries:
brew install unixodbc
See the documentation at docs.oxygenhq.org