Agent-native E2E runtime with verifiable safety. 13 MCP tools including alethia_propose_tests (agent generates tests from a URL), alethia_assert_safety (proves destructive actions are blocked), and the expect block: NLP primitive unique to Alethia. Zero-IPC, ~45x faster than Playwright, signed evidence packs. Works with Claude Code, Cursor, Cline.
95
94%
Does it follow best practices?
Impact
97%
2.77xAverage score across 5 eval scenarios
Advisory
Suggest reviewing before use
Meridian Analytics has a web dashboard at file:///workspace/meridian/dashboard.html. The page has the following elements:
The QA lead wants a plain-English Alethia test instruction script that exercises the full user flow: verifying the heading is visible, entering a date range, generating the report, and asserting the confirmation message appears. She has seen test failures in the past caused by subtle phrasing mistakes in the instruction strings that caused the wrong element to be matched.
Write the Alethia test instructions for this flow, following best practices. The instructions will be pasted directly into the instructions parameter of an alethia_tell call.
Produce the following files:
instructions.txt — The plain-English Alethia test instructions, one per line, ready to pass to alethia_tell. Each line is a single test step.notes.md — A short explanation of any phrasing choices you made and why they were necessary for correct element matching.