Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

E2E tests: Add R and Quarto installations to docker image hosting the code-server #2589

Open
sagerb opened this issue Feb 19, 2025 · 0 comments
Assignees

Comments

@sagerb
Copy link
Collaborator

sagerb commented Feb 19, 2025

To fully test the functionality within the Publisher extension within the e2e environment, there should be multiple versions of Python and R present, as well as a base version of Quarto. These should be compatible enough to match the versions installed within the Connect docker image.

The E2E test infrastructure is currently using the image codercom/code-server, which does not have the required R and Quarto installations built in. This is blocking our ability to write e2e tests that deploy R and Quarto content. (It does have python3 installed on it.) It would appear that one solution to this is to find another docker image which supports installing additional packages, such as https://hub.docker.com/r/linuxserver/code-server

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant