Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/anjola-adeuyi/rewards-app-testing
- Owner: anjola-adeuyi
- Created: 2022-09-17T18:36:36.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-09-17T21:51:34.000Z (over 2 years ago)
- Last Synced: 2024-11-07T01:20:08.076Z (about 2 months ago)
- Topics: component, component-testing, cypress, cypress-testing-library, cypress-tests, e2e, e2e-tests, electron-app, portfolio, react, vercel
- Language: JavaScript
- Homepage: https://rewards-app-testing.vercel.app/habits
- Size: 1.19 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```