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
Modifications in response to change requests [WIP]
Strip out uneeded changes from prior commits on this branch.
Add `configIsSubmitAndUpload()` to lib/index.ts
Pass that fn to Sheets class.
Add null value `viwerUrl` to Metrics class return object to prevent undefined type errors in Sheets
Update readme.md
#131
Copy file name to clipboardExpand all lines: readme.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -268,6 +268,8 @@ Show Lighthouse traces in timeline-viewer.
268
268
269
269
[timeline-viewer](https://chromedevtools.github.io/timeline-viewer/) - Shareable URLs for your Chrome DevTools Timeline traces.
270
270
271
+
If both upload and submit flags are set, a link to the viewer for each result trace will be added to the Notes column of the sheet. This is particularly useful when multiple runs have been stored, as otherwise it is dificult to view the trace for any given run.
0 commit comments