This is the companion project for the blog article Mock the Back-End with Node.
npm start
First, prepare Selenium Webdriver:
npm run e2e:clean
npm run e2e:update
Then, run the Selenium server and UI in two separate console windows:
npm run start:ui
npm run e2e:start
Finally, in a third console window, run the tests:
npm run e2e