Skip to content

Add Docs for Test Pilot#524

Merged
pinkeshmars merged 4 commits into
mainfrom
feature/test-pilot-ai-qa
Jun 10, 2026
Merged

Add Docs for Test Pilot#524
pinkeshmars merged 4 commits into
mainfrom
feature/test-pilot-ai-qa

Conversation

@pinkeshmars

Copy link
Copy Markdown
Collaborator

Description

Add Docs for Test Pilot

Linear ticket and magic word Fixes DEVR-1265

Type of change

  • Typo fix
  • New feature
  • Enhancement to current docs
  • Removed outdated references
  • Update assets

@pinkeshmars pinkeshmars requested a review from PoojaB26 June 9, 2026 12:05
@bolt-new-by-stackblitz

Copy link
Copy Markdown

Review PR in StackBlitz Codeflow Run & review this pull request in StackBlitz Codeflow.

@PoojaB26 PoojaB26 left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

mostly okay, just need verification of the credits section & FAQs

- Review screenshots, playback, and actions taken when a test fails, because the summary may point to a build, startup, UI, or instruction issue.
- Turn on **Restart before test** when a test should start from a clean app state. Leave it off when tests are intentionally designed to run sequentially.

## Test Pilot Credits

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this can be part of an info or note or tip instead of a whole header section,

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is this also mentioned in a doc by Eilidh? can you point me to the doc?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, you can check the doc here.

I shall also ask Eilidh to review this PR, especially the credits and FAQ sections.


Deleting or canceling a purchased pass is a billing action and is separate from pass assignment.

## FAQs

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

also mentioned in a doc by Eilidh or reviewed by her?

@eilzo eilzo left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great stuff Pinkesh! Thanks for your patience while we got all of the features finalized :).

:::

:::note
FlutterFlow doesn’t support running tests on the platform yet.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd remove the :::note section now, as the :::warning is more up to date.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

removed!


Pricing:

- **USD**: `$5/month` per pass unit. Each unit grants `100` credits per reset cycle. You can buy multiple units. For example, `10` units cost `$50/month` and grant `1000` credits.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: 'grants' 1000 credits

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done!

- **Personal pass**: Purchased from Account billing and assignable to one personal project owned by that user.
- **Team pass**: Purchased from Teams billing and assignable to one project belonging to the same team.

Pass assignment is permanent. You can assign an unassigned pass to a matching project, but you cannot manually clear, update, transfer, or switch it afterward. If the assigned project is deleted, the pass becomes unassigned. If a project changes owner or team scope and the assigned pass no longer matches that scope, the pass should be unassigned automatically. For example, if a team project with an assigned team pass is moved to become a personal project, the mismatched team pass should be unassigned.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's reword this to:

Pass assignment is permanent. You cannot manually clear, update or transfer the pass while the project still exists. If the assigned project is deleted, the pass becomes unassigned. If a project changes owner or team scope and the assigned pass no longer matches that scope, the pass should be unassigned automatically. For example, if a team project with an assigned team pass is moved to become a personal project, the team pass will be unassigned.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

updated!


Pass assignment is permanent. You can assign an unassigned pass to a matching project, but you cannot manually clear, update, transfer, or switch it afterward. If the assigned project is deleted, the pass becomes unassigned. If a project changes owner or team scope and the assigned pass no longer matches that scope, the pass should be unassigned automatically. For example, if a team project with an assigned team pass is moved to become a personal project, the mismatched team pass should be unassigned.

Deleting or canceling a purchased pass is a billing action and is separate from pass assignment.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's reword:

Deleting or canceling a purchased pass is a billing action. Like other subscriptions and add-ons, when you delete a Test Pilot pass, you can continue to use it until the end of your current billing cycle.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

updated!

<details>
<summary>How many free credits do projects get?</summary>
<p>
Each project gets 5 free Test Pilot credits. Since 1 credit equals 1 single test run, this gives each project 5 free tests. After those credits are used, the project needs an assigned Test Pilot Credits Pass unless its plan or contract states otherwise.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's reword:

Each project gets 5 free Test Pilot credits. Since 1 credit equals 1 single test run, this gives each project 5 free tests. After those credits are used, the project needs an assigned Test Pilot Credits Pass.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

updated!

<summary>Why doesn't my pass have a regional discount?</summary>
<p>
Test Pilot Credits Passes do not use regional discounts. The billing page shows the price that applies to your account.
</p>

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's add question:

Q: Do I get free credits if I have an educational account?

A: Educational accounts get 5 free tests per project, and are able to purchase Test Pilot passes for further credits.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done!

@pinkeshmars

Copy link
Copy Markdown
Collaborator Author

@eilzo all review comments are addressed now!

@pinkeshmars pinkeshmars merged commit 71e1a5e into main Jun 10, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants