Simple Node.js application with unit tests to show how to automate tests using Harness CI!
- Free Harness cloud account to set up continuous integration
- Node.js installed
git clone https://github.com/pavanbelagatti/notes-app-cicd.git
cd notes-app-cicd
npm install
node app.js
Visit http://localhost:3000 in your browser
To run tests
npm test