Skip to content

Latest commit

 

History

History
49 lines (35 loc) · 780 Bytes

README.md

File metadata and controls

49 lines (35 loc) · 780 Bytes

Buldooggy Reminders Testing Project

This is a testing project for the Buldooggy Reminders project.

Prerequisites

  • Node 16.x of higher
  • npm 7.x or higher
  • Docker 20.x or higher
  • Java 8 or higher (for Allure)

Run Buldooggy Reminders app

The simplest way to run the app is to use Docker Image:

docker run -it --rm --name bulldoggy-reminders-app -p 8000:8000 vmaksimenko/bulldoggy-reminders-app

Setup

npm install

Run Tests

npm test

Generate Allure Report

npm run report:generate 

Lint code

npm run lint