Skip to content

Latest commit

 

History

History
40 lines (30 loc) · 585 Bytes

README.md

File metadata and controls

40 lines (30 loc) · 585 Bytes

Rnm

Rick & Morty API web app.

https://rnm.netlify.app

How to run

  npm i 
  npm start

Scripts

  npm run prettify && npm run lint && npm run check

Tests

Unit

coverage report in coverage/ dir

  npm test

E2e

Cypress require a running dev server

  npm start
  npx cypress run

Visual Regression

Component screenshots are uploaded to argos-ci while doing e2e tests in CI
From argos dashboard i'm able to review and reject/approve commits with detected changes
Screenshot samples are in cypress/screenshots/