Chathai Framework
Chathai Framework is a tool that automatically generates Cypress test scripts from an Excel template.
It supports both CLI and UI, suitable for QA, DevOps, and Developers who want a fast and flexible workflow.
Features
- Generate Cypress test scripts from Excel files
- Built-in templates for rapid test creation
- Export test reports
- Easy CLI commands for automation
- Extensible and customizable
Quick Start
-
Install dependencies:
npm install
-
Run Chathai CLI:
node bin/chathai.js --help
-
Generate a test script from Excel:
node bin/chathai.js generate --input ./xlsxtemplate/chathai-templateV.1.0.0.xlsx --output ./output