test_react_app
Test React and React Native web applications by performing automated interactions including clicks, gestures, and validations to verify functionality and behavior.
Instructions
Test any React app (regular React or React Native web) with enhanced interactions and mobile gestures
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| actions | Yes | Array of actions to perform on the React Native web app | |
| browser | No | Browser engine to use | chromium |
| device | No | Device to emulate (e.g., "iPhone 12", "Pixel 5") | |
| url | Yes | URL of the React app (e.g., http://localhost:3000 for regular React, http://localhost:8081 for RN web) | |
| waitForHydration | No | Wait for React hydration before starting tests (recommended for React apps, especially React Native web) |