Skip to main content

Release v0.3.6

· 2 min read
Kostromin Danil
Bublik UI Maintainer

We are happy to announce Bublik v0.3.6.

In this release we've added objective column for tests on the run page. You can access it via "Columns" menu in the toolbar. We've also added "New Bug" button where you copy prefilled markdown

Highlights

Objective

You can toggle objective column inside column visibility menu

Test objective

New Bug

Run Bug

Log Bug Button

Bug Modal

Changelog

Frontend

♻ Code Refactoring

  • run: added labels to toggle button for full/short run details (9431427)
  • run: disabled uppercase all headers by default (0b87b4e)

🚀 New Feature

  • log: added full path to test in new bug modal (60bbe17)
  • log: added new bug button for log page (458f871)
  • run: added new bug button to run page (875f366)
  • run: added objective column to run table (7814984)
  • ui: added issue icon to library (00ee4a5)
  • ui: added new bug component (1175af4)

🐛 Bug Fix

  • log: removed redundant query param from bug link (8bbcd58)
  • run: remove redundant rowState query param (69ae6cf)

Backend

🚀 New Feature

  • importruns: store objectives in the database (7dd33a6)
  • run stats: make detailed stats more informative (c3c987b)