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
4 changes: 4 additions & 0 deletions docs/ai-agent.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
description: Step-by-step guide to set up Wopee.io. Create a project, generate tests automatically, and run your first autonomous test in minutes.
---

# 🤖 Getting started

## 1. Login to [Wopee Commander](https://cmd.wopee.io)
Expand Down
4 changes: 4 additions & 0 deletions docs/concepts/analysis-inputs.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
description: Feed Jira stories, Figma designs, or app crawl data into Wopee.io to generate higher-quality test cases with richer context.
---

# Analysis - Inputs

First go to strategy for test analysis is to use our AI Testing Agent to analyze the application and generate test cases. Apart from crawling, you can also use Jira stories, Figma designs, or any other artifact to generate test cases. Actually, this is a more efficient way to generate test cases, because the AI Testing Agent can use only information from your crawling instruction / prompt and context from collected screenshots and HTML.
Expand Down
4 changes: 4 additions & 0 deletions docs/concepts/analysis-process.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
description: How Wopee.io analyzes your web app to generate automated tests. Configure crawling, review scenarios, and export deterministic Playwright code.
---

# Analysis Process

The analysis process transforms your application into a set of actionable, automated tests by systematically exploring its features, identifying user journeys, and generating reliable test cases. This ensures your app is thoroughly understood and tested, while giving you full control to guide and refine each step for maximum relevance and coverage.
Expand Down
4 changes: 4 additions & 0 deletions docs/concepts/pom-login-example.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
description: Build a reusable Page Object Model login module for Wopee.io. Register it once and reference it across multiple test scenarios without re-analysis.
---

# POM: Reusable Login Module

On this example we will create a robust, reusable login module that Wopee.io can reference without re-analysis. This guide shows you how to build, register, and use login components efficiently.
Expand Down
4 changes: 4 additions & 0 deletions docs/concepts/prompting-guidelines.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
description: Best practices for writing effective prompts in Wopee.io. Structure goals, scope, and constraints to generate high-quality automated tests.
---

# Prompting Guidelines - Good Practices

Master the art of writing effective prompts for Wopee.io to generate high-quality tests and documentation.
Expand Down
1 change: 1 addition & 0 deletions docs/concepts/tools-and-assertions.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Tools & Assertions
description: How Wopee.io agents interact with your app using click, type, select tools and validate outcomes with assertions. Generates plain Playwright code.
---

# Tools & Assertions (Wopee.io)
Expand Down
1 change: 1 addition & 0 deletions docs/cypress/01-getting-started.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Overview
description: Get started with Wopee.io visual testing for Cypress. Clone the template project or install the plugin into your existing Cypress setup.
---

## Getting started
Expand Down
1 change: 1 addition & 0 deletions docs/cypress/02-template-project.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Template Project
description: Ready-to-use Cypress template project for Wopee.io visual testing. Clone, configure your API key, and run your first visual test in minutes.
---

This is anThis might be a good place to start with Wopee.io and Cypress visual testing. Our template project provides you with a ready-to-use setup for visual testing with Cypress and Wopee.io. Also you will find a demo test that you can run to see how it works.
Expand Down
1 change: 1 addition & 0 deletions docs/cypress/03-install-plugin.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Install Plugin
description: Install the Wopee.io Cypress plugin to add visual regression testing to your existing Cypress project. Step-by-step setup guide.
---

To start visual testing with your existing Cypress tests, leverage the benefits of the Wopee.io Cypress plugin. Follow the steps below to install the plugin.
Expand Down
4 changes: 4 additions & 0 deletions docs/glossary.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
description: Definitions of key Wopee.io concepts including baselines, projects, branches, test runs, scenarios, steps, and comparison modes.
---

# 📖 Glossary

### Baseline
Expand Down
4 changes: 4 additions & 0 deletions docs/guides/browser-local-storage.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
description: Configure and upload browser local storage data for Wopee.io tests. Ensure tests run with the correct application state and user preferences.
---

# 🗄️ Browser local storage

Configure and upload browser local storage data to ensure your tests run with the necessary application state and user preferences.
Expand Down
4 changes: 4 additions & 0 deletions docs/guides/download-files.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
description: Test file download functionality in your web app with Wopee.io. Verify downloads work correctly across browsers and file types.
---

# 📥 Download files

