oxygen-cli
TypeScript icon, indicating that this package has built-in type declarations

1.33.1 • Public • Published

Oxygen

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.

Supported Platforms

  • Android - Native, Hybrid, and Web
  • iOS - Native, Hybrid, and Web
  • Windows - Chrome, Internet Explorer
  • Linux - Chrome
  • OS X - Chrome

Installation

npm install -g oxygen-cli

OS Specific requirements for building:

Windows:

  • npm --add-python-to-path='true' --debug install --global windows-build-tools from cmd with admin rights.
  • [Optional. Required for DB support] Windows SDK

Linux

  • [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

OS X

  • [Optional. Required for DB support] unixodbc binaries and development libraries: brew install unixodbc

Getting Started

See the documentation at docs.oxygenhq.org

Package Sidebar

Install

npm i oxygen-cli

Weekly Downloads

8

Version

1.33.1

License

GPL-3.0

Unpacked Size

65.8 MB

Total Files

301

Last publish

Collaborators

  • romovs