kobenguyent / pizza-ui-tests

0 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 pizza-ui-tests
$ npm install -d

How to trigger UI tests

This is using WebDriverIO helper which wraps webdriverio library to manipulate browser, hence Selenium WebDriver needs to be called

$ webdriver-manager update
$ webdriver start

To run all e2e tests just simply type

$ yarn start