Test your web application's file download functionality to ensure users can successfully download files, reports, and other content.
Expand Down
4 changes: 4 additions & 0 deletions docs/guides/http-tools.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
description: Combine UI and API testing in one flow with the Wopee.io HTTP Request Tool. Trigger API calls directly within your web tests.
---

# 🔌 HTTP Request Tool

Blend UI and API testing in one seamless flow with the new HTTP Request Tool. Trigger API calls directly within your web tests without context switching or additional setup.
Expand Down
4 changes: 4 additions & 0 deletions docs/guides/project-context.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
description: Set global instructions and context for Wopee.io AI testing agents. Guide agent behavior across all tests in your project.
---

# 🌍 Project context

Configure global instructions and context that guide the AI testing agent's behavior across all tests in your project.
Expand Down
4 changes: 4 additions & 0 deletions docs/guides/upload-files.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
description: Upload files to Wopee.io for testing file upload workflows. Support for images, documents, and other file types in your web app tests.
---

# 📁 Upload files

Upload files to your testing environment to ensure your tests can interact with file upload functionality in your web application.
Expand Down
4 changes: 4 additions & 0 deletions docs/guides/wopee-mcp.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
description: Wopee.io MCP server for IDE integration. Manage test suites, generate test cases, and dispatch AI testing agents via Model Context Protocol.
---

# 🚀 Wopee.io MCP

A Model Context Protocol (MCP) server for integrating with Wopee.io's autonomous testing platform. Manage analysis suites, generate test cases and user stories, and dispatch autonomous testing agents directly from your IDE.
Expand Down
1 change: 1 addition & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: AI Testing Agents for your web apps
description: Wopee.io AI testing agents explore your web app, generate Playwright tests, and self-heal when your UI changes. No coding required, deterministic test output.
---

# AI Testing Agents for your web apps
Expand Down
4 changes: 4 additions & 0 deletions docs/pilot-projects.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
description: 8-week guided pilot projects with Wopee.io. Achieve 70-90% faster test creation, 2-5x coverage increase, and expert coaching for autonomous testing.
---

# Pilot Projects

## Why Choose a Pilot Project?
Expand Down
4 changes: 4 additions & 0 deletions docs/playwright-visual-testing.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
description: Integrate Wopee.io visual testing with Playwright. Add visual validation to your existing tests in JavaScript, Python, Java, or .NET.
---

# Playwright

## 📄 About
Expand Down
1 change: 1 addition & 0 deletions docs/robot-framework/01-getting-started.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Overview
description: Get started with Wopee.io visual testing for Robot Framework. Works with Browser library, Selenium, and picture comparison for PDF or mobile apps.
---

## Getting started
Expand Down
1 change: 1 addition & 0 deletions docs/robot-framework/02-manual-setup.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Template project
description: Manual setup guide for the Wopee.io Robot Framework template project. Install dependencies, configure API access, and run visual tests.
---

The following steps will guide you through the setup of the template project. If you want a faster alternative, you can use the [Makefile](03-setup-with-make.md) to automate the setup process. However, following the instructions below will give you a better understanding of the project structure.
Expand Down
1 change: 1 addition & 0 deletions docs/robot-framework/03-setup-with-make.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Setup with Make
description: Automate Wopee.io Robot Framework setup with Makefile. Run visual tests with a single command after initial environment configuration.
---

This makes some steps easier to run. You can use the Makefile to run tests with a single command.
Expand Down
1 change: 1 addition & 0 deletions docs/robot-framework/04-some-more-examples.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
title: Some more examples
description: Advanced Wopee.io Robot Framework examples. Extract comparison details, handle multiple viewports, and integrate visual checks into CI pipelines.
---

## Comparison details from response
Expand Down
4 changes: 4 additions & 0 deletions docs/security/enterprise-connectivity.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
description: Connect Wopee.io to apps behind VPN or firewalls. Options include IP allowlisting, VPN tunnels, and on-premise agent deployment.
---

# Enterprise Connectivity

Connect Wopee.io to applications behind VPN, firewalls, or in secure enterprise environments.
Expand Down
4 changes: 4 additions & 0 deletions docs/webdriverio-visual-testing.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
---
description: Set up Wopee.io visual testing with WebdriverIO. Clone the template project or install the plugin into your existing WebdriverIO setup.
---

# WebdriverIO

## Getting started
Expand Down
Loading