Skip to content

ng test does not support progress argument with vitest runner #30865

@MaxStaszkiewicz

Description

@MaxStaszkiewicz

Command

test

Is this a regression?

  • Yes, this behavior used to work in the previous version

The previous version in which this bug was not present was

No response

Description

When running ng test --progress=false it returns an unknown argument when running it after vitest setup.

According to the ng test docs, it should be a supported option.

Minimal Reproduction

Change angular.json to use vitest. Ref.

Run ng test --progress=false

Exception or Error

Error: Unknown argument: progress

Your Environment

Angular CLI: 20.0.5
Node: 22.14.0
Package Manager: npm 11.2.0
OS: linux x64

Angular: 20.0.6

Package                      Version
------------------------------------------------------
@angular-devkit/architect    0.2000.5
@angular-devkit/core         20.0.5
@angular-devkit/schematics   20.0.5
@angular/build               20.0.5
@angular/cdk                 20.0.5
@angular/cli                 20.0.5
@angular/google-maps         20.0.5
@angular/material            20.0.5
@schematics/angular          20.0.5
rxjs                         7.8.2
typescript                   5.8.3
zone.js                      0.15.1

Anything else relevant?

No response

Metadata

Metadata

Assignees

No one assigned

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions