Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 830 Bytes

README.md

File metadata and controls

34 lines (20 loc) · 830 Bytes

amazon-acceptance-test

This is a basic example of Puppeteer + Cucumberjs.

Prerequisites

You will need to install the Chrome browser and the npm package manager before you can run these tests locally.

  1. Download and install Chrome.
  2. Download and install Node v8.1.1.

The test suite also has a bunch of yarn dependencies which will be installed when you follow the installation steps below.

  • Puppeteer (1.3.0)
  • Cucumber (3.1.0)
  • jest (latest)

Installation

To install the test suite locally, including the above npm dependencies:

  1. Clone this repository.
  2. Run npm install from the root directory of this repository.

Local

To run the tests locally against the test portal environment:

  1. Run npm run test