From a5cae0fe42ab1348897bc3ee159f7292a63607a1 Mon Sep 17 00:00:00 2001 From: maguire-arman Date: Fri, 9 May 2025 15:06:32 -0400 Subject: [PATCH] Moves CI and Docker configuration files. Relocates CI and Docker configuration files to the root directory. This change simplifies the project structure by placing these essential configuration files at the top level, making them more accessible and easier to manage. --- playwright-tests/Dockerfile.Playwright => Dockerfile.Playwright | 0 ...automated-testing.yml => azure-pipelines-automated-testing.yml | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename playwright-tests/Dockerfile.Playwright => Dockerfile.Playwright (100%) rename playwright-tests/azure-pipelines-automated-testing.yml => azure-pipelines-automated-testing.yml (100%) diff --git a/playwright-tests/Dockerfile.Playwright b/Dockerfile.Playwright similarity index 100% rename from playwright-tests/Dockerfile.Playwright rename to Dockerfile.Playwright diff --git a/playwright-tests/azure-pipelines-automated-testing.yml b/azure-pipelines-automated-testing.yml similarity index 100% rename from playwright-tests/azure-pipelines-automated-testing.yml rename to azure-pipelines-automated-testing.yml