JsonReporterSettings.

OutputFile Property

Summary

Path where the output JSON file will be written to disk.
Assembly
Cake.Newman.dll
Namespace
Cake.Newman.Reporters
Containing Type
JsonReporterSettings

Syntax

public FilePath OutputFile { get; set; }

Remarks

If not specified, the file will be written to newman/ in the current working directory.

Value

Type Description
FilePath