artemis-selenium-connector
v0.0.4
Published
The Artemis connector with Selenium
Readme
artemis-selenium-connector
For Developers
DEV Machine Prerequisites
Git - can be installed (git site).
Node.js - can be installed from Nodejs.org.
Gulp - can be installed by running npm i -g gulp
Installation
git clone https://github.com/LeerixLabs/artemis-selenium-connector.git
npm installRunning Build
Сompiles in directory dist the file artemisHelper.js with sourse-map
gulp # runs webpackRunning Sample Protractor Tests
If in your node_modules is not installed Artemis Core, setup it:
npm install artemis-core
# or update it
npm update artemis-coreRun file of Sample Protractor Tests artemis.spec.js:
gulp #create /dir/artemisHelper.js
gulp protractor --suite artemis 