1 min readJul 2, 2020
Hi Tim,
I see that this name might be misleading. This YAML file is a definition of GitHub Actions workflow.
A JSON Cypress report is a file which will be automatically generated after the tests are executed. It's not committed to the repository because it's generated after each test execution.
If you want to generate it just clone my repo and run - npm run test:chrome. And you'll see couple JSON files in ./cypress/results folder.
But you're right to avoid this confusion, I'll change a little bit of a naming in a blog post. Thanks for catching that up!