azure-functions-e2e-tests
Installation
SKILL.md
Language: Reply in the user's language. Default generated reports to English unless the user asks for another language.
Azure Functions Skills E2E Tests
Prescriptive E2E runner for the package CLI's supported workspace-local distribution surface.
Execution protocol
- Read commands.md first.
- Create
reports/e2e/<run-id>/checklist.mdcontaining every command ID before execution. - Execute every numbered command individually and in order. Substitute only
$REPO,$CLI,$RUN, and$WS; translate shell syntax only when required by the operating system. - After each command, record the exact command, cwd, exit code, the first 200 lines of stdout, and stderr.
- Update the checklist after each command.
- Never mark a case as passing without evidence for all of its commands and criteria.
- Continue after failures, using a fresh workspace for each case.
- Do not add workaround commands. Record failures as failures.