Jest + Nightmare + Codecept

CircleCI

Setup

yarn

Run unit tests

yarn test

Run Nightmare acceptance tests

yarn test:acceptance

Run Codecept acceptance tests

yarn test:codecept

Run all tests

yarn test:ci