Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
November 15, 2019 02:49 pm GMT

How We Perform Frontend Testing on StackPaths Customer Portal

Nice post from Thomas Ladd about how their front-end team does testing. The list feels like a nice place to be:

  1. TypeScript - A language, but you're essentially getting various testing for free (passing the right arguments and types of variables)
  2. Jest - Unit tests. JavaScript functions are doing the right stuff. Works with React.
  3. Cypress - Integration tests. Page loads, do stuff with page, expected things happen in DOM. Thomas says their end-to-end tests (e.g. hitting services) are

Read article

The post How We Perform Frontend Testing on StackPaths Customer Portal appeared first on CSS-Tricks.


Original Link: https://blog.stackpath.com/frontend-testing/

Share this article:    Share on Facebook
View Full Article

CSS Tricks

A Web Design Community curated by Chris Coyier

More About this Source Visit CSS Tricks