The Testing view lets you build, run, and inspect your project's own app instances directly from AITM — separately from whatever pipeline tasks are running.
Testing
Build & Start/Stop
Trigger a build of your project, then start or stop a running instance of it on its own dedicated port — independent of the isolated instances the pipeline spins up for E2E testing during a task.
Live status and terminal output
See at a glance whether your instance is running, building, or stopped, and stream its terminal/console output live — useful for confirming a build succeeded or diagnosing why it didn't.
E2E verdict history
Every end-to-end test run recorded against this project is kept here, with its verdict (pass, feature bug, environment error, etc.) and a timeline you can scroll back through to see how test health has trended over time.
Tips
- Keep a project's own instance stopped when you're not actively testing it — it frees the port for the pipeline's isolated E2E instances.
- Check the E2E verdict history before re-running a full test suite — a past environment error might explain a failure that isn't actually a code bug.