Lessons

Explore all newline lessons

Tags
Author
Pricing
Sort By
Video
Paige Niedringhaus
Most Recent
Most Popular
Highest Rated
Reset
Write And Run End-To-End Test Flows With Cypress.io

lesson

Write And Run End-To-End Test Flows With Cypress.ioThe newline Guide to Modernizing an Enterprise React App

Cypress 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.

Add Cypress To A React App For Automated End-To-End Testing

lesson

Add Cypress To A React App For Automated End-To-End TestingThe newline Guide to Modernizing an Enterprise React App

Cypress gives us a big helping hand organizing and getting started with our own e2es.

Cypress.io And End-To-End Testing - What You Need To Know

lesson

Cypress.io And End-To-End Testing - What You Need To KnowThe newline Guide to Modernizing an Enterprise React App

End-to-end testing has never been the easiest thing to do, but Cypress challenges that statement in a big way.

A Guide To API Service Layer Testing With The Jest Framework

lesson

A Guide To API Service Layer Testing With The Jest FrameworkThe newline Guide to Modernizing an Enterprise React App

Not all of our testing for our React app relies so heavily on RTL — some files Jest can handle on its own.

How To Write Tests For React Container Components

lesson

How To Write Tests For React Container ComponentsThe newline Guide to Modernizing an Enterprise React App

React Testing Library's approach to integration testing like a user would interact with the DOM works very well with React's function-based components.

Strategies For Simplifying Integration Testing For React Apps

lesson

Strategies For Simplifying Integration Testing For React AppsThe newline Guide to Modernizing an Enterprise React App

We've got a little setup work to do before we get to the actual business of writing our tests.

Introducing React Testing Library And Its Automation Capabilities

lesson

Introducing React Testing Library And Its Automation CapabilitiesThe newline Guide to Modernizing an Enterprise React App

This 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.

What We'll Build In This React Course - Hardware Handler

lesson

What We'll Build In This React Course - Hardware HandlerThe newline Guide to Modernizing an Enterprise React App

Get familiar with the sample React application's folder structure and current functionality.

How To Add An Ant Design System Form To A React App

lesson

How To Add An Ant Design System Form To A React AppThe newline Guide to Modernizing an Enterprise React App

While these components require a little more effort to get working, the improvements they provide are worth the time.

How To Add Ant Design System To A React App

lesson

How To Add Ant Design System To A React AppThe newline Guide to Modernizing an Enterprise React App

Setting Ant Design up takes a little doing because it's so customizable.

Setting Up Contexts To Share Functions Within A React App

lesson

Setting Up Contexts To Share Functions Within A React AppThe newline Guide to Modernizing an Enterprise React App

Context doesn't necessarily need to live at the top level of a component to be useful.