Skip to content

andy-lee-eng/mock-api-blog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mock the Back-End with Node.js

This is the companion project for the blog article Mock the Back-End with Node.

Run the demo application

npm start

Run the end-to-end tests

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published