renderer: Show install steps on manual testcases as well
The pre-condition steps generated by the install
/git-repos
directives where
only rendered for automated testcases. Arguably, manual testers are more
interested in those being rendered than LAVA, which usually considers the
YAML enough as-is.
This currently affected the WebKit manual testcases such as webkit2gtk-ac-3d-rendering.yaml
where no installation pre-condition was rendered, omitting fundamental steps needed by manual testers.
Edited by Emanuele Aina
Merge request reports
Activity
added 1 commit
- 6ec78ba8 - renderer: Show install steps on manual testcases as well
The final execution step shows this for the test case:
$ /usr/lib/*/webkit2gtk-4.0/MiniBrowser webkit2gtk/ac-3d-rendering.html
Will the
MiniBrowser
executable already be available in the image?, otherwise I see no step installing that.Edited by Luis Araujo
Please register or sign in to reply