OxygenHQ
  • 01 May 2023
  • 1 Minute to read
  • Dark
    Light

OxygenHQ

  • Dark
    Light

Article Summary

Overview

Oxygen significantly simplifies writing and running automation tests of any kind. It's an open source framework and tool-set built on top of Selenium, Appium, WebdriverIO, and WinAppDriver. Oxygen test scripts are written in JavaScript and are compatible with ECMAscript 6. Oxygen comprises of numerous modules for each of the different functionalities that it supports. It also has native support for BDD - Behavior-Driver Development, with its built-in Cucumber implementation.

Prerequisites

Need to install Node And NPM [Recommended v14. for node]

Steps

  1. Need to install oxygen-cli by the following command
bash
npm install  oxygen-cli

Note: Some time it may ask admin permission so install as sudo in

Linux:

  bash
  sudo npm install  oxygen-cli
  1. Enter your "MailId" in pCloudy_Username="Enter your Email-id" in "oxygen.conf.js".
  2. Enter your "ApiKey" in pCloudy_ApiKey="Enter your API Key" in "oxygen.conf.js".
  3. Open the terminal where the project is located and run the script by running the following command in your terminal
oxygen oxygen.conf.js

Note: Do not change the name of the configuration file

The complete sample and documentation are available in the pCloudy GitHub Repository
https://github.com/pankyopkey/pCloudy-sample-projects


Was this article helpful?