Tagged “testing”
-
Automated accessibility testing is great, but ...
This post is about javascript testing accessibility
We recently had a situation using jest-axe in tests, where the landmarks feature wasn't work as expected. This helped me verify why we shouldn't rely solely on automated tools, never mind how good they are.
Written on -
How to test JavaScript API Calls
This post is about javascript testing
In the January 2020 issue of Net Magazine, we walked through how to use React testing library to write basic unit tests for your React components. In this article I'm going to dive a little deeper and show how to write tests for some code that fetches data from an API.
Written on
See all tags.