Skip to main content

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

  1. Install dependencies:

    npm install
  2. Run Chathai CLI:

    node bin/chathai.js --help
  3. Generate a test script from Excel:

    node bin/chathai.js generate --input ./xlsxtemplate/chathai-templateV.1.0.0.xlsx --output ./output

Repository

Chathai_OnDev on GitHub