kobenguyent / harvey-ui-tests

1 stars 0 forks source link

Build Status Greenkeeper badge

Introduction

Basically, this is used for e2e tests.

How to use

This e2e test is done using CodeceptJS https://codecept.io/

Tech

e2e test uses a number of open source projects to work properly:

Installation

e2e test requires Node.js v4+ to run.

Install the dependencies and devDependencies.

$ cd harvey-ui-tests
$ npm install -d

How to trigger UI test

This is using Puppeteer helper, hence Selenium WebDriver is not needed

To run all e2e tests just simply type

$ yarn start