
Writing Tests That Tell a Story
What if we could shift our perspective on testing? What if, instead of viewing tests as mere pass/fail checkpoints, we saw them as a way to tell a story about our code?
Explore articles and insights on testing, including best practices, tools, and techniques.
What if we could shift our perspective on testing? What if, instead of viewing tests as mere pass/fail checkpoints, we saw them as a way to tell a story about our code?
In this tutorial, we'll be going over how to use Selenium Webdriver with Python's unittest framework. We'll use webdriver-manager to automatically download and install the latest version of Chrome.
In this tutorial, we'll be going over how to set up Puppeteer and Typescript with Jest. We'll be combining the jest-puppeteer preset with the ts-jest preset to get a fully working Typescript environment for our Puppeteer tests.