A tiny, HOF-based form to allow Electronic visa waiver users to update their travel details.
What things you need to install the software and how to install them
$ mongod
$ npm install
$ npm run dev:mock
Go to http://localhost:8080/find-your-application
When you’re asked to check your e-mail, go to http://localhost:8080/update-journey-details/start?evwNumber=valid&token=token
You will need the server running to run the cucumber tests against.
$ node_modules/.bin/nightwatch
$ # or run in chrome and firefox in parallel 🤘😝🤘
$ node_modules/.bin/nightwatch -e chrome,firefox
$ # or via npm scripts
$ npm run test:acceptance