nsand / users-ex-3

Fetches a list of placeholder users

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Fetches a list of placeholder users


Languages

Language:JavaScript 74.2%Language:HTML 24.5%Language:CSS 1.2%