* Append parparDiag=1 and cn1DisableEventForwarding=1 (mirrors the * screenshot-test harness so the lifecycle log we read is identical * to the one CI captures).
(url)
| 203 | * to the one CI captures). |
| 204 | */ |
| 205 | function decorateUrl(url) { |
| 206 | const sep = url.includes('?') ? '&' : '?'; |
| 207 | return `${url}${sep}parparDiag=1&cn1DisableEventForwarding=1`; |
| 208 | } |
| 209 | |
| 210 | /** |
| 211 | * Drive a single bundle through the lifecycle test. Returns a result |