8000 GitHub - Tset-Noitamotua/oxygen: Automation framework for Web & Mobile applications
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Automation framework for Web & Mobile applications

License

Notifications You must be signed in to change notification settings

Tset-Noitamotua/oxygen

 
 

Repository files navigation

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:

  • WiX Toolset installed and added to the %PATH%.
  • 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

About

Automation framework for Web & Mobile applications

Resources

License

Stars

Watchers

Forks

Report repository

Packages

No packages published

Languages

  • JavaScript 94.9%
  • XSLT 4.4%
  • C# 0.7%
0