The reporter shows the running results of the tests. It includes the following:
- A button to focus the list of test files
- Stats for number of tests passed, failed, and pending
- The total test run duration
- Control for toggling auto-scrolling
- Controls for various states (running, paused, stopped, etc.)
- A command log, showing:
- suites
- tests
- hooks
- commands and assertions with detailed information
- any failures/errors
yarn workspace @packages/reporter buildyarn workspace @packages/reporter build-prodTo see the reporter render, see Developing the driver.
- Runs
*.jsand*.jsxthrough babel and bundles with browserify into singledist/reporter.js - Compiles
*.scssfiles to singledist/reporter.css
yarn workspace @packages/reporter watchRun Cypress tests found in cypress/integration.
yarn workspace @packages/reporter cypress:openYou'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.
