You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Улучшен вывод массового запуска chef test: расширения без тестов пропускаются молча, ошибки и упавшие тесты собираются в общую сводку в конце
Причина неудачи теперь видна прямо в строке задачи: (build failed), (N failed), (crashed before any tests ran), (no tests collected), (no test files)
Добавлен флаг --console — браузерный консольный вывод по умолчанию скрыт, чтобы не замусоривать массовый отчёт
В итоговую сводку добавлена строка Tests с агрегатом по всем расширениям
Improved chef test bulk run output: extensions without tests are skipped silently, errors and failed tests are aggregated into a single end-of-run summary
Failure reason is now shown inline next to each task: (build failed), (N failed), (crashed before any tests ran), (no tests collected), (no test files)
Added --console flag — browser console output is now hidden by default to keep bulk reports clean
Added a Tests row to the final summary with totals across all extensions