2022-06-15 07:51:47 +00:00
|
|
|
---
|
|
|
|
title: "authelia-scripts suites test"
|
|
|
|
description: "Reference for the authelia-scripts suites test command."
|
|
|
|
lead: ""
|
2022-06-27 08:27:57 +00:00
|
|
|
date: 2022-06-15T17:51:47+10:00
|
2022-06-15 07:51:47 +00:00
|
|
|
draft: false
|
|
|
|
images: []
|
|
|
|
menu:
|
|
|
|
reference:
|
|
|
|
parent: "cli-authelia-scripts"
|
|
|
|
weight: 330
|
|
|
|
toc: true
|
|
|
|
---
|
|
|
|
|
|
|
|
## authelia-scripts suites test
|
|
|
|
|
|
|
|
Run a test suite
|
|
|
|
|
|
|
|
### Synopsis
|
|
|
|
|
|
|
|
Run a test suite.
|
|
|
|
|
|
|
|
Suites can be listed with the authelia-scripts suites list command.
|
|
|
|
|
|
|
|
```
|
|
|
|
authelia-scripts suites test [suite] [flags]
|
|
|
|
```
|
|
|
|
|
|
|
|
### Examples
|
|
|
|
|
|
|
|
```
|
|
|
|
authelia-scripts suites test Standalone
|
|
|
|
```
|
|
|
|
|
|
|
|
### Options
|
|
|
|
|
|
|
|
```
|
|
|
|
--failfast Stops tests on first failure
|
|
|
|
--headless Run tests in headless mode
|
|
|
|
-h, --help help for test
|
|
|
|
--test string The single test to run
|
|
|
|
```
|
|
|
|
|
|
|
|
### Options inherited from parent commands
|
|
|
|
|
|
|
|
```
|
|
|
|
--buildkite Set CI flag for Buildkite
|
|
|
|
--log-level string Set the log level for the command (default "info")
|
|
|
|
```
|
|
|
|
|
|
|
|
### SEE ALSO
|
|
|
|
|
|
|
|
* [authelia-scripts suites](authelia-scripts_suites.md) - Commands related to suites management
|
|
|
|
|
2022-06-27 08:27:57 +00:00
|
|
|
###### Auto generated by spf13/cobra on 27-Jun-2022
|