Commit graph

16 commits

Author SHA1 Message Date
maguire-arman
a3c8f8eab3 Using parameterized variables and testing non regression 2025-07-10 09:28:28 -04:00
maguire-arman
617b076ef2 Setting up regression run for the night 2025-07-09 20:13:04 -04:00
maguire-arman
5b23242647 Reduces the number of test shards.
Reduces the total number of shards used for parallel test execution from 4 to 2.

This change aims to optimize resource utilization and potentially improve test execution speed, considering factors such as the number of available agents and the characteristics of the test suite.
2025-07-09 16:00:22 -04:00
maguire-arman
30aec0a3a3 Disables regression testing
The automated test pipeline now runs without the regression flag enabled.

This change ensures that tests are executed as standard tests, rather than being treated as regression tests.
2025-07-09 14:21:28 -04:00
maguire-arman
53ed7383c4 Adds Playwright test stage for pull requests
Introduces a new stage in the pipeline to run Playwright tests specifically for pull requests.
This ensures that UI tests are executed and pass before merging pull requests, preventing regressions.

The automated testing is now configured to run regression tests.

Uses the source branch from the build context to extract the JIRA card number.
2025-07-09 14:20:17 -04:00
maguire-arman
44541ba00c Refactors automated testing pipelines with template
Migrates automated testing configurations to new pipeline structure.

This change streamlines the test execution process by leveraging templates and parameters for increased flexibility and maintainability. It introduces a dedicated template for Playwright tests, enabling easier configuration and reuse across different testing scenarios.

The previous monolithic pipelines are replaced with modular components, improving readability and reducing redundancy. This also allows for better control over test execution, including shard management and result aggregation.
2025-07-09 13:40:52 -04:00
maguire-arman
92c223487a Updating 836 with 631
Adds a new environment variable to skip content site checks, improving test environment flexibility.
Improves the "nextPage" function in BasePage to handle loader elements and button states more reliably.
Adds support for selecting loss location in CCPolicyInfoPage to reflect claim details accurately.
Updates assertion methods to use Soft assertions for smoother test execution.
Adds a new test case "InsuranceMeemicNearSchoolVerified" to expand test coverage.
2025-07-08 14:59:48 -04:00
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)