headless-browser: Store each test's relative path on the Test object

Rather than having to compute it each time we want it.
This commit is contained in:
Timothy Flynn 2024-11-30 08:08:47 -05:00 committed by Tim Flynn
commit 49eeaaf8fe
Notes: github-actions[bot] 2024-11-30 17:11:24 +00:00
2 changed files with 18 additions and 16 deletions

View file

@ -59,6 +59,7 @@ struct Test {
ByteString input_path {};
ByteString expectation_path {};
ByteString relative_path {};
UnixDateTime start_time {};
UnixDateTime end_time {};