App Testing
Use App Testing when you want Mythex to exercise the live preview like a user — open pages, click controls, and report broken flows — instead of only reading code.How to run it
In the project workspace chat:- Make sure Preview is running and shows your app
- Type
/test(or ask in plain language: “test the app in the browser”) - Optionally say what to focus on (“test signup and the pricing page”)
When to use it
- After a large UI change
- Before publish, to catch obvious breakage
- When Preview “looks fine” but a flow might still fail
Tips
- Prefer a clear happy path (“create an account, add an item, check out”) over “test everything”
- Fix issues with
/fixor a normal Build message, then/testagain - App Testing uses the preview, not the published URL — publish separately when you are ready
Related
- Chat — slash commands and modes
- Preview & Code
- How to publish