packages/reporter/README.md
The reporter shows the running results of the tests. It includes the following:
To see the reporter render, see Developing the driver.
*.js and *.jsx through babel and bundles with browserify into single dist/reporter.js*.scss files to single dist/reporter.cssyarn workspace @packages/reporter watch
Run Cypress tests found in cypress/integration.
yarn workspace @packages/reporter cypress:open
You'll want to run yarn workspace @packages/reporter watch to iterate on the reporter under test while testing.
You'll want to run yarn workspace @packages/runner watch to get changes to the main Cypress reporter while testing.