Jest.Builder |
Jest.Builder.configFilePath(String configFilePath) |
(experimental) Path to JSON config file for Jest.
|
Jest.Builder |
Jest.Builder.coverage(Boolean coverage) |
Deprecated.
|
Jest.Builder |
Jest.Builder.coverageText(Boolean coverageText) |
(experimental) Include the text coverage reporter, which means that coverage summary is printed at the end of the jest execution.
|
static Jest.Builder |
Jest.Builder.create(NodeProject project) |
|
Jest.Builder |
Jest.Builder.extraCliOptions(List<String> extraCliOptions) |
(experimental) Additional options to pass to the Jest CLI invocation.
|
Jest.Builder |
Jest.Builder.ignorePatterns(List<String> ignorePatterns) |
Deprecated.
|
Jest.Builder |
Jest.Builder.jestConfig(JestConfigOptions jestConfig) |
(experimental) Jest configuration.
|
Jest.Builder |
Jest.Builder.jestVersion(String jestVersion) |
(experimental) The version of jest to use.
|
Jest.Builder |
Jest.Builder.junitReporting(Boolean junitReporting) |
(experimental) Result processing with jest-junit.
|
Jest.Builder |
Jest.Builder.preserveDefaultReporters(Boolean preserveDefaultReporters) |
(experimental) Preserve the default Jest reporter when additional reporters are added.
|
Jest.Builder |
Jest.Builder.updateSnapshot(UpdateSnapshot updateSnapshot) |
(experimental) Whether to update snapshots in task "test" (which is executed in task "build" and build workflows), or create a separate task "test:update" for updating snapshots.
|