From bf44f1a59cf9c3e505f35fb367e4e1fb0efa01f4 Mon Sep 17 00:00:00 2001 From: maguire-arman Date: Fri, 9 May 2025 15:04:34 -0400 Subject: [PATCH] Moves Dockerfile to playwright-tests directory Moves the Playwright Dockerfile to the playwright-tests directory to improve project organization and maintainability. --- Dockerfile.Playwright => playwright-tests/Dockerfile.Playwright | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename Dockerfile.Playwright => playwright-tests/Dockerfile.Playwright (100%) diff --git a/Dockerfile.Playwright b/playwright-tests/Dockerfile.Playwright similarity index 100% rename from Dockerfile.Playwright rename to playwright-tests/Dockerfile.Playwright