Command 1: Install
Install Zelte globally on your system:
Terminal
npm install -g zelteOutput
added 1 package in 2sCommand 2: Initialize
Create a new test collection:
Terminal
zelte init my-api-tests
cd my-api-testsCommand 3: Run Tests
Edit collection.yaml and run your tests:
Terminal
zelte run collection.yamlOutput
Collection: My API Tests
Test Results:
──────────────────────────────
ID Name Status
──────────────────────────────
example-test Example Test ✓ PASSED
Summary:
1 passed, 0 failed
Total: 1 tests in 145ms