Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/alexanderlapygin/cra-react_17-ts_4-cypress_10-starter

CRA on TypeScript starter with UI testing on Cypress with Cypress Testing Library
https://github.com/alexanderlapygin/cra-react_17-ts_4-cypress_10-starter

cra cy cypress cypress-testing-library softspiders ss starter template test testing ts typescript

Last synced: about 16 hours ago
JSON representation

CRA on TypeScript starter with UI testing on Cypress with Cypress Testing Library

Awesome Lists containing this project

README

        





# CRA on TypeScript starter with UI testing on Cypress with Cypress Testing Library

## Feature tags

- create-react-app
- cypress
- cypress-testing-library
- react
- starter
- template
- testing
- typescript
- ui

## Key versions

- React: 17
- Cypress: 10
- TypeScript: 4

---

## Direct descendants

[***+ tailwind***: cra-react_17-ts_4-tailwind_3-cypress_10-starter](https://github.com/AlexanderLapygin/cra-react_17-ts_4-tailwind_3-cypress_10-starter)

---

## Requirements

* [Node.js](https://nodejs.org/en/download/package-manager/)

## Installation

Being in the repository root directory, run:

```sh
yarn
```

## Running

Being in the repository root directory, run:

```sh
yarn start
```

## Running test

Being in the repository root directory, run:

### Interactively

```sh
yarn cypress:open
```
### Headlessly

```sh
yarn cypress:run
```

## Authors

[Alexander Lapygin](https://github.com/AlexanderLapygin)

## Inspiration

[Basarat Codes vlog: Cypress for Create React App (with code coverage and TypeScript)](https://www.youtube.com/watch?v=Dsgegf15ccA)

### License

Licensed under the [MIT license](./LICENSE).

---

[SOFTSPIDERS](https://github.com/softspiders/softspiders)