You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The vrt-report/index.html always uses the wrong link to display Baseline and Diff images.
It is trying to find the vrt image dir at root but it is located up a level by default. For example, the broken link src is /vrt/baseline/_android/onboarding/T&C.png but it should be ../vrt/baseline/_android/onboarding/T&C.png
Env: macOS Sonoma 14.5 (23F79)
The text was updated successfully, but these errors were encountered:
The vrt-report/index.html always uses the wrong link to display Baseline and Diff images.
It is trying to find the
vrt
image dir at root but it is located up a level by default. For example, the broken link src is/vrt/baseline/_android/onboarding/T&C.png
but it should be../vrt/baseline/_android/onboarding/T&C.png
Env: macOS Sonoma 14.5 (23F79)
The text was updated successfully, but these errors were encountered: