Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 377 Bytes

README.md

File metadata and controls

15 lines (8 loc) · 377 Bytes

Przykładowe repozytorium z testami Jest + react-testing-library + Cypress

Dostępne skrypty:

npm run start

Uruchamia aplikację pod http://localhost:3000

npm run test

Uruchamia testy w Jest.

npm run cypress:open

Uruchamia testy w Cypress. Koniecznie jest, by dodatkowo wystartować aplikację przy użyciu npm run start.