Skip to content

Commit 1d52ec6

Browse files
committed
Merge branch 'feat/analyze-docs' of https://github.com/mobile-dev-inc/maestro-docs into feat/analyze-docs
2 parents ea55740 + 6b91c1f commit 1d52ec6

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

api-reference/configuration/ai-configuration.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,11 @@ Support for more models and providers is tracked [in this issue](https://github.
2121
### API key
2222

2323
{% hint style="success" %}
24-
To use these features you must have and account on [Robin](https://www.robintest.com) the official Maestro cloud platform, make sure [you create](https://signin.robintest.com/sign-up) an account and [**retrieve your api key**](MAESTRO_CLOUD_API_KEY) to setup accordingly following this link:
24+
To use these features, you must have an account on [Robin](https://www.robintest.com), the official Maestro cloud platform. Make sure to [create an account](https://signin.robintest.com/sign-up) and [**retrieve your API key**](MAESTRO_CLOUD_API_KEY) to set it up correctly by following this link:
25+
2526
{% endhint %}
2627

27-
To use this command, an API key for the LLM is required. Given the latest changes we migrated the hard-coded API calls and prompts to our cloud backend to enhance and dynamically enhance this features without the need of new releases of our CLI. To set it,
28+
To use this command, an API key for the LLM is required. With the latest changes, we have migrated hard-coded API calls and prompts to our cloud backend, allowing us to enhance these features dynamically without requiring new CLI releases. To set it,
2829
export the `MAESTRO_CLOUD_API_KEY` env var.
2930

3031
```console

cli/test-suites-and-reports.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,6 @@ Maestro introduces a new feature that leverages AI to analyze your end-to-end (E
130130
maestro login
131131
```
132132

133-
> Quick Note: You don't need to be a paying customer to try out this feature. Users on the 7-day trial can also leverage this capability.
134-
135133
**Analyzing your tests**: To analyze your test flows with AI, use the --analyze flag with the maestro test command:
136134

137135
```bash

0 commit comments

Comments
 (0)