Commit graph

25 commits

Author SHA1 Message Date
JennyNou
36233faf93 Update name for imported test 2026-04-01 10:27:45 -04:00
JennyNou
4991cfa13b Remove price service bailout 2026-04-01 08:54:55 -04:00
JennyNou
fd98a3b29a Update flows for bailout scenarios 2026-03-30 20:53:20 -04:00
JennyNou
cb1d606044 Fix test to correct bailout scenario 2026-03-26 14:35:01 -04:00
JennyNou
8c2bf8e8a7 Reorganize import 2026-03-26 09:59:47 -04:00
JennyNou
adc0a013a8 Remove comments 2026-03-26 09:53:15 -04:00
JennyNou
b9dd5fe7ac Fix bailout test 2026-03-25 16:12:28 -04:00
JennyNou
8b9ac1ac70 Fix for bailout tests 2026-03-25 09:47:27 -04:00
JennyNou
8490a6a290 Update flows to fix playwright tests 2026-03-24 11:23:40 -04:00
Rob Donahey
d539df9550
Feature/insr 7038: Playwright tests for big truck scenarios (#963)
List of commits in this pr:

* Begin essential Playwright test cases for big truck

* Implement non serviceable big truck vin lookup and fix test case tags

* Rename non serviceable vin cases

* Common sense .env.dev example

* Move extraneous stuff to .env.example

* Add playwright environment file to gitignore

* Stop tracking .env.dev

* Specify file ignore

* Ignore .env

* Implement advanced tests for big truck

* Remove duplicate smoke test

* Implement PR feedback

* Add  comments to type definitions for clarity for any future uses

* More descriptive env comment
2025-10-16 16:07:01 -04:00
Siraj Shaik
5f515a39ec Scnario-30a is added. 2025-03-17 11:04:00 -04:00
Siraj Shaik
9214a62361 Scenario-29a is added. 2025-03-13 11:56:27 -04:00
Siraj Shaik
8c0f5844a1 Scenario-28a is added. 2025-03-11 13:13:23 -04:00
Siraj Shaik
34b7897e03 Merge remote-tracking branch 'origin/feature/INSR-2126' into sshaik/develop 2025-03-11 12:01:26 -04:00
Siraj Shaik
138ab89be8 Scenario-26a is added 2025-03-11 10:48:37 -04:00
Alex Humphries
4059bd4a88 Add special validation for order confirmation 2025-03-11 10:29:12 -04:00
Siraj Shaik
394180cfc7 Merge remote-tracking branch 'origin/feature/INSR-2126' into sshaik/develop 2025-03-10 12:14:12 -04:00
Siraj Shaik
df807f9534 Scenario 25 is added. 2025-03-10 10:55:29 -04:00
Alex Humphries
49c951fe25 Update validateURL to account for variations in query string
In scenarios that reach the order confirmation page, the query string
includes more than the issPageValue, whiche was breaking validateURL
2025-03-07 11:47:06 -05:00
Alex Humphries
b935cf0efa Fixed some failing tests, some tweaks to url validation
Extending URL validation timeout and adding some more logging/stepping
to better see what is happening during tests
2025-03-07 11:01:59 -05:00
Alex Humphries
cf4c4d8585 Added url validation
Changed existing validateURL function on BasePage to WaitForURL, and
added a new function for checking the url of the page. Added calls
to this function throughout the workflow, on each page change
2025-03-06 16:15:58 -05:00
Siraj Shaik
f664515c46 Scenario 0024a is added 2025-03-04 16:21:08 -05:00
Siraj Shaik
bef1122005 Scenario 23a is added. 2025-02-24 15:00:29 -05:00
Siraj Shaik
6d5a0524e3 latest updates from QA repo
21 and 22 scenarios were added
Mock responses refactored.
2025-02-18 14:41:05 -05:00
chase-safelite
5d3ab0ef59
Added playwright tests into repo (#923)
* Initial import of playwright tests

* Pipeline changes for automated tests

* Modified pipeline for testing

* Attempt #2

* Attempt #3

* Added missing paren

* Removed debug stuff from pipeline

* Changes from playwright repo

* Changed pipeline for debugging

* Fix for ServiceLocationPage playwright locators

* Change pipeline to run with TEST APIs

* Moved more of Siraj's changes to this repo

* Changed where updating env occurs

* Changed location of env update again

* Escaped double quotes

* Added visible report in Azure

* Moved changes into main pipeline

* Made it so dotenv only runs config in local
2025-02-14 09:54:11 -05:00