Issues Implementing @web-test-runner in Docker Environment
Hello Community,
I'm currently working on a project using @web-test-runner for testing, and I have encountered some challenges, particularly with Puppeteer and a Docker image that includes Chromium.
I found a Docker image that comes with Chromium pre-installed, which seemed like a good starting point for my setup. However, I'm running into issues when trying to use Puppeteer for my tests. Specifically, I am facing difficulties with the proper setup and configuration of Puppeteer to work seamlessly with Chromium in the Docker environment.
Has anyone in the community successfully implemented @web-test-runner with Puppeteer for testing in a Dockerized environment, especially one that uses a Chromium image? If so, I would greatly appreciate any insights, sample configurations, or tips on how you managed to get this setup working.
Thank you in advance for your assistance !