Test Isolation with React
Why your tests should be completely isolated from one another and how to do that. - http://bit.ly/2AJw4Uv
#react #testing
Why your tests should be completely isolated from one another and how to do that. - http://bit.ly/2AJw4Uv
#react #testing
kentcdodds
Test Isolation with React
Why your tests should be completely isolated from one another and how to do that.
How to Test React Components using Jest and Enzyme
A bumper packed tutorial that covers both unit & integration tests on an example codebase. - http://bit.ly/2C1omUC
#react #testing
A bumper packed tutorial that covers both unit & integration tests on an example codebase. - http://bit.ly/2C1omUC
#react #testing
Bits and Pieces
How to Test React Components using Jest and Enzyme
Learn how to test React components using Jest and Enzyme
A Personal Review of Automated Testing Tools in the JavaScript World - http://bit.ly/2RWOLrt
#testing #tools
#testing #tools
ITNEXT
A personal review of automated testing tools in the JavaScript world
My “2 cents” of some open source tools that I have used or have been using to ensure quality in software development projects
Node and JavaScript Testing Best Practices
A well presented collection of 30 best practices for better JavaScript testing, continuous integration, and overall quality. - http://amp.gs/Vsyj
#nodejs #testing
A well presented collection of 30 best practices for better JavaScript testing, continuous integration, and overall quality. - http://amp.gs/Vsyj
#nodejs #testing
Medium
Node.js & JavaScript Testing Best Practices
30+ best practices for better Node JS & JavaScript testing, continuous integration (CI), and overall quality. By Yoni Goldberg
Mastering testing with Vue.js by testing a real application and setting up CI/CD
A lot of developers don’t like writing test, but I do love it, tests make your code more resilient and error-prone… — http://amp.gs/4U08
#vue #ci #cd #testing
A lot of developers don’t like writing test, but I do love it, tests make your code more resilient and error-prone… — http://amp.gs/4U08
#vue #ci #cd #testing
Medium
Mastering testing with Vue.js by testing a real application and setting up CI/CD
We are going to use a real application, hacker news clone, built by Evan, I simply forked it since I don’t want changes to it breaking…
Testing Stateful Function Components with react-testing-library
A comparison of a function-based component with a class-based approach and the different ways to test both. - http://amp.gs/U8Z0
#react #testing
A comparison of a function-based component with a class-based approach and the different ways to test both. - http://amp.gs/U8Z0
#react #testing
robertcooper.me
Testing Stateful React Function Components with React Testing Library
Test stateful React function components build with hooks using react-testing-library to follow best testing practices.
How to Test for Accessibility With Cypress
Josh McClure reviews how to create test cases, integrate and use axe to check for accessibility violations with Cypress, and enhance accessibility tests. - http://amp.gs/rFv0
#ccypress #accessibility #testing
Josh McClure reviews how to create test cases, integrate and use axe to check for accessibility violations with Cypress, and enhance accessibility tests. - http://amp.gs/rFv0
#ccypress #accessibility #testing
Deque
How to test for accessibility with Cypress | Deque
Let's review how to create test cases, integrate and use axe to check for accessibility violations with Cypress, and enhance accessibility tests.
JavaScript and Node Testing Best Practices
Almost 50 best practices divided into categories (backend, frontend, CI, etc.) complete with code examples. Not just the basics, it digs into areas like visual regression, property-based testing, and contract testing, too. - http://amp.gs/NSEd
#javascript #testing
Almost 50 best practices divided into categories (backend, frontend, CI, etc.) complete with code examples. Not just the basics, it digs into areas like visual regression, property-based testing, and contract testing, too. - http://amp.gs/NSEd
#javascript #testing
GitHub
goldbergyoni/javascript-testing-best-practices
📗🌐 🚢 Comprehensive and exhaustive JavaScript & Node.js testing best practices (May 2021) - goldbergyoni/javascript-testing-best-practices
Performance Testing HTTP/1.1 vs HTTP/2 Vs HTTP/2 + Server Push for REST APIs
If you’re unfamiliar with the performance dynamics and differences between these approaches, this is a good writeup and demonstration. - http://amp.gs/JdfG
#http #testing
If you’re unfamiliar with the performance dynamics and differences between these approaches, this is a good writeup and demonstration. - http://amp.gs/JdfG
#http #testing
Evertpot
Performance testing HTTP/1.1 vs HTTP/2 vs HTTP/2 + Server Push for REST APIs
Playwright 1.0: Fast and Reliable Cross-Browser Testing
We first featured Playwright, Microsoft’s take on a cross-browser alternative to Puppeteer, in January, but it’s already at 1.0. This post does a good job on selling i - http://amp.gs/HrbD
#nodejs #testing #playwright
We first featured Playwright, Microsoft’s take on a cross-browser alternative to Puppeteer, in January, but it’s already at 1.0. This post does a good job on selling i - http://amp.gs/HrbD
#nodejs #testing #playwright
Medium
Fast and reliable cross-browser testing with Playwright 🎭
Web developers today are shipping faster. Web apps are becoming increasingly sophisticated and run across all devices — our phones…
Local Testing on an iPhone
You should be testing on a real-world mobile device, so here’s a nice and quick way to get your localhost server running on an iPhone with the help of ngrok. - http://amp.gs/2Cjf
#mobile #testing
You should be testing on a real-world mobile device, so here’s a nice and quick way to get your localhost server running on an iPhone with the help of ngrok. - http://amp.gs/2Cjf
#mobile #testing
Joshwcomeau
Local Testing on an iPhone
Learn how to set up an ideal workflow for debugging your development server on your iPhone. This may not be the most exciting topic I've written about, but it's probably one of the most useful!
Testing an HTML Canvas with Cypress
An example of setting up basic visual regression testing with Cypress. - http://amp.gs/LWWp
#javascript #testing #cypress
An example of setting up basic visual regression testing with Cypress. - http://amp.gs/LWWp
#javascript #testing #cypress
Valentinog
Testing an HTML canvas with Cypress
How to test an HTML canvas? Let's see an example of visual regression testing with Cypress.
Front-End Testing is For Everyone
Evgeny Klimenchenko covers the most popular and widely used types of front-end tests. - http://amp.gs/jIgRw
#frontend #testing
Evgeny Klimenchenko covers the most popular and widely used types of front-end tests. - http://amp.gs/jIgRw
#frontend #testing
CSS-Tricks
Front-End Testing is For Everyone | CSS-Tricks
Testing is one of those things that you either get super excited about or kinda close your eyes and walk away. Whichever camp you fall into, I’m here to tell
Let’s Dive Into Cypress For End-to-End Testing
The author tries to look for a fun and effective workflow to end-to-end testing with Cypress. - http://amp.gs/j1sLr
#testing #cypress
The author tries to look for a fun and effective workflow to end-to-end testing with Cypress. - http://amp.gs/j1sLr
#testing #cypress
Smashing Magazine
Let’s Dive Into Cypress For End-to-End Testing — Smashing Magazine
Is end-to-end testing a painful topic for you? In this article, Ramona Schwering explains how to handle end-to-end testing with Cypress and make it make it not so tedious and expensive for yourself, but fun instead.
Front-end Testing Strategy
Defines the common layers of testing and their trade-offs in order to propose an effective strategy. - https://itnext.io/front-end-testing-strategy-5fddfd463feb
#frontend #testing
Defines the common layers of testing and their trade-offs in order to propose an effective strategy. - https://itnext.io/front-end-testing-strategy-5fddfd463feb
#frontend #testing
Medium
Front-end Testing Strategy
Defines the different layers of testing and gives an overview of the current situation to propose an effective strategy.
Using GitHub Copilot for Unit Testing?
Even if you find the idea of a AI tool like Copilot writing production code distasteful, it may have a place in speeding up writing tests. - https://www.strictmode.io/articles/using-github-copilot-for-testing
#copilot #javascript #testing
Even if you find the idea of a AI tool like Copilot writing production code distasteful, it may have a place in speeding up writing tests. - https://www.strictmode.io/articles/using-github-copilot-for-testing
#copilot #javascript #testing
Strict Mode
Using Github Copilot for unit testing
In this article, we'll explore how to use GitHub Copilot for unit testing and how it can benefit your workflow.
Front-end Testing Principles
5 principles to write better tests and give you full confidence to push new features into production.Writing… - https://itnext.io/front-end-testing-principles-c4a3b51aa7e5
#testing
5 principles to write better tests and give you full confidence to push new features into production.Writing… - https://itnext.io/front-end-testing-principles-c4a3b51aa7e5
#testing
Medium
Front-end Testing Principles
5 principles to write better tests and give you full confidence to push new features into production.Writing front-end tests can be very…