ZeniTest is an AI-powered automated testing tool. It lets you write end-to-end (E2E) browser tests in simple YAML files using natural language instructions.
Key Features
Section titled “Key Features”- No CSS/XPath Maintenance: Describe what to click or type in plain English.
- AI Visual Verification: Verify page content visually without complex assertions.
- Built-in Secret Security: Use
${secret.MY_KEY}to keep credentials safe. - Parallel Runs: Execute test suites concurrently with a single flag.
How It Works
Section titled “How It Works”- Write YAML: Define your test scenario in a
.yamlfile insidezeni_tests/. - Run CLI: Execute
zenitest runin your terminal. - Get Results: The Zeni AI runs your tests and reports results in real time.