Skip to content

Демо-проект — unit-тестирование react приложений

Notifications You must be signed in to change notification settings

dima117/unit-demo-cra

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

693c3d6 · Jul 16, 2023

History

52 Commits
Jul 15, 2023
Jul 13, 2023
Jul 16, 2023
Jun 27, 2021
Jul 16, 2023
Jul 13, 2023
Nov 7, 2022
Nov 21, 2022
Jul 13, 2023
Jul 16, 2023
Jul 13, 2023
Jun 27, 2021

Repository files navigation

В этом репозитории находится пример приложения с тестами:

Для запуска примеров необходимо установить NodeJS 16 или выше.

Как запустить:

# установить зависимости
npm ci

# запустить приложение
npm start

Как запустить e2e тесты:

# скачать браузеры
npx playwright install

# запустить тесты
npm run e2e

Как запустить модульные тесты:

npm test

About

Демо-проект — unit-тестирование react приложений

Resources

Stars

Watchers

Forks

Releases

No releases published