Easier way to provide disableConsoleIntercept to ng test with vitest

Đang mở
#32,726 0 bình luận 0 reaction 0 người được giao Xem trên GitHub

Chưa có ai nhận issue này.

Đánh giá

Độ khó
3/5
Thời gian dự kiến
1-2 ngày
Mức phù hợp với người mới
55/100
Loại issue
Tính năng
Độ rõ ràng
Khá rõ ràng
Mức độ hoạt động
Đình trệ
Công nghệ
angular, typescript
Lĩnh vực
cli, testing

Hướng nghiên cứu

Bắt đầu với việc phân tích đối số của lệnh ng test và tích hợp của nó với Vitest, sau đó tái hiện các lỗi dòng lệnh đã được báo cáo. Công việc được xem là hoàn tất khi các đối số sau -- được chuyển đến Vitest mà không có lỗi xác thực schema, bao gồm --disableConsoleIntercept, và có coverage trong các bài kiểm thử lệnh liên quan.

Do mô hình lập chỉ mục viết ra từ nội dung của issue.

Mô tả

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
Ngôn ngữ chính
TypeScript
Star
27k
Fork
11.8k
Merge trung bình
16 giờ 21 phút
Pull request đã merge (30 ngày)
170

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Bắt đầu từ đâu

  1. Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
  2. Bình luận trên issue rằng bạn sẽ nhận — tránh hai người làm cùng một việc.
  3. Fork repository và làm thay đổi trên một nhánh.
  4. Mở pull request có tham chiếu số hiệu của issue.

Issue khác của angular/angular-cli

Tất cả issue của angular/angular-cli

Issue tương tự

Thêm issue về TypeScript

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.