Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/ai-agent.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ After creating a project, you have two options to add tests:
**A. Generate new tests automatically**

- Start a [NEW ANALYSIS](concepts/analysis-process.md) to let the system create tests for you.
- Learn about [🛠️ Tools & Assertions](tools-and-assertions.md) to understand how the agent interacts with your app.
- Learn about [🛠️ Tools & Assertions](concepts/tools-and-assertions.md) to understand how the agent interacts with your app.

**B. Integrate your existing tests**

Expand Down
6 changes: 3 additions & 3 deletions docs/concepts/analysis-inputs.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,15 +51,15 @@ Technical Notes:

Step 1: Add an user story:

![Add an user story](../../img/concepts/analysis-inputs/add-user-story.png)
![Add an user story](../img/concepts/analysis-inputs/add-user-story.png)

Step 2: Prompt for user story:

![Prompt for user story](../../img/concepts/analysis-inputs/prompt-user-story.png)
![Prompt for user story](../img/concepts/analysis-inputs/prompt-user-story.png)

Step 3: Test case generated:

![Test case generated](../../img/concepts/analysis-inputs/tests-generated.png)
![Test case generated](../img/concepts/analysis-inputs/tests-generated.png)

### Figma Frame Example

Expand Down
2 changes: 1 addition & 1 deletion docs/concepts/analysis-process.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Below is a step-by-step overview of how your application is analyzed and how you

## New Analysis

![New analysis](../../img/analysis/2025-04-16_04-39.png)
![New analysis](../img/analysis/2025-04-16_04-39.png)

Before starting the analysis, you can tailor how source data is collected and provide specific instructions for the crawler:

Expand Down
8 changes: 4 additions & 4 deletions docs/concepts/tools-and-assertions.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ After a successful agent run, Wopee.io emits **deterministic test code** that ex

## Related topics

- [Getting Started with Wopee.io Agent testing](/ai-agent)
- [Analysis Process](/concepts/analysis-process)
- [Prompting Guidelines](/concepts/prompting-guidelines)
- [Project Context](/guides/project-context)
- [Getting Started with Wopee.io Agent testing](../ai-agent.md)
- [Analysis Process](analysis-process.md)
- [Prompting Guidelines](prompting-guidelines.md)
- [Project Context](../guides/project-context.md)
Loading