Capter logo

Capter CLI

test-build codecov npm

Capter is a lightweight end-to-end testing tool for APIs. It's language agnostic and can test APIs written in any language (Node.js, Go etc).

How it works:

Create a workflow file in a .capter folder:

```yaml

.capter/products.yml

name: products steps: - name: fetch all products id: products url: ${{ env.URL }}/api/products assertions: - !expect status toequal 200 - !expect body tobe_array

Then run the CLI:

sh URL=http://localhost:3000 capter test

Demo

CLI

Getting started

Follow the instructions in the documentation to get started:

API

License

The Capter CLI is provided under the MIT License. See LICENSE for details.