https://github.com/wlsf82/age-finder
This is simple React app to demonstrate how to test date fields using Cypress.
https://github.com/wlsf82/age-finder
Last synced: 6 months ago
JSON representation
This is simple React app to demonstrate how to test date fields using Cypress.
- Host: GitHub
- URL: https://github.com/wlsf82/age-finder
- Owner: wlsf82
- License: mit
- Created: 2021-06-16T22:22:54.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-07-07T16:04:36.000Z (over 4 years ago)
- Last Synced: 2025-04-23T08:15:47.757Z (6 months ago)
- Language: JavaScript
- Homepage: age-finder.vercel.app
- Size: 921 KB
- Stars: 6
- Watchers: 2
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Age finder

This is simple React app to demonstrate how to test date fields using Cypress.
## Installation
Run `npm install` to install the project and dev dependencies.
## Starting the app
Run `npm start` to start the app in dev mode.
## Tests
Run `npm test:ci` to run the tests in headless mode.
> **Note:** when you run the above command, the server is automatically started, the tests are executed, and the server is shut down.
Run `npm run cypress` to open Cypress in interactive mode.
> **Note:** when you run the above command, the server is automatically started before opening Cypress.
___
Made with 💚 by [Walmyr](https://walmyr.dev).