Skip to content

Commit

Permalink
chore: seo changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ma11hewThomas committed Apr 16, 2024
1 parent 1c752da commit ece2526
Show file tree
Hide file tree
Showing 18 changed files with 20 additions and 19 deletions.
4 changes: 2 additions & 2 deletions docs/intro.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
sidebar_position: 1
title: What is CTRF?
description: What is the Common Test Report Format?
description: Common Test Report Format is a JSON test report schema that provides standardized JSON test results reports
---

Common Test Report Format is a JSON test report schema that provides standardized JSON test results reports.
Expand Down Expand Up @@ -50,7 +50,7 @@ There is also collection of official open source reporters and integrations with

### Bridging the Gap in Test Reporting

Often you want to do something programatically with your test results, like analysing test outcomes or integrating results into other tools. For this, a standardized data serialisation format is helpful.
Often you want to do something programatically with your test results, like analysing test outcomes or integrating results into other tools. For this, a standardized data serialisation format is helpful.

### Moving Beyond JUnit XML

Expand Down
2 changes: 1 addition & 1 deletion docs/reporters/codeceptjs.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
sidebar_position: 10
title: Codeceptjs
description: A codeceptjs JSON test reporter to create test reports that follow the CTRF standard.
description: A codeceptjs JSON test results report
---

A codeceptjs JSON test reporter to create test reports that follow the CTRF standard.
Expand Down
2 changes: 1 addition & 1 deletion docs/reporters/cypress.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
sidebar_position: 3
title: Cypress
description: A Cypress JSON test reporter to create test reports that follow the CTRF standard.
description: A Cypress JSON test results report
---

A Cypress JSON test reporter to create test reports that follow the CTRF standard.
Expand Down
2 changes: 1 addition & 1 deletion docs/reporters/go.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
sidebar_position: 10
title: Go
description: A Go JSON test reporter to create test reports that follow the CTRF standard.
description: A Go JSON test results report
---
A Go JSON test reporter to create test reports that follow the CTRF standard.

Expand Down
2 changes: 1 addition & 1 deletion docs/reporters/jasmine.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
sidebar_position: 6
title: Jasmine
description: A jasmine JSON test reporter to create test reports that follow the CTRF standard.
description: A jasmine JSON test results report
---
A jasmine JSON test reporter to create test reports that follow the CTRF standard.

Expand Down
2 changes: 1 addition & 1 deletion docs/reporters/jest.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
sidebar_position: 4
title: Jest
description: A Jest test reporter to create test reports that follow the CTRF standard.
description: A Jest JSON test results report
---
A Jest test reporter to create test reports that follow the CTRF standard.

Expand Down
2 changes: 1 addition & 1 deletion docs/reporters/junit.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
sidebar_position: 11
title: JUnit
description: A JUnit test reporter to create test reports that follow the CTRF standard.
description: A JUnit JSON test results report
---
Coming soon!
2 changes: 1 addition & 1 deletion docs/reporters/mocha.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
sidebar_position: 5
title: Mocha
description: A Mocha JSON test reporter to create test reports that follow the CTRF standard.
description: A Mocha JSON test results report
---
A Mocha JSON test reporter to create test reports that follow the CTRF standard.

Expand Down
2 changes: 1 addition & 1 deletion docs/reporters/mstest.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
sidebar_position: 13
title: MSTest
description: A MSTest JSON test reporter to create test reports that follow the CTRF standard.
description: A MSTest JSON test results report
---
A Dotnet MSTest JSON test reporter to create test reports that follow the CTRF standard.

Expand Down
2 changes: 1 addition & 1 deletion docs/reporters/nightwatch.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
sidebar_position: 8
title: Nightwatch
description: A nightwatch.js JSON test reporter to create test reports that follow the CTRF standard.
description: A nightwatchjs JSON test results report
---

A nightwatch.js JSON test reporter to create test reports that follow the CTRF standard.
Expand Down
2 changes: 1 addition & 1 deletion docs/reporters/nunit.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
sidebar_position: 14
title: NUnit
description: A NUnit JSON test reporter to create test reports that follow the CTRF standard.
description: A NUnit JSON test results report
---
A Dotnet NUnit JSON test reporter to create test reports that follow the CTRF standard.

Expand Down
2 changes: 1 addition & 1 deletion docs/reporters/playwright.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
sidebar_position: 2
title: Playwright
description: A Playwright JSON test reporter to create test reports that follow the CTRF standard.
description: A Playwright JSON test results report
---
A Playwright JSON test reporter to create test reports that follow the CTRF standard.

Expand Down
2 changes: 1 addition & 1 deletion docs/reporters/postman.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
sidebar_position: 17
title: Postman / Newman
description: A Postman Newman JSON test reporter to create test reports that follow the CTRF standard.
description: A Postman Newman JSON test results report
---
A Postman newman JSON test reporter to create test reports that follow the CTRF standard.

Expand Down
2 changes: 1 addition & 1 deletion docs/reporters/testcafe.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
sidebar_position: 9
title: Testcafe
description: A Testcafe JSON test reporter to create test reports that follow the CTRF standard.
description: A Testcafe JSON test results report
---
Coming soon!
2 changes: 1 addition & 1 deletion docs/reporters/testng.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
sidebar_position: 11
title: TestNG
description: A TestNG JSON test reporter to create test reports that follow the CTRF standard.
description: A TestNG JSON test results report
---
Coming soon!
2 changes: 1 addition & 1 deletion docs/reporters/webdriverio.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
sidebar_position: 7
title: Webdriverio
description: A WDIO JSON test reporter to create test reports that follow the CTRF standard.
description: A WebDriverIO JSON test results report
---
A WDIO JSON test reporter to create test reports that follow the CTRF standard.

Expand Down
2 changes: 1 addition & 1 deletion docs/reporters/xunit.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
sidebar_position: 15
title: XUnit
description: A XUnit JSON test reporter to create test reports that follow the CTRF standard.
description: A XUnit JSON test results report
---
A Dotnet XUnit JSON test reporter to create test reports that follow the CTRF standard.

Expand Down
3 changes: 2 additions & 1 deletion docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import type { Config } from '@docusaurus/types';
import type * as Preset from '@docusaurus/preset-classic';

const config: Config = {
title: 'CTRF: Common Test Report Format',
title: 'CTRF | Common Test Report Format',
tagline: 'A common JSON test automation results report',
favicon: 'img/favicon.ico',

Expand Down Expand Up @@ -57,6 +57,7 @@ const config: Config = {
],

themeConfig: {
metadata: [{name: 'description', content: 'A common universal JSON test report schema that provides standardized format for JSON test results reports'}],
// Replace with your project's social card
image: 'img/logo.png',
navbar: {
Expand Down

0 comments on commit ece2526

Please sign in to comment.