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

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.

Awesome Lists containing this project

README

          

# Age finder

![Test status](https://github.com/wlsf82/age-finder/actions/workflows/main.yml/badge.svg)

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).