Skip to content

Add xvfb install and documentation#6

Merged
randallmorse merged 2 commits into
mainfrom
codex/extend-dockerfile-to-include-xvfb
Jul 21, 2025
Merged

Add xvfb install and documentation#6
randallmorse merged 2 commits into
mainfrom
codex/extend-dockerfile-to-include-xvfb

Conversation

@randallmorse

Copy link
Copy Markdown
Contributor

Summary

  • include xvfb in apt packages
  • document how to use xvfb-run when executing tests

Testing

  • git status --short

https://chatgpt.com/codex/tasks/task_e_687d861979d8832dbbbeb5f38d754892

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds support for running tests that require a display server by installing the Xvfb (X Virtual Framebuffer) package and documenting its usage.

  • Adds xvfb package to Docker container installation
  • Documents how to use xvfb-run command for running tests requiring X server

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
Dockerfile Adds xvfb package to apt-get install command
README.md Documents xvfb-run usage for tests requiring X server

@randallmorse randallmorse merged commit 7ae2f1d into main Jul 21, 2025
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants