Your Apps in Action

Use this form to visualize Chutzpah configuration file.


{{repoTitle.MainEntity}}

References The references setting allows you to specify which files/folders to use/scan to find references. This is useful since it replaces the need to the ///<reference comments.

# Actions
{{$index+1}}.
Tests The references setting allows you to specify which files/folders to use/scan to find references. This is useful since it replaces the need to the ///<reference comments.

# Actions
{{$index+1}}.
.EngineOptions
_

.Server
_

Transforms List of transformers to run after testing to generate output files

# Actions
{{$index+1}}.
.Compile
_

Compile.Extensions The extensions of the files which are getting compiled (e.g. .ts).

# Values Actions
{{$index+1}}.
Compile.ExtensionsWithNoOutput The extensions of files which take part in compile but have no build output. This is used for cases like TypeScript declaration files which share a .ts extension. They have .d.ts extension and are part of compilation but have no output. You must tell Chutzpah about these if you want the SkipIfUnchanged setting to work. Otherwise Chutzpah will think these are missing output.

# Values Actions
{{$index+1}}.
Compile.Paths The collection of path mapping from source directory/file to output directory/file.

# Actions
{{$index+1}}.
CodeCoverageIncludes The collection code coverage file patterns to include in coverage. These are in glob format. If you specify none all files are included.

# Values Actions
{{$index+1}}.
CodeCoverageExcludes The collection code coverage file patterns to exclude in coverage. These are in glob format. If you specify none no files are excluded.

# Values Actions
{{$index+1}}.
.BrowserArguments
_


{{message}}