Sign inSign up

guts778/playwright-java

By guts778

Updated 2 months ago

Custom Playwright image v1.61.0-noble, pre-configured with Java JRE for Allure Report generation.

Image
Developer tools
0

146

guts778/playwright-java repository overview

Playwright + Java (Allure Ready)

This image is a specialized environment for running Playwright end-to-end tests with built-in support for Allure Reports.

🚀 Key Features

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.

🛠️ How to use in a Dockerfile

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

📦 Included Software

  • Playwright v1.61.0
  • Node.js (matching Playwright base)
  • Java JRE (Latest stable)
  • Chromium, Firefox, and WebKit dependencies

Tag summary

Content type

Image

Digest

sha256:3d5602c00

Size

950.8 MB

Last updated

2 months ago

docker pull guts778/playwright-java:v3