Playwright start

This commit is contained in:
2026-05-30 10:04:12 -04:00
parent 73f29cea08
commit 1f7a0819fc
108 changed files with 37445 additions and 62 deletions
@@ -0,0 +1,13 @@
---
type: Task
status: Done
category:
---
Make page object pattern structure for the Build Calculator and all it's components.
I am referring to the build calculator found here: IGP\Pages\BuildCalculator\BuildCalculatorPage.razor. Save the page object patter structure here: Playwright/pages
Each of it's components should be in a sub folder called buildCalculator.
This will be used later to make new playwright tests.