Fat Framework
IntroductionGetting StartedPrepare Development EnvironmentCreate a New ProjectRun testingFat ConfigConceptsFat LabelFat WarmupFat EnvDataSkip TestFat InterceptorAPISamplesFat Logging

Prepare Development Environment

Install latest version of dotnetcore SDK from official website https://dotnet.microsoft.com/download. After installation you should be able to execute this command:

dotnet --version

Install FatFramework command line to quickly get started:

dotnet new -i Yontech.Fat.Templates

If you previously installed dotnet or Yontech.Fat.Templates we recommend to make sure that latest versions are installed

Create a New Project

Start by running in terminal:

dotnet new create-fat-project-with-samples -n YourProjectName

or, if you don't need code samples, run this:

dotnet new create-fat-project -n YourProjectName

We recommend using the first command when you are new to FatFramework and you want to learn and follow FatFramework projects structure and guidelines.

Run testing

To execute test cases run this in terminal:

dotnet run

In case that running it throws "permission to execute denied" you should redownload drivers or give permissions to execute to all files inside "drivers" folder.