<Stack name> stackOne sentence: which framework, and which slice of the catalog this stack claims.
| Component | Version |
|---|---|
<language runtime> |
<version> |
<test framework> |
<version> |
<build or package tool> |
<version> |
<prerequisite><prerequisite>State the working directory before the first stack-local command.
cd stacks/<stack-dir>
<install command>
| Variable | Default | Purpose |
|---|---|---|
THE_INTERNET_BASE_URL |
<default> |
Base URL of the app under test |
<VAR> |
<default> |
<purpose> |
<fast command>
Start the demo app from the repository root:
docker compose -f docker/compose.yml up -d website
Run the suite from this stack directory:
cd stacks/<stack-dir>
<full run command>
Stop the app from the repository root:
docker compose -f docker/compose.yml down
<static check commands>
| Workflow | Job | Runs |
|---|---|---|
pr.yml |
<job> |
<trigger> |
<stack>.yml |
<job> |
<trigger> |
| Output | Local path | CI path |
|---|---|---|
<report> |
<path> |
artifacts/<stack>/<run-id>/<slice>/<path> |
<limitation>Where the ID goes in this stack, and the catalog-first workflow.
| Symptom | Cause | Fix |
|---|---|---|
<symptom> |
<cause> |
<fix> |
Who maintains this stack, and what triggers a review of this document.