Hi! Currently, It is not possible to obtain links to expected/actual/diff screenshots if you're usingPlaywrightVisualRegressionTracker class. Playwright methods trackPage* don't return anything menawhile TestRunResult is expected.
The changes just add return to the trackPage* methods in the class.
Hi! Currently, It is not possible to obtain links to expected/actual/diff screenshots if you're using
PlaywrightVisualRegressionTracker
class. Playwright methodstrackPage*
don't return anything menawhile TestRunResult is expected.The changes just add
return
to thetrackPage*
methods in the class.