From 5a2b9fcfba1b6658abf8b8ea40c63f76010c5a02 Mon Sep 17 00:00:00 2001 From: Mike Gifford Date: Mon, 31 Jul 2023 15:07:20 -0400 Subject: [PATCH] Adding links to Daniel's articles (#712) * Adding links to Daniel's articles * Update automated-testing.md Removing redundant link --- _playbook/automated-testing.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/_playbook/automated-testing.md b/_playbook/automated-testing.md index c8e7a68b..5e1b631f 100644 --- a/_playbook/automated-testing.md +++ b/_playbook/automated-testing.md @@ -66,3 +66,6 @@ Take a look at [Setting up Cypress with axe for accessibility](https://timdeschr * Are you using a variety of automated testing tools to help identify potential problems? * How are you ensuring that you aren't relying too heavily on automated tests? * Have automated processes been set up to optimize use of developer time? + +## See also +* [How I do automated accessibility testing for my website](https://opensource.com/article/23/2/automated-accessibility-testing) by Daniel Mundra