Easier way to provide disableConsoleIntercept to ng test with vitest

Aberta
#32,726 0 comentários 0 reações 0 responsáveis Ver no GitHub

Ninguém assumiu esta issue ainda.

Avaliação

Dificuldade
3/5
Tempo estimado
1-2 dias
Facilidade para iniciantes
55/100
Tipo de issue
Funcionalidade
Clareza
Razoavelmente clara
Status de atividade
Estagnada
Stack de tecnologia
angular, typescript
Domínio
cli, testing

Direção de pesquisa

Comece pela análise dos argumentos do comando ng test e por sua integração com o Vitest; em seguida, reproduza os erros de linha de comando relatados. Considera-se concluído quando os argumentos após -- chegam ao Vitest sem erros de validação de esquema, incluindo --disableConsoleIntercept, com cobertura nos testes relevantes do comando.

Escrita pelo modelo de indexação a partir do texto da issue.

Descrição

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
Linguagem predominante
TypeScript
Estrelas
27k
Forks
11.8k
Merge médio
16h 35min
PRs com merge (30d)
176

Guia de contribuição

Abrir o guia de contribuição

Primeiros passos

  1. Leia a issue inteira e depois o guia de contribuição do projeto.
  2. Comente na issue dizendo que vai assumir — evita que duas pessoas façam o mesmo trabalho.
  3. Faça um fork do repositório e trabalhe em uma branch.
  4. Abra um pull request que referencie o número da issue.

Mais de angular/angular-cli

Todas as issues de angular/angular-cli

Issues semelhantes

Mais issues de TypeScript

Receba novas issues na sua caixa de entrada

Um resumo curto de issues do GitHub para quem está começando.