cypress --quiet flag not working when component testing #16672
Labels
outdated
scope: testing tools
Issues related to Cypress / Jest / Playwright / Vitest support in Nx
type: bug
Current Behavior
When doing a component test via nx (
yarn nx component-test <project>
) some flags will work e.g. the --spec flag (yarn nx component-test <project> --spec <some-file>
).The
--quiet
flag does not work however. You get the summary regardless of the flag:Expected Behavior
The summary should be hidden like when run via cypress directly (
yarn cypress run --project <projectPath> --component --spec <pathToSpec> --quiet
):GitHub Repo
No response
Steps to Reproduce
See above
Nx Report
Failure Logs
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: