https://github.com/alexanderlapygin/cra_auth_search_offline_rtl_cypress_msw_starter
CRA starter for offline application with authentication, search, persistence and testing using RTL, Cypress and MSW
https://github.com/alexanderlapygin/cra_auth_search_offline_rtl_cypress_msw_starter
app auth ci cra cypress db docker e2e javascript js msw offline react rtl search softspiders ss starter template test
Last synced: 3 months ago
JSON representation
CRA starter for offline application with authentication, search, persistence and testing using RTL, Cypress and MSW
- Host: GitHub
- URL: https://github.com/alexanderlapygin/cra_auth_search_offline_rtl_cypress_msw_starter
- Owner: AlexanderLapygin
- License: mit
- Created: 2022-01-23T07:15:21.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-02-04T18:26:06.000Z (about 3 years ago)
- Last Synced: 2024-12-25T12:21:14.744Z (4 months ago)
- Topics: app, auth, ci, cra, cypress, db, docker, e2e, javascript, js, msw, offline, react, rtl, search, softspiders, ss, starter, template, test
- Language: JavaScript
- Homepage:
- Size: 763 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
UNDER DEVELOPMENT
# CRA starter for offline application with authentication, search, persistence and testing using RTL, Cypress and MSW
## Feature tags
- auth
- ci
- create-react-app
- cypress
- db
- docker-compose
- e2e
- javascript
- mock-server-worker
- offline
- react
- react-testing-library
- rest
- search
- starter
- template
- testing---
## Direct ancestors
[***- auth, ci, db, docker-compose, offline, search***: cra_rtl_cypress_msw](https://github.com/AlexanderLapygin/cra_rtl_cypress_msw)
---
## 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 (in watch mode)
Being in the repository root directory, run:
For unit-testing:
```sh
yarn test:unit
```For e2e-testing:
```sh
yarn test:e2e
```For unit- and e2e-testing:
```sh
yarn test
```## Authors
[Alexander Lapygin](https://github.com/AlexanderLapygin)
## Inspired by
[bookshelf by Kent Dodds](https://github.com/kentcdodds/bookshelf)
### License
Licensed under the [MIT license](./LICENSE).
---
[SOFTSPIDERS](https://github.com/softspiders/softspiders)