run-app-basic:
Widen stderr pattern for non-existent app test — new env returns
'server_5xx: Internal Server Error' (HTTP 500) instead of 404/not-found.
describe-app:
Wrap ANSI colour test with withRetry(3) to handle transient 500s on
cold-start against console-platform-dev.
run-app-streaming:
Workflow streaming test was passing only x='wf-stream-val'; the workflow
app requires num, enum_var and paragraph as required fields too.
Add all four required inputs to the --inputs payload.
cli.ts (mintFreshToken):
Increase console/api/login timeout from 10s to 20s — the dev environment
was timing out during the devices revoke test on CI.