IKivan-kozenko -aqa
Try yourself as a QA tester
Back to topic

Quiz

Docker

Check yourself

  1. 1.You're using the Playwright Docker image in CI but Chromium keeps crashing with out-of-memory errors. What's the most likely fix?
  2. 2.What is the correct registry path for the official Playwright Docker image on Ubuntu 24.04?
  3. 3.Why do teams use the Playwright Docker image in CI instead of installing browsers on the runner directly?
  4. 4.You want to run Playwright tests inside a Docker container. Which command correctly starts the container with the required flags?
  5. 5.What does the --ipc=host flag do when running Playwright in Docker?
  6. 6.In a GitHub Actions workflow using the Playwright Docker image as a container, what extra option must you add to avoid permission errors on workspace files?
  7. 7.Why should you never use Alpine-based Docker images for running Playwright tests with Firefox or WebKit?
  8. 8.Why does the article recommend always pinning to an exact version tag (e.g. v1.50.0-noble) instead of using the 'latest' tag for the Playwright Docker image?