Commit graph

14 commits

Author SHA1 Message Date
maguire-arman
16949a78a9 added CASH-488 changes 2025-04-24 14:54:40 -04:00
maguire-arman
bf6e80d05d Revert "Merge pull request #2413 from Safelite/feature/CASH-488"
This reverts commit e79314e8fe, reversing
changes made to 7356268f2f.
2025-04-24 14:12:14 -04:00
maguire-arman
c26b214084 added skip_Content_site variable 2025-04-21 11:51:23 -04:00
maguire-arman
27b6e968e2 adding quotes when defining base url because of -e problem 2025-04-11 10:13:03 -04:00
maguire-arman
d918d85ee4 Pulls NODE_ENV variable from env and uses this in the comment 2025-04-10 09:48:01 -04:00
maguire-arman
49ea0fa13e Adding Environment to Jira comment 2025-04-10 09:27:14 -04:00
maguire-arman
4e82930ea3 Removed Cron Job scheduling from automated testing pipeline
Now setting it up through Azure
2025-04-10 09:24:37 -04:00
maguire-arman
0b742ab848 Updates scheduled pipeline branch
Updates the scheduled pipeline to run against the release branch.
This ensures that the automated tests are executed against the stable
release branch.
2025-04-08 16:17:05 -04:00
maguire-arman
6f50085aa5 Updates test results directory path
Updates the path for storing test results in the Azure Pipelines configuration.
This ensures that test reports and JUnit results are correctly located
and copied during the automated testing process.
2025-04-08 15:06:52 -04:00
maguire-arman
817f81734d Moves Jira writeback script
Moves the Jira writeback script to a more appropriate location.

Updates the Azure Pipelines configuration to reflect the new path.
2025-04-08 13:46:32 -04:00
maguire-arman
d77f5f314f changed path of jira writeback reporter in pipeline 2025-04-08 13:26:03 -04:00
maguire-arman
888c235b27 Updates Dockerfile path in pipeline config
Updates the Azure pipeline configuration to reference the relocated Dockerfile.

This ensures the pipeline correctly identifies and builds the Docker image, preventing build failures.
2025-04-08 13:04:26 -04:00
maguire-arman
6a2f23b87a updated location of dockerfile in pipeline 2025-04-08 12:59:35 -04:00
maguire-arman
404dda6556 Adds Playwright test framework for FMG
Initial commit of the Playwright test framework, including:
- Configuration files for Playwright, Docker, and Sauce Labs
- Test case structure and page object models
- CI/CD pipeline configuration
- Utilities and business logic implementations

This framework will be used for end-to-end testing of the FMG application.
2025-04-07 15:40:31 -04:00