Skip to content

stojanovic/test-refactor-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Integration test cleanup example

Installing

To install the exercise, you'll need node and npm. Run

npm install

to get all the dependencies.

Verifying the installation

Verify that the server is running OK by starting

npm start

and open http://localhost:3000/smoke in a browser. It should display a message with the current timestamp.

Keep the server running, and verify that the tests can run OK by running

npm test -- --filter=smoke

This should print a few green dots and a message 'logged in as admin'

Documentation on APIs used

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published