cloverfield-tools / universal-react-boilerplate

A simple boilerplate Node app.
MIT License
904 stars 97 forks source link

Improvements for end-2-end tests #90

Closed nkbt closed 8 years ago

nkbt commented 8 years ago
  1. Removed duplication of NODE_PORT and hardcoded site url in e2e tests, replaced with launchUrl from nightwatch.json config
  2. Cleaned up nightwatch config a bit
  3. Run e2e tests in parallel
  4. Create screenshots on e2e failures (much easier to debug)
  5. Added reports dir as CircleCI artifacts so it is possible to see screenshots online