Commit graph

7 commits

Author SHA1 Message Date
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
kpatel8hs4io
932949004e Refactored master script with step decorator feature 2025-04-24 11:17:56 -04:00
kpatel8hs4io
4344c19a30 Payment method page validation changes 2025-04-21 13:01:53 -04:00
maguire-arman
7d20b0074c Removes PR gate pipeline config
Removes the Playwright tests and related jobs from the Azure Pipelines configuration file. These jobs were unintentionally added to the branch and are no longer needed.
2025-04-10 14:03:06 -04:00
maguire-arman
d443672745 Updates default postal code for customer details
Updates the default postal code in the customer details data.
This ensures that the default data reflects a more accurate or valid postal code for testing purposes.
2025-04-10 11:43:49 -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
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