antithesis-bootstrap
Installation
SKILL.md
Antithesis Bootstrap
Purpose and Goal
Use this skill to setup a project to run in Antithesis. To learn about Antithesis, use the Antithesis Documentation skill, which should prefer snouty docs and otherwise request markdown documentation pages directly.
Success means the user has:
- One or more pre-built Linux x86-64 Docker images for their system under test and dependencies.
- A
docker-compose.yamlthat can run hermetically (no internet). - At least one test composer scenario.
- A reliable
setup_completesignal to let Antithesis know when it can start running scenarios. - A config image containing the
docker-compose.yamland related configuration files.
Definitions and Concepts
- SUT: System under test. Do not expose this term to users, just used within this file. Refers to the project as a whole that the user wants to run in Antithesis.
- Workload: A synthetic workload designed to exercise the SUT.
- Test Composer: An Antithesis framework which comprises a set of "Test Templates", each containing one or more "Test Command".
Related skills
More from antithesishq/antithesis-skills
antithesis-triage
>
138antithesis-research
>
136antithesis-workload
>
129antithesis-documentation
Use Antithesis documentation efficiently for product, workflow, and integration questions. Prefer the snouty docs CLI when available, and otherwise request markdown versions of documentation pages directly.
127antithesis-setup
>
122antithesis-debug
>
100