Quick Start

Get started in 3 commands

Command 1: Install

Install Zelte globally on your system:

Terminal
npm install -g zelte
Output
added 1 package in 2s

Command 2: Initialize

Create a new test collection:

Terminal
zelte init my-api-tests
cd my-api-tests

Command 3: Run Tests

Edit collection.yaml and run your tests:

Terminal
zelte run collection.yaml
Output
Collection: My API Tests

Test Results:
──────────────────────────────
ID            Name           Status   
──────────────────────────────
example-test  Example Test   ✓ PASSED 

Summary:
  1 passed, 0 failed
  Total: 1 tests in 145ms