Fume is an AI-driven testing tool designed to automate the creation and maintenance of Playwright end-to-end browser tests. It allows users to describe test scenarios using Loom videos, which Fume then translates into executable test cases.
Key Features:
- AI-Powered Test Generation: Automatically generates Playwright tests from video descriptions.
- Autonomous QA: Reduces the need for manual test design, writing, and maintenance.
- AI Agent Fallbacks: Uses browser-use agent to pick up where the script left off, self-healing flaky scripts in the background.
- Free Test Runners: Offers free test runners on Fume Cloud and integrates into CI/CD pipelines via API.
- Code Ownership: Provides 100% ownership of the Playwright code, enabling local execution.
- Migration Support: Facilitates migration from existing Playwright, Selenium, or Cypress tests.
Use Cases:
- Automating browser testing for web applications.
- Generating test suites rapidly from product videos.
- Integrating automated tests into CI/CD pipelines.
- Reducing QA workload and developer time spent on testing.