Getting Started
📦 Installation
To install TeaPie CLI, run:
dotnet tool install -g TeaPie.Tool
To integrate tool within your project, use:
dotnet add package TeaPie
⚡ Quick Start
1️⃣ Create a New Test Case
teapie generate <test-case-name>
To learn more about test cases, visit the Test Case page.
2️⃣ Run All Test Cases in a Collection
teapie test ./demo/Tests
Not sure what a collection is? Read about collections.
3️⃣ Execute a Single Test Case
teapie test "./demo/Tests/002-Cars/002-Edit-Car-req.http"
Whether you want to run single test case or collection, read more.