diff --git a/qawolf/Fastlane-2db5b2a994fb802186a3d88573899c78.mdx b/qawolf/Fastlane-2db5b2a994fb802186a3d88573899c78.mdx index c6d94ce..b1bf81f 100644 --- a/qawolf/Fastlane-2db5b2a994fb802186a3d88573899c78.mdx +++ b/qawolf/Fastlane-2db5b2a994fb802186a3d88573899c78.mdx @@ -1,6 +1,7 @@ --- title: "Integrate a mobile build with Fastlane" sidebarTitle: "Fastlane" +description: "Use the QA Wolf Fastlane plugin to upload Android or iOS build artifacts and trigger mobile test runs from your existing Fastlane lanes." --- ## When to use Fastlane diff --git a/qawolf/Integrate-a-mobile-build-with-GitHub-Actions-2db5b2a994fb8027a901d4238b02fb8f.mdx b/qawolf/Integrate-a-mobile-build-with-GitHub-Actions-2db5b2a994fb8027a901d4238b02fb8f.mdx index 3a77829..cc95c0c 100644 --- a/qawolf/Integrate-a-mobile-build-with-GitHub-Actions-2db5b2a994fb8027a901d4238b02fb8f.mdx +++ b/qawolf/Integrate-a-mobile-build-with-GitHub-Actions-2db5b2a994fb8027a901d4238b02fb8f.mdx @@ -1,6 +1,7 @@ --- title: "Integrate a mobile build with GitHub Actions" sidebarTitle: "GitHub Actions" +description: "Use the QA Wolf GitHub Actions to upload mobile build artifacts and trigger test runs directly from your existing workflows." --- ## When to use GitHub Actions diff --git a/qawolf/Mobile-build-with-the-QA-Wolf-SDK-2db5b2a994fb80cdbd1ec31513f2cc15.mdx b/qawolf/Mobile-build-with-the-QA-Wolf-SDK-2db5b2a994fb80cdbd1ec31513f2cc15.mdx index 2fa30bf..e16e96c 100644 --- a/qawolf/Mobile-build-with-the-QA-Wolf-SDK-2db5b2a994fb80cdbd1ec31513f2cc15.mdx +++ b/qawolf/Mobile-build-with-the-QA-Wolf-SDK-2db5b2a994fb80cdbd1ec31513f2cc15.mdx @@ -1,6 +1,7 @@ --- title: "Integrate a mobile build with the QA Wolf SDK" sidebarTitle: "Other (Node.js)" +description: "Use the QA Wolf CI SDK to upload mobile build artifacts and trigger test runs from any Node.js-based CI system." --- Use this guide if your CI system supports Node.js but is not GitHub Actions or Fastlane. diff --git a/qawolf/deploy-success.mdx b/qawolf/deploy-success.mdx index bd515e9..07e755a 100644 --- a/qawolf/deploy-success.mdx +++ b/qawolf/deploy-success.mdx @@ -1,6 +1,6 @@ --- title: "webhooks/deploy_success" -description: "Triggers a test run against a deployment." +description: "Reference for the deploy_success webhook that notifies QA Wolf of a deployment and triggers a test run against the new build." sidebarTitle: "webhooks/deploy_success" --- diff --git a/qawolf/libraries/ci-sdk/api-reference.mdx b/qawolf/libraries/ci-sdk/api-reference.mdx index 9ab8abb..9736557 100644 --- a/qawolf/libraries/ci-sdk/api-reference.mdx +++ b/qawolf/libraries/ci-sdk/api-reference.mdx @@ -1,6 +1,6 @@ --- title: "API Reference" -description: "Reference documentation for @qawolf/ci-sdk." +description: "API reference for the @qawolf/ci-sdk TypeScript package, used to notify deployments and poll CI greenlight status from your pipeline." --- `@qawolf/ci-sdk` provides a TypeScript SDK (CJS and ESM compatible) for interacting with the QA Wolf API from your CI pipeline.