create_project
Create a new website testing project by specifying its base URL and name, enabling automated crawling and testing with configurable page and depth limits.
Instructions
Create a new website testing project. Each project represents a website to test.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Unique project name (e.g., 'mysite') | |
| base_url | Yes | Base URL of the website (e.g., 'https://example.com') | |
| max_depth | No | Max crawl depth (default: 3) | |
| max_pages | No | Max pages to crawl (default: 20) | |
| screenshot_dir | No | Absolute path to save screenshots (e.g. '/home/user/myproject/e2e_testing'). Defaults to built-in data/screenshots/ if omitted. |