testing

How to run Playwright tests on a Vercel deployment using GitHub Actions

End to end testing is crucial for ensuring the reliability of websites. Testing the entire user experience at once frequently catches issues that more isolated or specific unit tests miss. This tutorial will show you how to automate Playwright end to end testing of your Vercel deployment using Github Actions.

06 March 2024

How to test serverless applications on AWS

Testing Serverless applications can be difficult, in this post we share some real world advice on where to start!

02 November 2023

How to test step functions locally

A guide on how to test AWS Step Functions as a part of the deployment pipeline.

26 April 2023

Zero to Serverless car insurance - part 3

Part 3 on our series of building a car insurance platform from scratch using serverless technology on AWS.

18 April 2023

Zero to Serverless car insurance - part 2

Part 2 on our series of building a car insurance platform from scratch using serverless technology on AWS.

11 April 2023

Zero to Serverless car insurance - part 1

At the start of 2021 we began an ambitious project, building a car insurance platform from scratch using serverless technology on AWS.

03 April 2023

From TDD to PBT via Kotest

Using the new PBT features in Kotest

26 October 2021

TypeScript Testing Tips - Mocking Functions with Jest

Tips for mocking functions using TypeScript and Jest

28 October 2020

TypeScript Testing Tips - Creating Dummies

Tips for using TypeScript to write good tests

21 October 2020

Security Testing & Incremental Threat Modelling

Security expert Simon Whittaker discusses using incremental threat modelling to deliver secure software applications

07 August 2017

Test Setup as a Sanity Check on your Design

The importance of listening to your tests as a sanity check on your design

15 April 2016

Exploring Session Based Testing

An introduction to session-based testing, a refinement to exploratory testing

07 January 2016