Skip to content

Commit 6dc807a

Browse files
authored
Merge pull request #3528 from keys-github/prince-testmucom-badges
verified badge + breadcrumb schema (regenerated on testmuCom)
2 parents e04ce31 + 95ba4a3 commit 6dc807a

827 files changed

Lines changed: 14963 additions & 8 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/accessibility-agent-skills.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ canonical: https://www.testmuai.com/support/docs/accessibility-agent-skills/
2323
import Tabs from '@theme/Tabs';
2424
import TabItem from '@theme/TabItem';
2525
import BrandName, { BRAND_URL } from '@site/src/component/BrandName';
26+
import VerifiedTag from '@site/src/component/verifiedTag';
2627

2728
<script type="application/ld+json"
2829
dangerouslySetInnerHTML={{ __html: JSON.stringify({
@@ -187,6 +188,8 @@ The [`accessibility-skill`](https://github.com/LambdaTest/agent-skills/tree/main
187188

188189
Clone the Agent Skills repository and copy the accessibility skill into your agent's skills directory:
189190

191+
<VerifiedTag value="Verified" />
192+
190193
```bash
191194
git clone https://github.com/LambdaTest/agent-skills.git
192195

@@ -211,6 +214,8 @@ If you prefer installing all available framework skills, clone the repository di
211214

212215
Accessibility scanning runs on the <BrandName /> cloud alongside your automation, so it uses your account credentials. Export them as environment variables:
213216

217+
<VerifiedTag value="Verified" />
218+
214219
<Tabs className="docs__val">
215220
<TabItem value="bash" label="Linux / MacOS" default>
216221

@@ -250,6 +255,8 @@ From this, the agent will:
250255

251256
Ask the agent to run it, or run your usual test command yourself:
252257

258+
<VerifiedTag value="Verified" />
259+
253260
```bash
254261
mvn test
255262
```

docs/accessibility-ai-issue-detection-agent.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,31 @@ url: https://www.testmuai.com/support/docs/accessibility-ai-issue-detection-agen
88
site_name: TestMu AI
99
canonical: https://www.testmuai.com/support/docs/accessibility-ai-issue-detection-agent/
1010
---
11+
import { BRAND_URL } from '@site/src/component/BrandName';
12+
13+
<script type="application/ld+json"
14+
dangerouslySetInnerHTML={{ __html: JSON.stringify({
15+
"@context": "https://schema.org",
16+
"@type": "BreadcrumbList",
17+
"itemListElement": [{
18+
"@type": "ListItem",
19+
"position": 1,
20+
"name": "Home",
21+
"item": BRAND_URL
22+
},{
23+
"@type": "ListItem",
24+
"position": 2,
25+
"name": "Support",
26+
"item": `${BRAND_URL}/support/docs/`
27+
},{
28+
"@type": "ListItem",
29+
"position": 3,
30+
"name": "AI Issue Detection Agent",
31+
"item": `${BRAND_URL}/support/docs/accessibility-ai-issue-detection-agent/`
32+
}]
33+
})
34+
}}
35+
></script>
1136

1237
<script type="application/ld+json"
1338
dangerouslySetInnerHTML={{ __html: JSON.stringify({

docs/accessibility-android-rule-button-capitalization-check.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,31 @@ sidebar_label: Button Capitalisation Check
55
description: Rule-level Accessibility guidance for Button Element Capitalisation Check on Android.
66
slug: accessibility-android-rule-button-capitalization-check/
77
---
8+
import { BRAND_URL } from '@site/src/component/BrandName';
9+
10+
<script type="application/ld+json"
11+
dangerouslySetInnerHTML={{ __html: JSON.stringify({
12+
"@context": "https://schema.org",
13+
"@type": "BreadcrumbList",
14+
"itemListElement": [{
15+
"@type": "ListItem",
16+
"position": 1,
17+
"name": "Home",
18+
"item": BRAND_URL
19+
},{
20+
"@type": "ListItem",
21+
"position": 2,
22+
"name": "Support",
23+
"item": `${BRAND_URL}/support/docs/`
24+
},{
25+
"@type": "ListItem",
26+
"position": 3,
27+
"name": "Button Element Capitalisation Check",
28+
"item": `${BRAND_URL}/support/docs/accessibility-android-rule-button-capitalization-check/`
29+
}]
30+
})
31+
}}
32+
></script>
833

934
<script type="application/ld+json"
1035
dangerouslySetInnerHTML={{ __html: JSON.stringify({

docs/accessibility-android-rule-duplicate-accessibility-label.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,31 @@ sidebar_label: Duplicate Accessibility Label
55
description: Rule-level Accessibility guidance for Duplicate Accessibility Label on Android.
66
slug: accessibility-android-rule-duplicate-accessibility-label/
77
---
8+
import { BRAND_URL } from '@site/src/component/BrandName';
9+
10+
<script type="application/ld+json"
11+
dangerouslySetInnerHTML={{ __html: JSON.stringify({
12+
"@context": "https://schema.org",
13+
"@type": "BreadcrumbList",
14+
"itemListElement": [{
15+
"@type": "ListItem",
16+
"position": 1,
17+
"name": "Home",
18+
"item": BRAND_URL
19+
},{
20+
"@type": "ListItem",
21+
"position": 2,
22+
"name": "Support",
23+
"item": `${BRAND_URL}/support/docs/`
24+
},{
25+
"@type": "ListItem",
26+
"position": 3,
27+
"name": "Duplicate Accessibility Label",
28+
"item": `${BRAND_URL}/support/docs/accessibility-android-rule-duplicate-accessibility-label/`
29+
}]
30+
})
31+
}}
32+
></script>
833

934
<script type="application/ld+json"
1035
dangerouslySetInnerHTML={{ __html: JSON.stringify({

docs/accessibility-android-rule-dynamic-type-support.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,31 @@ sidebar_label: Dynamic Type Support
55
description: Rule-level Accessibility guidance for Dynamic Type Support on Android.
66
slug: accessibility-android-rule-dynamic-type-support/
77
---
8+
import { BRAND_URL } from '@site/src/component/BrandName';
9+
10+
<script type="application/ld+json"
11+
dangerouslySetInnerHTML={{ __html: JSON.stringify({
12+
"@context": "https://schema.org",
13+
"@type": "BreadcrumbList",
14+
"itemListElement": [{
15+
"@type": "ListItem",
16+
"position": 1,
17+
"name": "Home",
18+
"item": BRAND_URL
19+
},{
20+
"@type": "ListItem",
21+
"position": 2,
22+
"name": "Support",
23+
"item": `${BRAND_URL}/support/docs/`
24+
},{
25+
"@type": "ListItem",
26+
"position": 3,
27+
"name": "Dynamic Type Support",
28+
"item": `${BRAND_URL}/support/docs/accessibility-android-rule-dynamic-type-support/`
29+
}]
30+
})
31+
}}
32+
></script>
833

934
<script type="application/ld+json"
1035
dangerouslySetInnerHTML={{ __html: JSON.stringify({

docs/accessibility-android-rule-emoji-symbol-label.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,31 @@ sidebar_label: Emoji or Symbol in Label
55
description: Rule-level Accessibility guidance for Emoji or Symbol Used in Accessibility Label on Android.
66
slug: accessibility-android-rule-emoji-symbol-label/
77
---
8+
import { BRAND_URL } from '@site/src/component/BrandName';
9+
10+
<script type="application/ld+json"
11+
dangerouslySetInnerHTML={{ __html: JSON.stringify({
12+
"@context": "https://schema.org",
13+
"@type": "BreadcrumbList",
14+
"itemListElement": [{
15+
"@type": "ListItem",
16+
"position": 1,
17+
"name": "Home",
18+
"item": BRAND_URL
19+
},{
20+
"@type": "ListItem",
21+
"position": 2,
22+
"name": "Support",
23+
"item": `${BRAND_URL}/support/docs/`
24+
},{
25+
"@type": "ListItem",
26+
"position": 3,
27+
"name": "Emoji or Symbol Used in Accessibility Label",
28+
"item": `${BRAND_URL}/support/docs/accessibility-android-rule-emoji-symbol-label/`
29+
}]
30+
})
31+
}}
32+
></script>
833

934
<script type="application/ld+json"
1035
dangerouslySetInnerHTML={{ __html: JSON.stringify({

docs/accessibility-android-rule-fixed-orientation-lock.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,31 @@ sidebar_label: Fixed Orientation Lock
55
description: Rule-level Accessibility guidance for Fixed Orientation Lock on Android.
66
slug: accessibility-android-rule-fixed-orientation-lock/
77
---
8+
import { BRAND_URL } from '@site/src/component/BrandName';
9+
10+
<script type="application/ld+json"
11+
dangerouslySetInnerHTML={{ __html: JSON.stringify({
12+
"@context": "https://schema.org",
13+
"@type": "BreadcrumbList",
14+
"itemListElement": [{
15+
"@type": "ListItem",
16+
"position": 1,
17+
"name": "Home",
18+
"item": BRAND_URL
19+
},{
20+
"@type": "ListItem",
21+
"position": 2,
22+
"name": "Support",
23+
"item": `${BRAND_URL}/support/docs/`
24+
},{
25+
"@type": "ListItem",
26+
"position": 3,
27+
"name": "Fixed Orientation Lock",
28+
"item": `${BRAND_URL}/support/docs/accessibility-android-rule-fixed-orientation-lock/`
29+
}]
30+
})
31+
}}
32+
></script>
833

934
<script type="application/ld+json"
1035
dangerouslySetInnerHTML={{ __html: JSON.stringify({

docs/accessibility-android-rule-images-with-text.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,31 @@ sidebar_label: Images with Text
55
description: Rule-level Accessibility guidance for Images with Text on Android.
66
slug: accessibility-android-rule-images-with-text/
77
---
8+
import { BRAND_URL } from '@site/src/component/BrandName';
9+
10+
<script type="application/ld+json"
11+
dangerouslySetInnerHTML={{ __html: JSON.stringify({
12+
"@context": "https://schema.org",
13+
"@type": "BreadcrumbList",
14+
"itemListElement": [{
15+
"@type": "ListItem",
16+
"position": 1,
17+
"name": "Home",
18+
"item": BRAND_URL
19+
},{
20+
"@type": "ListItem",
21+
"position": 2,
22+
"name": "Support",
23+
"item": `${BRAND_URL}/support/docs/`
24+
},{
25+
"@type": "ListItem",
26+
"position": 3,
27+
"name": "Images with Text",
28+
"item": `${BRAND_URL}/support/docs/accessibility-android-rule-images-with-text/`
29+
}]
30+
})
31+
}}
32+
></script>
833

934
<script type="application/ld+json"
1035
dangerouslySetInnerHTML={{ __html: JSON.stringify({

docs/accessibility-android-rule-inaccessible-text-focus.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,31 @@ sidebar_label: Inaccessible Text Focus
55
description: Rule-level Accessibility guidance for Inaccessible Text Focus on Android.
66
slug: accessibility-android-rule-inaccessible-text-focus/
77
---
8+
import { BRAND_URL } from '@site/src/component/BrandName';
9+
10+
<script type="application/ld+json"
11+
dangerouslySetInnerHTML={{ __html: JSON.stringify({
12+
"@context": "https://schema.org",
13+
"@type": "BreadcrumbList",
14+
"itemListElement": [{
15+
"@type": "ListItem",
16+
"position": 1,
17+
"name": "Home",
18+
"item": BRAND_URL
19+
},{
20+
"@type": "ListItem",
21+
"position": 2,
22+
"name": "Support",
23+
"item": `${BRAND_URL}/support/docs/`
24+
},{
25+
"@type": "ListItem",
26+
"position": 3,
27+
"name": "Inaccessible Text Focus",
28+
"item": `${BRAND_URL}/support/docs/accessibility-android-rule-inaccessible-text-focus/`
29+
}]
30+
})
31+
}}
32+
></script>
833

934
<script type="application/ld+json"
1035
dangerouslySetInnerHTML={{ __html: JSON.stringify({

docs/accessibility-android-rule-insufficient-color-ratio.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,31 @@ sidebar_label: Insufficient Color Ratio
55
description: Rule-level Accessibility guidance for Insufficient Color Ratio on Android.
66
slug: accessibility-android-rule-insufficient-color-ratio/
77
---
8+
import { BRAND_URL } from '@site/src/component/BrandName';
9+
10+
<script type="application/ld+json"
11+
dangerouslySetInnerHTML={{ __html: JSON.stringify({
12+
"@context": "https://schema.org",
13+
"@type": "BreadcrumbList",
14+
"itemListElement": [{
15+
"@type": "ListItem",
16+
"position": 1,
17+
"name": "Home",
18+
"item": BRAND_URL
19+
},{
20+
"@type": "ListItem",
21+
"position": 2,
22+
"name": "Support",
23+
"item": `${BRAND_URL}/support/docs/`
24+
},{
25+
"@type": "ListItem",
26+
"position": 3,
27+
"name": "Insufficient Color Ratio",
28+
"item": `${BRAND_URL}/support/docs/accessibility-android-rule-insufficient-color-ratio/`
29+
}]
30+
})
31+
}}
32+
></script>
833

934
<script type="application/ld+json"
1035
dangerouslySetInnerHTML={{ __html: JSON.stringify({

0 commit comments

Comments
 (0)