JsonExecutor.Framework
1.0.0-alpha1
JSON executor for executing test cases through JSON configuration.
This is a prerelease version of JsonExecutor.Framework.
Install-Package JsonExecutor.Framework -Version 1.0.0-alpha1
dotnet add package JsonExecutor.Framework --version 1.0.0-alpha1
<PackageReference Include="JsonExecutor.Framework" Version="1.0.0-alpha1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add JsonExecutor.Framework --version 1.0.0-alpha1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: JsonExecutor.Framework, 1.0.0-alpha1"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
jsonExector
Executes the api defined in Json format. Define API one time and use JSON to create multiple test cases with validation. Chain the outputs to feed in to the next API call through JSON data.
jsonExector
Executes the api defined in Json format. Define API one time and use JSON to create multiple test cases with validation. Chain the outputs to feed in to the next API call through JSON data.
Release Notes
Initial checin
Dependencies
-
.NETStandard 2.0
- FluentAssertions (>= 5.9.0)
- Microsoft.CodeAnalysis.CSharp (>= 3.3.1)
- Newtonsoft.json (>= 12.0.3)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated |
---|---|---|
1.0.0-alpha1 | 202 | 12/27/2019 |