Custom Playwright image v1.61.0-noble, pre-configured with Java JRE for Allure Report generation.
146
This image is a specialized environment for running Playwright end-to-end tests with built-in support for Allure Reports.
Base Image: mcr.microsoft.com/playwright:v1.61.0-noble Java Runtime: Includes default-jre (OpenJDK), required to run the Allure command-line tool. Optimized: Designed to reduce build times in CI/CD pipelines by pre-loading heavy system dependencies.
You can use this as a base for your automation projects:
FROM guts778/playwright-java:v1
WORKDIR /app
COPY package*.json ./
RUN npm ci
COPY . .
RUN npm run test
Content type
Image
Digest
sha256:3d5602c00…
Size
950.8 MB
Last updated
2 months ago
docker pull guts778/playwright-java:v3