lesson
Write And Run End-To-End Test Flows With Cypress.ioThe newline Guide to Modernizing an Enterprise React AppCypress makes the process of writing e2es relatively simple with lots of built-in methods and documentation to show you the way to use it effectively.
lesson
Add Cypress To A React App For Automated End-To-End TestingThe newline Guide to Modernizing an Enterprise React AppCypress gives us a big helping hand organizing and getting started with our own e2es.
lesson
Cypress.io And End-To-End Testing - What You Need To KnowThe newline Guide to Modernizing an Enterprise React AppEnd-to-end testing has never been the easiest thing to do, but Cypress challenges that statement in a big way.
lesson
A Guide To API Service Layer Testing With The Jest FrameworkThe newline Guide to Modernizing an Enterprise React AppNot all of our testing for our React app relies so heavily on RTL — some files Jest can handle on its own.
lesson
How To Write Tests For React Container ComponentsThe newline Guide to Modernizing an Enterprise React AppReact Testing Library's approach to integration testing like a user would interact with the DOM works very well with React's function-based components.
lesson
Strategies For Simplifying Integration Testing For React AppsThe newline Guide to Modernizing an Enterprise React AppWe've got a little setup work to do before we get to the actual business of writing our tests.
lesson
Introducing React Testing Library And Its Automation CapabilitiesThe newline Guide to Modernizing an Enterprise React AppThis library took aim at a few fundamental flaws in the traditional way of integration testing JavaScript applications and really changed the game when it comes to automated testing.
lesson
What We'll Build In This React Course - Hardware HandlerThe newline Guide to Modernizing an Enterprise React AppGet familiar with the sample React application's folder structure and current functionality.
lesson
How To Add An Ant Design System Form To A React AppThe newline Guide to Modernizing an Enterprise React AppWhile these components require a little more effort to get working, the improvements they provide are worth the time.
lesson
How To Add Ant Design System To A React AppThe newline Guide to Modernizing an Enterprise React AppSetting Ant Design up takes a little doing because it's so customizable.
lesson
Setting Up Contexts To Share Functions Within A React AppThe newline Guide to Modernizing an Enterprise React AppContext doesn't necessarily need to live at the top level of a component to be useful.
Web development is tough enough as it is, something as mundane as mismatched ...
Testing is basically a requirement for modern software today, not a nice-to-h...