Skip to content

Commit

Permalink
docs: AI style cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mefellows committed Sep 13, 2024
1 parent a44e5ab commit 9fe14d8
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 13 deletions.
8 changes: 4 additions & 4 deletions website/docs/docs/ai/index.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
---
title: PactFlow AI
title: Test Generation featuring HaloAI
sidebar_label: AI ⚡️
---

import { AiDownloadTable } from "../../../src/components/index";

:::note
The PactFlow AI features are currently available through an open beta program. During this stage, all customers can explore the capabilities within fixed usage limits ([more info](#limits)).
PactFlow's Test Generation features are currently available through an open beta program. During this stage, all customers can explore the capabilities within fixed usage limits ([more info](#limits)).
:::

PactFlow's Test Generation feature is an AI-powered tool designed to help users quickly generate Pact tests. By providing access to source code, OpenAPI documents, or traffic capture data, it reduces the time and effort needed to create and maintain contract tests.
PactFlow's Test Generation feature, is an AI-powered capability designed to help users quickly generate Pact tests. By providing access to source code, OpenAPI descriptions, or traffic capture data, it reduces the time and effort needed to create and maintain contract tests.

## Enabling the feature

Expand Down Expand Up @@ -139,4 +139,4 @@ For feedback, feature requests, or assistance with the tool, join our [slack cha

## Tutorials

We've created an [in-browser tutorial](https://docs.pactflow.io/docs/tutorials#getting-started-with-pactflow-ai) to help you get started with PactFlow AI, and see it in action against a JavaScript codebase.
We've created an [in-browser tutorial](https://docs.pactflow.io/docs/tutorials#getting-started-with-pactflow-ai) to help you get started with PactFlow's test generation feature.
20 changes: 11 additions & 9 deletions website/docs/docs/tutorials.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,27 +44,29 @@ You will:
| Node JS | <https://killercoda.com/pactflow/scenario/pactflow-getting-started-js> |
| Java | <https://killercoda.com/pactflow/scenario/pactflow-getting-started-java> |

## Getting Started with PactFlow AI
## Generating Tests with PactFlow's AI-Augmented Contract Testing Capabilities

_Level: Beginner_

In this tutorial, we guide you through creating a consumer Pact test with the help of PactFlow AI
In this tutorial, we guide you through creating a consumer Pact test with the help of PactFlow's Test Generation capability, featuring HaloAI.

You will download and setup the PactFlow AI CLI tool, and generate consumer Pact tests for
a JavaScript codebase.
You will download and setup the CLI tool, and generate consumer Pact tests for a JavaScript codebase.

To read more about our [PactFlow AI feature](https://pactflow.io/ai/), check out our documentation [here](https://docs.pactflow.io/docs/ai)
Read more about our [test generation feature](https://pactflow.io/ai/), or check out our documentation [here](https://docs.pactflow.io/docs/ai).

### Goals

Ultimately, our goal is to get you up and integrated with PactFlow AI as quickly as possible!
Learn how to quickly scaffold new pact tests from existing sources.

You will:

1. Learn how to install the PactFlow AI CLI tool (`pactflow-ai`).
2. How to authenticate with PactFlow AI and your PactFlow account
3. Get hands-on experience with all current modes of consumer Pact test generation with PactFlow AI
4. See how PactFlow AI fits into the picture so that you can get up and running quickly.
2. Learn how to authenticate the CLI with your PactFlow account.
3. Get hands-on experience with all current modes of consumer Pact test generation, including:
1. Traffic capture,
2. OpenAPI descriptions, and
3. Your existing code
4. See how test generation fits into the picture so that you can get up and running quickly.

### Tutorial

Expand Down

0 comments on commit 9fe14d8

Please sign in to comment.