> ## Test launchers

> Configure and launch Antithesis tests from the web app.

> Fetch the complete documentation index at: https://antithesis.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

---

Test launchers let you configure and start Antithesis tests from the webapp. If you prefer to work from a command line, our [webhook](/docs/reference/webhook/overview/) provides the same functionality.

You can also automate your testing with [GitHub actions](/docs/product/tooling_integrations/ci/).

## Test parameters

Antithesis tests are all configurable using a [standard set of parameters](/docs/reference/webhook/webhook_reference/). Clicking on a test launcher opens a dialogue box with the available parameters for that test.

You must provide values for parameters in the main dialogue in order to launch the test. Less frequently used parameters are hidden in fold-down menus. All parameters come with sensible default values pre-filled where possible.

If you'd like to receive the [triage report](/docs/product/reports/) by email, make sure to specify a report recipient -- the report is always accessible in the web app.

![Illustration 0](/docs/test_launchers/launcher_images/launcher_dialogue.png)

You can also configure a test in the launcher, then copy the webhook code with one click.

## Creating new tests

Every Antithesis tenant comes with several pre-written tests.

New tests can be added to customize elements like the hostility of the test environment, which containers are exposed to faults, or the [types of faults injected](/docs/concepts/fault_injection/).

Your Antithesis team can help you with this process. Please contact us at support@antithesis.com or [ask on our Discord](https://discord.com/invite/antithesis).

Once the test is created, you'll be able to configure and launch it with a test launcher, from [command line](/docs/reference/webhook/overview/), or automate it with [a github action](/docs/product/tooling_integrations/ci/).
