An open API service indexing awesome lists of open source software.

https://github.com/rmkanda/cfr-demo


https://github.com/rmkanda/cfr-demo

Last synced: 22 days ago
JSON representation

Awesome Lists containing this project

README

          

# CFR Demo - Code Sample

![CI - GitHub Action](https://github.com/rmkanda/cfr-demo/workflows/Node.js%20CI/badge.svg)

## Steps

- Install Node.js 15
- Run the below commands

```
npm install -g backstopjs
npm install
npm test
cd visual-regression && backstop test
```