/users-ex-3

Fetches a list of placeholder users

Primary LanguageJavaScript

User Listing

A website that shows a user listing from http://jsonplaceholder.typicode.com/users

Prerequisites

npm install

After running this command, protractor will install or update a selenium server, which will be used for testing.

Running

npm start

Testing

Make sure the server is up and running, first; otherwise, the e2e tests will not work

End-to-end tests

npm run test:e2e

Unit tests

npm run test:unit

Everything

npm test