CLI and Publish Tests

This commit was merged in pull request #63.
This commit is contained in:
2026-06-02 12:12:38 -04:00
parent 7da6f554a8
commit 85834466f1
71 changed files with 511 additions and 54 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.