Tag: testing
The State of JavaScript Testing Frameworks 2024
This week, I am adding a test framework to my ESM module template. I use a testing framework for both unit testing and integration testing. Like everything, test frameworks have…
Add unit testing to your React app
Thus far, in my journey to produce a customized toolchain for my React development, I've covered a lot of ground. See part 1 and part 2 for that coverage. I've come to the point…
Add visual testing to your React app with Storybook
In my last article, I started a React app from scratch, then integrated Parcel as the bundler, TypeScript for language support, SASS, ESLint for linting the code, and Stylelint…
Run TypeScript Mocha Tests in Visual Studio Code
I’m spending my July 4th getting back to basics and learning some data structures and algorithms. I’ve decided to do my stuff in TypeScript since it’s been a while since I’ve…
Unit Testing in Android Studio with Kotlin
I made myself a promise a couple of months ago. My next app would be fully unit tested for the non-UI components and fully instrument-tested for the UI components. That’s a tall…
Testing Mobile Apps: A Primer
Why should you test your mobile app? A recent study showed that almost a quarter of users only use a mobile app once, and a shocking 95% abandon an app within the first month.…