From 3ff4ac152f464fec69e63f46104037a35e308780 Mon Sep 17 00:00:00 2001 From: Steve Calvert Date: Tue, 2 Mar 2021 10:27:31 -0800 Subject: [PATCH 1/3] docs: Updating README to indicate the need to use query param with global setup helper --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 70f0e7dc..b244a098 100644 --- a/README.md +++ b/README.md @@ -83,6 +83,8 @@ setupGlobalA11yHooks(() => true); start(); ``` +:information_source: It's important to note that you must also use the [`enableA11yAudit`](#force-running-audits) query parameter in order to force audits. This setting is require \_in addition to\* any invocation strategy you provide. + #### Setting Options using `setRunOptions` You can provide options to axe-core for your tests using the `setRunOptions` API. This API is helpful if you don't have access to the `a11yAudit` calls directly, such as when using the `setupGlobalA11yHooks`, or if you want to set the same options for all tests in a module. From 7eb844484547ec27f75a2b8b3ba2b0d48f756e70 Mon Sep 17 00:00:00 2001 From: Steve Calvert Date: Tue, 2 Mar 2021 10:30:21 -0800 Subject: [PATCH 2/3] Fixing borked format --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b244a098..a41f1178 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ setupGlobalA11yHooks(() => true); start(); ``` -:information_source: It's important to note that you must also use the [`enableA11yAudit`](#force-running-audits) query parameter in order to force audits. This setting is require \_in addition to\* any invocation strategy you provide. +:information_source: It's important to note that you must also use the [`enableA11yAudit`](#force-running-audits) query parameter in order to force audits. This setting is required in addition to any invocation strategy you provide. #### Setting Options using `setRunOptions` From d9f5ada99eaef8d59aeacc1c9a10737b5200c6f1 Mon Sep 17 00:00:00 2001 From: Steve Calvert Date: Tue, 2 Mar 2021 10:31:47 -0800 Subject: [PATCH 3/3] Changing callout emoji --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a41f1178..6168a216 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ setupGlobalA11yHooks(() => true); start(); ``` -:information_source: It's important to note that you must also use the [`enableA11yAudit`](#force-running-audits) query parameter in order to force audits. This setting is required in addition to any invocation strategy you provide. +:warning: It's important to note that you must also use the [`enableA11yAudit`](#force-running-audits) query parameter in order to force audits. This setting is required in addition to any invocation strategy you provide. #### Setting Options using `setRunOptions`