Roadmap to becoming a developer in 2022
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Kamran Ahmed 69f625af39
Add playwright content
2 years ago
..
100-jest.md Fix frontend content 2 years ago
101-react-testing-library.md Add Readme and Change Tag Color (#1779) 2 years ago
102-cypress.md Add Readme and Change Tag Color (#1779) 2 years ago
103-enzyme.md Add Enzyme content on Front End roadmap (#1192) 3 years ago
104-other-options.md Interactive frontend roadmap with contribution links 3 years ago
104-playwright.md Add playwright content 2 years ago
105-mocha.md Add Readme and Change Tag Color (#1779) 2 years ago
106-chai.md Add Readme and Change Tag Color (#1779) 2 years ago
107-ava.md Add Readme and Change Tag Color (#1779) 2 years ago
108-jasmine.md Add Readme and Change Tag Color (#1779) 2 years ago
109-vitest.md Add vitest (#2422) 2 years ago
readme.md Suggest content to 'Testing your apps' component (#980) 3 years ago

readme.md

Testing your apps

Before delivering your application to users, you need to be sure that your app meets the requirements it was designed for, and that it doesn't do any weird, unintended things (called 'bugs'). To accomplish this, we 'test' our applications in different ways.

Free Content A comprehensive dive into software testing. The different types of software tests Testing React apps with Jest