playwright

This commit is contained in:
Henry Jameson 2026-06-24 19:48:54 +03:00
commit 0908d2bb65
4 changed files with 4 additions and 4 deletions

View file

@ -73,7 +73,7 @@ test:
e2e-pleroma: e2e-pleroma:
stage: test stage: test
image: mcr.microsoft.com/playwright:v1.57.0-jammy image: mcr.microsoft.com/playwright:v1.61.0-jammy
services: services:
- name: postgres:15-alpine - name: postgres:15-alpine
alias: db alias: db

View file

@ -25,7 +25,7 @@ variables:
steps: steps:
test: test:
image: mcr.microsoft.com/playwright:v1.57.0-jammy image: mcr.microsoft.com/playwright:v1.61.0-jammy
entrypoint: *script_file_entrypoint entrypoint: *script_file_entrypoint
environment: environment:
APT_CACHE_DIR: apt-cache APT_CACHE_DIR: apt-cache

View file

@ -25,7 +25,7 @@ variables:
steps: steps:
test: test:
image: mcr.microsoft.com/playwright:v1.57.0-jammy image: mcr.microsoft.com/playwright:v1.61.0-jammy
environment: environment:
APT_CACHE_DIR: apt-cache APT_CACHE_DIR: apt-cache
DEBIAN_FRONTEND: noninteractive DEBIAN_FRONTEND: noninteractive

View file

@ -1,4 +1,4 @@
FROM mcr.microsoft.com/playwright:v1.57.0-jammy FROM mcr.microsoft.com/playwright:v1.61.0-jammy
WORKDIR /app WORKDIR /app