atlan-e2e-contract-validator
Installation
SKILL.md
Atlan E2E Contract Validator
Define and validate e2e behavior as a machine-checkable contract.
Workflow
- Build
e2e_case_contract.yamlusing../_shared/assets/e2e_case_contract.yaml. - Ensure contract includes:
test_workflow_argsserver_configexpected_api_responsesexpected_output_pathsschema_assertions
- Run
atlan-fact-verification-gateif API/output behavior changed. - Validate contract:
python ../_shared/scripts/validate_e2e_case_contract.py e2e_case_contract.yaml - Align generated test config and schema assertions with contract.