Uses of Class
com.atlassian.bamboo.specs.builders.task.MochaRunnerTask
Packages that use MochaRunnerTask
Package
Description
Tasks you can execute in a job, such as: source code checkout, Maven build or a shell script.
-
Uses of MochaRunnerTask in com.atlassian.bamboo.specs.builders.task
Methods in com.atlassian.bamboo.specs.builders.task that return MochaRunnerTaskModifier and TypeMethodDescriptionAdditional command line arguments to pass to Mocha.MochaRunnerTask.mochaExecutable
(@NotNull String mochaExecutable) Specify path to the Mocha executable for this task.MochaRunnerTask.parseTestResults
(boolean parseTestResults) Whether this task should parse test results produced by Mocha.MochaRunnerTask.testFilesAndDirectories
(@NotNull String testFilesAndDirectories) Specify files and/or directories containing Mocha tests.