Export¶
tandha export emits the identifier contract in formats external QA tooling can
consume, so a cross-platform Appium / Katalon / Selenium-family suite stays in
lockstep with the app — no hand-copying strings.
Formats¶
Flat { "dot.path": "identifier" } map, sorted by key — the
lowest-common-denominator any tool can load.
key,identifier,description,screen,owner with RFC-4180 quoting — handy for
spreadsheets and QA documentation.
An Appium/Katalon-friendly Java class of By locators mirroring the namespace
tree.
Add your own format¶
Each exporter is a single self-contained type conforming to Exporter, registered in
Exporters.all. A new format (Python page object, .properties, WebdriverIO locator
map, …) is an ideal first contribution — see the
good first issues.
Same contract, both stacks
The identifiers exported here are the exact accessibility id values your
XCUITest suite queries. tandha does not run the automation — it
keeps every stack pointed at one contract.