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
- Need to install oxygen-cli by the following command
Note: Some time it may ask admin permission so install as sudo in
Linux:
- Enter your "MailId" in pCloudy_Username="Enter your Email-id" in "oxygen.conf.js".
- Enter your "ApiKey" in pCloudy_ApiKey="Enter your API Key" in "oxygen.conf.js".
- Open the terminal where the project is located and run the script by running the following command in your terminal
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