You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CodeceptJS includes a powerful built-in HTML Reporter that generates comprehensive, interactive test reports with detailed information about your test runs. The HTML reporter is **enabled by default** for all new projects and provides:
238
+
Generate beautiful HTML reports using **[@testomatio/reporter](https://github.com/testomatio/reporter)** package.
239
239
240
-
### Features
241
-
242
-
-**Interactive Dashboard**: Visual statistics, pie charts, and expandable test details
243
-
-**Step-by-Step Execution**: Shows individual test steps with timing and status indicators
244
-
-**BDD/Gherkin Support**: Full support for feature files with proper scenario formatting
245
-
-**System Information**: Comprehensive environment details including browser versions
246
-
-**Advanced Filtering**: Real-time filtering by status, tags, features, and test types
247
-
-**History Tracking**: Multi-run history with trend visualization
248
-
-**Error Details**: Clean formatting of error messages and stack traces
249
-
-**Artifacts Support**: Display screenshots and other test artifacts
250
-
251
-
### Visual Examples
252
-
253
-
#### Interactive Test Dashboard
254
-
255
-
The main dashboard provides a complete overview with interactive statistics and pie charts:
The HTML reporter generates self-contained reports that can be easily shared with your team. Learn more about configuration and features in the [HTML Reporter documentation](https://codecept.io/plugins/#htmlreporter).
259
+
### Usage
278
260
279
-
## MCP Server
261
+
Generate HTML reports by setting the `TESTOMATIO_HTML_REPORT_SAVE` environment variable:
280
262
281
-
CodeceptJS includes a [Model Context Protocol (MCP)](https://modelcontextprotocol.io) server that enables AI agents (like Claude, ChatGPT) to interact with and control your tests programmatically. This allows AI to:
263
+
```sh
264
+
TESTOMATIO_HTML_REPORT_SAVE=1 npx codeceptjs run
265
+
```
282
266
283
-
-**List all tests** in your project
284
-
-**List all available actions** (I.* methods) from enabled helpers
0 commit comments