In test_runs table, the column started_at and finished_at are added for the entire suite to get the time elapsed.
There is a requirement to get the start and end time for every test case.
In test_status table, two new columns can be started_at and finished_at can be added to get the time for every test case.