Remove articles api-testing-with-cypress
article thumbnail

It’s A (Front-End Testing) Trap! Six Common Testing Pitfalls And How To Solve Them

Smashing Magazine

It’s A (Front-End Testing) Trap! Six Common Testing Pitfalls And How To Solve Them. It’s A (Front-End Testing) Trap! Six Common Testing Pitfalls And How To Solve Them. All right, but what does this have to do with testing? Well, it’s simply an apt allegory when it comes to dealing with tests in a code base.

Testing 120
article thumbnail

How To Maintain A Large Next.js Application

Smashing Magazine

It can also have tests that are flaky and don’t inspire any confidence. In this article, we will discuss a few of those techniques as well as some of the things I wish I had known earlier to help manage large Next.js It might have outdated dependencies which can cause maintainability issues. applications. applications. Use TypeScript.

Cache 143
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

Optimizing Next.js Applications With Nx

Smashing Magazine

In this article, we will go through how to optimize and build a high-performance Next.js If you’re a developer looking to optimize applications and create reuseable components across applications effectively, this article will show you how to quickly scale your applications, and how to work with Nx. Optimizing Next.js Optimizing Next.js

Cache 109
article thumbnail

Comparison between Testsigma and Protractor alternatives

Testsigma

Here, in this article, we will discuss what is protractor, why it was used, why it is being discontinued, and what are some of its alternatives that you can use now. Protractor is an end-to-end test framework made for angular and angularJS applications. Meanwhile, robust alternatives have emerged in the web testing space.

article thumbnail

Let’s Dive Into Cypress For End-to-End Testing

Smashing Magazine

Let’s Dive Into Cypress For End-to-End Testing. Let’s Dive Into Cypress For End-to-End Testing. Software development without automated testing is hard to imagine today. A good variety of different test procedures will ensure a high level of quality. Your test should feel like an assistant, never a hindrance.

Testing 135
article thumbnail

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 you that front-end testing is for everyone. In fact, there are many types of tests and perhaps that is where some of the initial fear or confusion comes from. Integration.

Testing 95
article thumbnail

Lessons Learned Rebuilding A Large E-Commerce Website With Next.js (Case Study)

Smashing Magazine

Add Automated Tests. When you run npx create-next-app , you will have a folder structure like the following (this is also how most examples are structured): /public logo.gif /src /lib /hooks useForm.js /api content.js /components Header.js Lessons Learned Rebuilding A Large E-Commerce Website With Next.js (Case Study). Jonne Kats.

Website 113