Commit graph

9057 commits

Author SHA1 Message Date
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
9188536708 Adding pr gate pipeline functionality to pipeline file 2025-04-09 15:09:45 -04:00
maguire-arman
219762ec30 Adds Jira integration for test results
Adds a Jira writeback reporter to automatically create bug and test case subtasks in Jira based on playwright test results.
Upgrades axios and adds axios-retry and axios-mock-adapter for more robust API calls.
2025-04-09 14:50:30 -04:00
mvalaiyapathi
d713ded2b9
Merge pull request #2410 from Safelite/feature/CASH-353
CASH-353 - Added null check
2025-04-09 14:46:33 -04:00
mvalaiyapathi
37bf45a6ca
Merge branch 'release/2025.04.24' into feature/CASH-353 2025-04-09 14:39:58 -04:00
Minojhini Valaiyapathi
5f9ce0f36c CASH-353 - Added null check 2025-04-09 14:37:14 -04:00
mvalaiyapathi
6faffd877a
Merge pull request #2404 from Safelite/feature/CASH-353
Feature/cash 353
2025-04-09 12:44:41 -04:00
Scott Kiener
442bd86e9e CASH-188 2025-04-09 10:56:42 -04:00
scottkiener-at-safelite
552159d7a2
Merge branch 'release/2025.04.24' into feature/CASH-353 2025-04-09 10:47:29 -04:00
Scott Kiener
85c247322d CASH-188 | Add other files, small tweaks 2025-04-09 10:36:59 -04:00
AHumphriesSL
b2e40c2dca
Merge pull request #2406 from Safelite/feature/Digital/CASH-433
CASH-433: Hide drop-off for big trucks
2025-04-09 09:32:37 -04:00
Alex Humphries
38860acdac Prettier formatting 2025-04-09 09:23:47 -04:00
Alex Humphries
b5620bd521 Merge branch 'release/2025.04.24' into feature/Digital/CASH-433 2025-04-09 09:19:39 -04:00
Alex Humphries
937b6c3c47 Update unit tests for appointment-type-question 2025-04-09 09:19:03 -04:00
hiteshkumar87
6d4a0f55de
Merge pull request #2409 from Safelite/feature/Digital/CASH-401-v2
CASH-401
2025-04-09 18:23:47 +05:30
hiteshkumar87
ab9005bc27 CASH-401 2025-04-09 18:01:57 +05:30
AdamCaouetteSafelite
ad109221a7
Merge pull request #2407 from Safelite/feature/bug-fix/CASH-484
CASH-484: adding fix to remove any PBD lineItems before loading insurance-company page
2025-04-09 08:09:30 -04:00
CarlNation
a74b361935
Merge branch 'release/2025.04.24' into feature/Digital/CASH-433 2025-04-09 06:48:57 -04:00
Adam Caouette
67017b97c7 Merge branch 'release/2025.04.10' into feature/bug-fix/CASH-484 2025-04-08 22:10:29 -04:00
Adam Caouette
7571e74197 CASH-484: adding fix to remove any PBD lineItems before loading insurance-company page 2025-04-08 22:05:50 -04:00
maguire-arman
84fa84fdb3 Update azure-pipelines-automated-testing.yml for Azure Pipelines 2025-04-08 16:18:09 -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
b2d0038e45
Merge pull request #2405 from Safelite/feature/CASH-480
CASH-480: Merging playwright tests into FixMyGlass
2025-04-08 16:08:20 -04:00
scottkiener-at-safelite
672cecd277
Merge branch 'release/2025.04.24' into feature/CASH-480 2025-04-08 15:59:26 -04:00
maguire-arman
c25ec11f92 Configures test result output directory
Configures the test result output directory to 'artifacts/test-results'.
This change centralizes test artifacts for easier access and management.
2025-04-08 15:43:50 -04:00
Minojhini Valaiyapathi
1e72721dec CASh-353 - Formatted the code 2025-04-08 15:26:20 -04:00
Minojhini Valaiyapathi
3a5b215bde CASH-353 - Removed hardcoded boolean values 2025-04-08 15:21:36 -04:00
Minojhini Valaiyapathi
1e4f5f24ed CASH-353 - Estimate pages serviceable Zip code change - error 2025-04-08 15:19:30 -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
4aa48a1995 Closes the modal popup
Adds a wait time to ensure the modal popup opens before attempting to close it.
2025-04-08 14:41:45 -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
9f2607005e Adds installation option with dependencies
Suggests an alternative installation command that includes chromium and its dependencies.
This ensures users have a complete and functional environment for running Playwright tests.
2025-04-08 13:22:31 -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
2e69f741c0 Updates artifacts folder path
Updates the path to the artifacts folder in the Playwright config.

This ensures that test results are stored in the correct location
within the project structure.
2025-04-08 11:29:47 -04:00
maguire-arman
8a0127156f Handles modal popup on content page
Adds functionality to automatically close a modal popup
that appears on the homepage, ensuring a smoother user
experience.
2025-04-08 11:18:14 -04:00
maguire-arman
b5102ce229 Adds script to run Playwright tests
Adds a script to the `package.json` file for running Playwright tests.

Updates the `.env.dev` file to set the base URL for the QA environment.
2025-04-08 10:56:03 -04:00
CarlNation
d509215643
Merge pull request #2403 from Safelite/rlsmerge/heavy.truck-to-04.24
Rlsmerge/heavy.truck to 04.24
2025-04-08 10:52:26 -04:00
maguire-arman
dacacda7a6 Updates session storage key for order number
changed from submittedOrder to submittedState
2025-04-08 10:47:19 -04:00
scottkiener-at-safelite
9d3dc9832b
Merge branch 'release/2025.04.24' into rlsmerge/heavy.truck-to-04.24 2025-04-08 10:42:08 -04:00
mvalaiyapathi
514df9dac5
Merge pull request #2402 from Safelite/feature/CASH-474
CASH-474 - upon confirmation page refresh, updated the logic to add a…
2025-04-08 10:39:52 -04:00
CarlNation
d37a08b3c6 Merge branch 'release/heavy.truck' into rlsmerge/heavy.truck-04.24 2025-04-08 10:37:37 -04:00
scottkiener-at-safelite
76e5fe65b6
Merge branch 'release/2025.04.24' into feature/CASH-474 2025-04-08 10:30:42 -04:00
scottkiener-at-safelite
b1f4f9696d
Merge pull request #2401 from Safelite/rlsmerge/2025.04.10-to-develop
Release Merge 2025.04.10 to develop
2025-04-08 10:20:47 -04:00
Scott Kiener
00e1998c44 Merge remote-tracking branch 'origin/release/2025.04.10' into rlsmerge/2025.04.10-to-develop 2025-04-08 10:08:34 -04:00
scottkiener-at-safelite
aa8a04f153
Merge pull request #2400 from Safelite/feature/CASH-374
CASH-374 | Remove mocking, clean up code
2025-04-08 10:07:25 -04:00
Scott Kiener
b2f6528aea CASH-374 | Remove mocking, clean up code 2025-04-08 09:58:54 -04:00
maguire-arman
0853d55233 Adds Playwright installation instruction
Adds the instruction to install Playwright dependencies.

This ensures that the necessary browser drivers are available for running Playwright tests.
2025-04-08 09:49:44 -04:00
maguire-arman
d8c934fd6c Normalizes environment variable files
Updates .env files to use a consistent comment style for base URLs.

This change improves readability and maintainability of the
environment configuration files.
2025-04-08 09:49:31 -04:00