TIL articles with the tag "testing" so far.
testing
-
Tagging e2e tests to reduce wait time
Posted on: March 12, 2024While testing your code is a great thing, useless end-to-end testing can be cumbersome. Here's how I leveraged tags to only run certain tests in PRs!
testing web-dev