Commit graph

13 commits

Author SHA1 Message Date
Scott Kiener
b5e0a564c7 Revert "Merge pull request #2454 from Safelite/feature/CASH-488-fixed"
This reverts commit 1a0ed339ac, reversing
changes made to fc2d0ceecd.
2025-04-30 10:01:42 -04:00
Scott Kiener
de2f501773 Revert "Merge pull request #2458 from Safelite/feature/CASH-530"
This reverts commit dafc79cd64, reversing
changes made to 8ae73d4b6b.
2025-04-30 10:01:27 -04:00
maguire-arman
554841a9b9 Merge branch 'feature/CASH-488-fixed' into feature/CASH-530 2025-04-24 15:55:08 -04:00
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
ac53601a34 Merge 488 into 530
Refactors the date picker component to support pricing by day experiment, including new styling and logic for displaying prices.

Adds a progress bar to the funnel header to visually represent the user's progress through the workflow.

Updates dependencies including axios, and adds axios mock adapter and retry.

Adds new icons and updates styling for various UI components.

Improves logic for handling heavy trucks and closest shops.
2025-04-24 11:51:24 -04:00
maguire-arman
ae4c26499b Uses env var to control content site execution
Updates the workflow to conditionally execute the content site (home page) based on the SKIP_CONTENT_SITE environment variable.
This allows for skipping the content site in specific environments.
Also, removes unused test data properties.
2025-04-24 11:26:21 -04:00
maguire-arman
87b7b8158b changed duplicate check url expect 2025-04-24 11:21:56 -04:00
kpatel8hs4io
932949004e Refactored master script with step decorator feature 2025-04-24 11:17:56 -04:00
kpatel8hs4io
c74a6a7d10 adding more changes 2025-04-21 17:13:15 -04:00
kpatel8hs4io
4344c19a30 Payment method page validation changes 2025-04-21 13:01:53 -04:00
maguire-arman
2510f3c9de Adds skip content site functionality.
Allows skipping the content site (home page) based on an environment variable.
This provides flexibility in test execution, enabling tests to bypass the home
page when it's not relevant to the specific scenario being tested.

The SKIP_CONTENT_SITE environment variable controls whether to skip the content site.
2025-04-10 13:51:18 -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