AndrewTrumenov
AndrewTrumenov
I can offer working patch: ``` # file config/initializers/active_record/clickhouse_string_array.rb require 'delegate' class ClickhouseStringArray < SimpleDelegator def initialize(arr_in) raise("ClickhouseStringArray require Array, but received[#{ arr_in.class }]=[#{ arr_in }]") unless arr_in.is_a?(Array) super(arr_in) end...
[Runs - Testomat.io.webm](https://github.com/user-attachments/assets/2b1d7da4-9ca0-428a-bbd9-845ab90766a1)

Fields 'Automation Coverage' and 'Manual / Automated' is not the same. In 'Manual / Automated' you can see manual and automated tests counters. In 'Automation Coverage' you can see percents...
https://github.com/testomatio/testomatio/pull/5564
Can you please say what framework did you use for catch this bug? Or maybe you can send example xml file with this bug please. I check in few frameworks...
Fixed by changed template (in project settings) for notification. Changed line1: ``` Was: *Test Run {{ run.id }} - {{ run.status | uppercase }}* Fix: *Test Run {{ run.id }}...
Can you please add few run.id examples (you can find this id in url as shown at the screenshot) of runs, with missing notifications?
launched_at, duration_tracked, add in table Execution time with Launched_at...Finished_at
reproduced with classical test description: ``` ### Steps - Step1 * Expected result: Step1.1 * Expected result: Step1.1 - Step2 *Expected:* ячсячс2 ячсячс3 ячсячс4 - Step3 ``` Save description, go...