Code
Run the tests
Run a suite on a real machine and explain what failed.
Fill it in
Any git remote.
How the suite runs.
Where to run it.
Only for a private repository.
Your prompt
Run `[your command]` for [your repository] on .
Clone using `${credential:${credential:ACCESS_TOKEN}}`, install dependencies from the lockfile, and run the suite once.
Report the real numbers: passed, failed, skipped, and how long it took.
For each failure, quote the actual assertion and say whether it looks like a
genuine break or an environment problem. Never summarise a red suite as
"mostly passing".Continue and add your fileOpens with everything above already filled in.