artemis-selenium-connector

The Artemis connector with Selenium

Usage no npm install needed!

<script type="module">
  import artemisSeleniumConnector from 'https://cdn.skypack.dev/artemis-selenium-connector';
</script>

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 install

Running Build

Сompiles in directory dist the file artemisHelper.js with sourse-map

gulp  # runs webpack

Running 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-core

Run file of Sample Protractor Tests artemis.spec.js:

gulp  #create /dir/artemisHelper.js
gulp protractor --suite artemis