bestdevopsengineer / devsecops-with-github-actions-end-to-end-nodejs-project-jou

0 stars 0 forks source link

Unit Testing in Node.js Project Modified by Harry from A Security Guru

CI Build Status Code Quality Grade Dependency Status devDependency Status Inline docs

Intro

This is a quick example project to show how a test environment can be setup in Node.js

It includes the following

The following online tools are used to monitor results

The Project

The project is a very simple script that pulls current weather data from OpenWeatherMap for your location, it then analyses it and lists which items (umbrella, icecream, jumper...) you will need for the current weather.

To Install

To run the project

Screenshots

Command Line Output: Tests Passing

Web Report: Some Tests Failing

Web Report: All Tests Passing