Skip to content

v1.10.0

Choose a tag to compare

@vovkabelov vovkabelov released this 04 May 14:50
· 57 commits to main since this release
  • Улучшен вывод массового запуска 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