cypress-io / cypress-docker-images

Docker images with Cypress dependencies and browsers

Home Page:https://on.cypress.io/continuous-integration

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Need an image with firefox 116, which supports webcam

alecmestroni opened this issue · comments

Hola,
In all other version of firefox the webcam is not supported correctly.
Btw in the newest version 116, the webcam works properly.
So the community need a docker image with firefox 11, as soon as we can.
Thanks for the support

@alecmestroni

Did you already check the Cypress Docker cypress/factory which allows you to generate a Docker image with exactly the versions you need?

Yeah for sure, but i can't generate a Docker image in my work env..
Unfortunately, can only use pregenerated ones

Hi @alecmestroni unfortunately we most likely wont be creating this specific image in the near future. This is why we created the cypress docker factory so that folks could generate their own images in a timely fashion.

@alecmestroni

i can't generate a Docker image in my work env..
Unfortunately, can only use pregenerated ones

Perhaps another alternative would be to use GitHub Actions without a Docker image? The GitHub runners already have Firefox 116 pre-installed. See for instance ubuntu-22.04.

We use jenkins for ur CI, so its impossible for me to use GitHub Actions @MikeMcC399

@alecmestroni

Does

docker pull cypress/browsers:node-20.6.1-chrome-116.0.5845.187-1-ff-117.0-edge-116.0.1938.76-1

meet your needs? It has Firefox 117 which is a later version than 116 you asked for.

@alecmestroni

You're welcome! Would you like to close this issue now?