10000 javascript-testing/README.md at master · imwshdp/javascript-testing · GitHub
[go: up one dir, main page]

Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 857 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 857 Bytes

JavaScript Testing Basics

Repository with examples of basics of testing, which has become the standard in the world for JavaScript. The project contains four directories:

  • unit-tests with unit tests with Jest for JavaScript modules
  • react-tests contains CRA application with unit tests (Jest), integration tests (React Testing Library), e2e tests (Webdriver.io) and visual tests (Storybook + Loki)
  • react-vite-setup contains the test environment setup for Vite project with React template
  • react-vite-ts-setup contains the test environment setup for Vite project with React TypeScript template

All technologies used within the project

0