-
-
Notifications
You must be signed in to change notification settings - Fork 102
Open
Description
this is a longshot but I had these crazy ideas:
- we have one messy jobs where I would like to have the job collapsible sections locally https://docs.gitlab.com/ee/ci/jobs/#custom-collapsible-sections (and see/convert them into neovim "folds")
- we also have
playwright
's logs, a software to check the rendering of a website against snapshots. The dream would be to display those images in the job output. As far as gitlab is concerned, I dont think this will ever be possible, not in the next 3 years at least. But withlab
, I think it could be possible to have the picture shown in terminal via sixel/ the kitty protocol ortimg
. Even if it's not possible to get the raw bytes, what would be possible if I could pipe the job into my own program is to postprocess it:
- identify some sections in the output to create the folds
- identify paths towards images and display them in the terminal via https://github.com/hzeller/timg for instance (or image.nvim within neovim). This implies that I retreive the artifacts from the job I guess. This could be done by the postprocessing script but I would like to plug that into
lab ci view
that can find the latest sent pipeline (I dont want to write this part).
What do you think ?
Metadata
Metadata
Assignees
Labels
No labels