Skip to content

Login page acceptance tests #7

Merged
merged 5 commits into from Nov 30, 2019
Merged

Login page acceptance tests #7

merged 5 commits into from Nov 30, 2019

Commits on Nov 27, 2019

  1. Copy the full SHA
    7d99249 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2019

  1. Add login acceptance testing

    Added acceptance testing for the login page feature using cucumber and
    puppeteer. Test script has been changed to run Jest tests followed by
    Cucumber features.
    
    .githooks was also modified to run the test script on pre-commit so that
    no code should be committed with failing tests.
    soperd committed Nov 29, 2019
    Copy the full SHA
    cdb90eb View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    7025fb1 View commit details
    Browse the repository at this point in the history
  3. Update login-page to handle EntityNotFound

    Updated login-page so it doesn't crash the app with a missing user in
    the database.
    soperd committed Nov 29, 2019
    Copy the full SHA
    e9b83c8 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    5936bef View commit details
    Browse the repository at this point in the history