Skip to content

sangeethnandakumar/FireTest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Twileloop.FireTest

1. Installation

Install on any machine that has .NET 6 installed

Install

dotnet tool install --global firetest

Update

dotnet tool update --global firetest

2. Usage (Command Based)

Otherwise you can also drive FireTest with it's powerful command support

To Run A Test

firetest run car.yml -p 5 -i 7

To List All YML Files (From the current directory)

firetest list

To Generate A Template File (In the current directory)

firetest create 'car.yml'

3. Usage (Interactive)

To use interactively, Simply launch the app from anywhere by executing

firetest

This will launch the app with an interactive menu you can play without messing up with commands

image