Testing your React App with Puppeteer and Jest
How to use Puppeteer and Jest to perform end-to-end testing on your app. - http://bit.ly/2GODmE9
#react #testing #puppeteer
  
  How to use Puppeteer and Jest to perform end-to-end testing on your app. - http://bit.ly/2GODmE9
#react #testing #puppeteer
Medium
  
  Testing your React App with Puppeteer and Jest
  How to use Puppeteer and Jest to perform End-to-End Testing on your React App
  How and Why We Unit Test Our Sass
Yes, you can unit test your Sass-powered stylesheets. - http://bit.ly/2KEclth
#sass #testing
  
  Yes, you can unit test your Sass-powered stylesheets. - http://bit.ly/2KEclth
#sass #testing
Sparkbox
  
  CSS Testing: How and Why We Unit Test Our Sass
  Any design system, web app, or website project that makes use of mixins or functions in Sass can benefit from CSS unit testing, or more specifically, Sass testing. Find out how to unit test Sass with a unit testing tool, learn best practices for writing unit…
  End-to-End Testing React Apps with Puppeteer and Jest - http://bit.ly/2AnyMPi
#e2e #testing #react #puppeteer
  
  #e2e #testing #react #puppeteer
LogRocket
  
  End-to-end testing React apps with Puppeteer and Jest
  In this tutorial, we'll see how to write tests for a React app using Jest and Puppeteer.
  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.