Usage Modes
Playwright Test Mode
Learn how to use Auto-Browse with Playwright’s testing framework
Playwright Test Mode
Auto-Browse seamlessly integrates with Playwright’s testing framework, allowing you to combine natural language commands with Playwright’s powerful testing capabilities.
Basic Integration
Here’s how to use Auto-Browse in your Playwright tests:
Page Context
When using Auto-Browse with Playwright tests, you can explicitly pass the page context:
Auto-Detection Mode
Auto-Browse can automatically detect the current page context:
Test Organization
Test Fixtures
Create reusable login fixtures:
Test Groups
Organize related tests:
Visual Testing
Combine Auto-Browse with Playwright’s visual testing:
Testing Forms
Example of form testing with validation:
Best Practices
- Prefer Natural Language
- Combine with Playwright when needed
- Descriptive Test Names
Debugging Tips
- Take Snapshots
- Use Debug Mode
Next Steps
- Learn about Auto-Detection Mode
- Explore Supported Actions
- Check out Best Practices