From 485714543d20e63a32b7ca5b69f83c06e0e82266 Mon Sep 17 00:00:00 2001 From: Ken Guest Date: Fri, 3 Jan 2025 23:20:10 +0000 Subject: [PATCH] Add Cypress.io to section of links to tools for end-to-end testing --- _posts/11-02-01-Test-Driven-Development.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/_posts/11-02-01-Test-Driven-Development.md b/_posts/11-02-01-Test-Driven-Development.md index 8b81879c7..25b423038 100644 --- a/_posts/11-02-01-Test-Driven-Development.md +++ b/_posts/11-02-01-Test-Driven-Development.md @@ -63,7 +63,8 @@ users of the application. #### Functional Testing Tools -* [Selenium](https://www.selenium.dev/) -* [Mink](https://mink.behat.org/) * [Codeception](https://codeception.com/) is a full-stack testing framework that includes acceptance testing tools +* [Cyress](https://www.cypress.io/) +* [Mink](https://mink.behat.org/) +* [Selenium](https://www.selenium.dev/) * [Storyplayer](https://github.com/MeltwaterArchive/storyplayer) is a full-stack testing framework that includes support for creating and destroying test environments on demand