Skip to main content
CSS-Tricks
Since 2007
  • Articles
  • Guides
  • Almanac
  • Links
  • Picks
  • Newsletter
  • Search

Articles Tagged
testing

30 Articles
{
,

}
Direct link to the article Lessons Learned from a Year of Testing the Web Platform
testing

Lessons Learned from a Year of Testing the Web Platform

Mike Pennisi:

The web-platform-tests project is a massive suite of tests (over one million in total) which verify that software (mostly web browsers) correctly implement web technologies. It’s as important as it is ambitious: the health of the web depends

…
Chris Coyier on Jul 29, 2019
Direct link to the article Types or Tests: Why Not Both?
test testing

Types or Tests: Why Not Both?

Every now and then, a debate flares up about the value of typed JavaScript. “Just write more tests!” yell some opponents. “Replace unit tests with types!” scream others. Both are right in some ways, and wrong in others. Twitter affords …

Shawn Wang on Jul 10, 2019
Direct link to the article Using Cypress to Write Tests for a React Application
continuous integration testing

Using Cypress to Write Tests for a React Application

End-to-end tests are written to assert the flow of an application from start to finish. Instead of handling the tests yourself — you know, manually clicking all over the application — you can write a test that runs as you …

Kingsley Silas on Jun 12, 2019
Direct link to the article Getting Started with React Testing Library
react testing

Getting Started with React Testing Library

I can guess what you are thinking: another React testing library? So many have already been covered here on CSS-Tricks (heck, I’ve already posted one covering Jest and Enzyme) so aren’t there already enough options to go around?

But …

Kingsley Silas on May 22, 2019
Direct link to the article The Three Types of Performance Testing
audit performance testing

The Three Types of Performance Testing

We’ve been covering performance quite a bit — not just recently, but throughout the course of the year. Now, Harry Roberts weighs in by identifying three types of ways performance can be tested.

Of particular note is the first …

Robin Rendle on Oct 29, 2018
Direct link to the article Continuous Integration: The What, Why and How
continuous integration testing unit tests

Continuous Integration: The What, Why and How

Not long ago, I had a novice understanding of Continuous Integration (CI) and thought it seemed like an extra process that forces engineers to do extra work on already large projects. My team began to implement CI into projects and, …

Jeff Wainwright on Oct 25, 2018
Direct link to the article Demystifying JavaScript Testing
continuous integration JavaScript testing

Demystifying JavaScript Testing

Many people have messaged me, confused about where to get started with testing. Just like everything else in software, we work hard to build abstractions to make our jobs easier. But that amount of abstraction evolves over time, until the …

Kent C. Dodds on Oct 24, 2018
Direct link to the article Introducing GitHub Actions
containers deployment docker github github actions testing

Introducing GitHub Actions

It’s a common situation: you create a site and it’s ready to go. It’s all on GitHub. But you’re not really done. You need to set up deployment. You need to set up a process that runs your tests …

Sarah Drasner on Oct 17, 2018
Direct link to the article An Intro to Web Site Testing with Cypress
cypress testing

An Intro to Web Site Testing with Cypress

End-to-end testing is awesome because it mirrors the user’s experience. Where you might need a ton of unit tests to get good coverage (the kind where you test that a function returns a value you expect), you can write a …

Devon Campbell on Aug 29, 2018
  • Newer
  • 1
  • ...
  • 2
  • 3
  • 4
  • Older

CSS-Tricks is powered by DigitalOcean.

Get Curated Front-End Roundups Right in Your Inbox

Coming back really, really soon! See past issues →

DigitalOcean
  • About DO
  • Cloudways
  • Legal stuff
  • Get free credit!
CSS-Tricks
  • Contact
  • Write for CSS-Tricks!
Social
  • RSS Feeds
  • CodePen
  • Mastodon
  • Bluesky
Back to Top