laposa / test-portal

Laravel Application integrated with Github Actions
https://laposa.ie
MIT License
1 stars 0 forks source link

Add timestamp to run detail #43

Closed norbertlaposa closed 1 month ago

norbertlaposa commented 3 months ago

It needs to be clear when test run started and finished at the top of the run detail page under path /sessions/{session_id}/run/{run_id}, for example /sessions/11/run/55

Szkandy commented 1 month ago

Hi @norbertlaposa, currently we don't have info on when the run finished, so I've at least added start time + duration there. Let me know if that's enough, if not I will add a new column "finished_at" and populate it once the status changes to "success".