Class IntegrationTestCommand
Executes script integration tests.
Inheritance
object
System.CommandLine.Symbol
System.CommandLine.IdentifierSymbol
Sitecore.CH.Cli.Core.Abstractions.Commands.BaseCommand
Sitecore.CH.Cli.Core.Abstractions.Commands.BaseCommand<THandler>Sitecore.CH.Cli.Plugin.Scripting.CommandHandlers.IntegrationTestCommandHandler
IntegrationTestCommand
Namespace: SitecoreSitecore.CHSitecore.CH.CliSitecore.CH.Cli.PluginSitecore.CH.Cli.Plugin.ScriptingCommands
Assembly: Sitecore.CH.Cli.Plugin.Scripting.dll
Syntax
RequestResponse
public sealed class IntegrationTestCommand : BaseCommand<IntegrationTestCommandHandler>Remarks
Optional parameters
--name -nSpecified the name of the script to execute integration tests for.--folder -fSpecifies the working directory that contains the script files. If the --folder option is not specified, the current folder is assumed to be the working directory.
Global parameters
-? --help -hShow this help message and exit.-v --verbosityEnables verbose logging.
Examples
Executes all tests:
RequestResponse
ch-cli scripting integration-testExecutes one tests:
RequestResponse
ch-cli scripting integration-test --name "<script name>"