From b7ae990a0521bf488600a69a9fb9636bfe9e97d2 Mon Sep 17 00:00:00 2001
From: ChuckD3ath <33813588+ChuckD3ath@users.noreply.github.com>
Date: Mon, 7 Nov 2022 09:12:25 +0100
Subject: [PATCH] Update Accessibility Tools (#2887)
---
.../101-accessibility-testing/101-wave.md | 4 ++++
.../101-accessibility-testing/102-axe.md | 8 +++++++-
2 files changed, 11 insertions(+), 1 deletion(-)
diff --git a/content/roadmaps/113-qa/content/104-qa-non-functional-testing/101-accessibility-testing/101-wave.md b/content/roadmaps/113-qa/content/104-qa-non-functional-testing/101-accessibility-testing/101-wave.md
index a98ee5fe2..560293bb8 100644
--- a/content/roadmaps/113-qa/content/104-qa-non-functional-testing/101-accessibility-testing/101-wave.md
+++ b/content/roadmaps/113-qa/content/104-qa-non-functional-testing/101-accessibility-testing/101-wave.md
@@ -1,3 +1,7 @@
# Wave
Wave is a suite of evaluation tools that helps authors make their web content more accessible to individuals with disabilities. WAVE can identify many accessibility and Web Content Accessibility Guideline (WCAG) errors, but also facilitates human evaluation of web content.
+
+Free Content
+Wave Website
+WAVE Accessibility Testing Tool Tutorial
\ No newline at end of file
diff --git a/content/roadmaps/113-qa/content/104-qa-non-functional-testing/101-accessibility-testing/102-axe.md b/content/roadmaps/113-qa/content/104-qa-non-functional-testing/101-accessibility-testing/102-axe.md
index e4716b392..734dc0781 100644
--- a/content/roadmaps/113-qa/content/104-qa-non-functional-testing/101-accessibility-testing/102-axe.md
+++ b/content/roadmaps/113-qa/content/104-qa-non-functional-testing/101-accessibility-testing/102-axe.md
@@ -1 +1,7 @@
-# Axe
\ No newline at end of file
+# Axe
+
+Axe is a fast and lightweight accessibility testing tool that checks the entire document against the rules and generates a report with all violations, passes, etc.
+
+Free Content
+Axe Website
+Accessibility testing using the axe-core library
\ No newline at end of file