Commit graph

9 commits

Author SHA1 Message Date
maguire-arman
fa93335cc6 Removes unused network cleanup step
Removes the network pruning step from the automated testing pipeline. This step is deemed unnecessary and removing it simplifies the process.
2025-06-05 09:34:45 -04:00
maguire-arman
636ad2bbd0 Adds Docker cleanup step to pipeline
Adds a Docker cleanup script to the pipeline to remove stopped containers, dangling images, unused networks, and unused volumes. This helps to free up disk space and prevent potential resource exhaustion during automated testing.
2025-06-05 09:23:45 -04:00
maguire-arman
f794285f35 Updates agent pool to default
Changes the agent pool from a custom "AmazonLinuxPool" to the default Azure Pipelines agent pool.

This simplifies pipeline configuration and reduces reliance on specialized agent pools, leveraging the standard Azure-managed infrastructure.
2025-05-29 13:58:04 -04:00
maguire-arman
cf393192af Changed pool back to AmazonLinuxPool 2025-05-29 12:12:03 -04:00
maguire-arman
70b41a4f17 Format Pipelines
Ensures consistent formatting across YAML files by standardizing quotes.
This improves readability and maintainability of the configuration files.
2025-05-12 10:51:55 -04:00
maguire-arman
ecf3533bca changed the wait on to the correct url 2025-05-12 09:48:58 -04:00
maguire-arman
683d56aa38 Added qutoes to -e command as a safeguard 2025-05-12 09:43:00 -04:00
maguire-arman
c2154f9019 Fixed Grep Command for FMG 2025-05-12 09:30:50 -04:00
maguire-arman
a5cae0fe42 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.
2025-05-09 15:06:32 -04:00
Renamed from playwright-tests/azure-pipelines-automated-testing.yml (Browse further)