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
* Progress toward Jira integration
* Jira Writeback reporter working
* Added correct timeouts
* Added Jira Writeback reporter to pipeline
* Added tag for testing
* Removed unnecessary async
* Fixed rate limit issue
* Moved to only transition existing test case subtasks
* Changing to transition issues by key
* Enabled mocking for scenario 2
* Added better error handling in api util
* Changed workers to 1 to eliminate duplicate test runs
* Streamlined batch creation and retry check
* Modified test data structure to remove undeterministic sort
* Increased workers
* Increased heap size for jira upload
* Cleanup
* Made logs more specific for JiraWritebackReporter
* 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