Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/anjola-adeuyi/rewards-app-testing

A rich design of a reward and habit tracking application designed with react and typescript and tested with cypress e2e.
https://github.com/anjola-adeuyi/rewards-app-testing

component component-testing cypress cypress-testing-library cypress-tests e2e e2e-tests electron-app portfolio react vercel

Last synced: 7 days ago
JSON representation

A rich design of a reward and habit tracking application designed with react and typescript and tested with cypress e2e.

Awesome Lists containing this project

README

        

# Cypress Testing

## Cypress on chrome and electron

https://rewards-app-testing.vercel.app/habits
![](rewards-cypress-outcome.png)

## Deploy your own

[![Deploy with Vercel](https://vercel.com/button)](https://github.com/anjola-adeuyi/rewards-app-testing)

## How to use

```bash
npm init -y
# then
npm i cypress
# then
npx cypress open
```