Skip to content

Latest commit

 

History

History
29 lines (25 loc) · 673 Bytes

README.md

File metadata and controls

29 lines (25 loc) · 673 Bytes

notes-app-ci/cd-example

Simple Node.js application with unit tests to show how to automate tests using Harness CI!

Prerequisites

Install

git clone https://github.com/pavanbelagatti/notes-app-cicd.git 
cd notes-app-cicd
npm install

Run

node app.js

Visit http://localhost:3000 in your browser

Test

To run tests

npm test