Clients

Testickle is specifically written to allow you to use whatever test client you want, and even make your own test clients.

The idea is to never get bogged down or annnoyed by the structure of some test api.

As the testing client/api is decouped from the runner and the assertion, it is very easy to build a lightweight client for a specific task you need. If you are interested in making/using your own clients, check out Custom clients

List of Clients

Client NameUnit Test SupportBrowser Test SupportE2E Test Support
@testickle/client
@testickle/jest

Add your own client to the list