Easier way to provide disableConsoleIntercept to ng test with vitest

Abierto
#32,726 0 comentarios 0 reacciones 0 asignados Ver en GitHub

Nadie ha tomado este issue todavía.

Evaluación

Dificultad
3/5
Tiempo estimado
1-2 días
Aptitud para principiantes
55/100
Tipo de issue
Nueva funcionalidad
Claridad
Bastante claro
Estado de actividad
Estancado
Stack tecnológico
angular, typescript
Área
cli, testing

Línea de trabajo

Comienza con el análisis de argumentos del comando ng test y su integración con Vitest; después, reproduce los errores de línea de comandos reportados. Se considera completado cuando los argumentos posteriores a -- llegan a Vitest sin errores de validación del esquema, incluido --disableConsoleIntercept, y las pruebas relevantes del comando tienen cobertura.

Escrito por el modelo de indexación a partir del texto del issue.

Descripción

area: @angular/cli gemini-triaged
Command

test

Description

Vitest by default captures the console output, which reduces the ways available to debug tests.

However, there is no direct equivalent option on ng test to enable logging and no direct way to pass the --disableConsoleIntercept flag to the underlying vitest command.

Attempting to run ng test --disableConsoleIntercept

Error: Unknown argument: disableConsoleIntercept

Attempting to run ng test -- --disableConsoleIntercept results in

Option '--' has been specified multiple times. The value '--disableConsoleIntercept' will be used.
Error: Schema validation failed with the following errors:
  Data path "" must NOT have additional properties().
 ELIFECYCLE  Test failed. See above for more details.

Instead it seems like you would have to create a custom vitest configuration, with several other properties, and then provide that in angular.json which is rather heavy handed for simple one-time debugging.

Describe the solution you'd like

Simple forwarding of arguments ng test -- --disableConsoleIntercept which would pass the arguments to the underlying vitest command.

Describe alternatives you've considered
  • Support for this flag on the ng test command directly (though this is not a generic argument for all test types)
  • Support for some "forwardedArgs" flag on ng test that allows for flags to be forwarded
Lenguaje dominante
TypeScript
Estrellas
27k
Forks
11.8k
Merge medio
16 h 21 min
PR fusionados (30 d)
170

Guía de contribución

Abrir la guía de contribución

Primeros pasos

  1. Lee el issue completo y luego la guía de contribución del proyecto.
  2. Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
  3. Haz un fork del repositorio y trabaja en una rama.
  4. Abre un pull request que haga referencia al número del issue.

Más de angular/angular-cli

Todos los issues de angular/angular-cli

Issues similares

Más issues de TypeScript

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.