Oxygen CLI Installation
Command-line application for running Oxygen tests and generating reports.
CLI Installation
Oxygen CLI - Command-line application for running tests and generating reports.
To start working with Oxygen Command-line (cli) - you must first install the following programs:
Node.js 8 or later.
After installing the above programs you should do the following steps:
Open the command line (cmd command)
Type the following command in the command line:
After installation is finished, re-open your command-line.
In some cases you may need to run the installation command using sudo to provide the super-user do elevated permission
In case you encounter some permission errors during installation, you can try the following:
Configuration
Oxygen CLI doesn't come bundled with Selenium nor Appium and requires installing them manually.
Desktop web applications automation
Download Selenium Standalone Server and the drivers for browsers you wish to use:
Internet Explorer - http://www.seleniumhq.org/download/
Place everything into a single directory and launch with (update selenium version if necessary):
Mobile applications automation
If you wish to execute CLI on mobile devices you should first read Oxygen for mobile guide and installation instructions: https://docs.oxygenhq.org/download-and-installation/mobile-installation
Download a simulator for the devices (optional).
Last updated