No description
Find a file
chase-safelite 55bb84cca4
Jira writeback reporter to add subtasks with test results (#935)
* 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
2025-04-09 10:36:30 -04:00
devops/scripts Jira Writeback Integration for Playwright tests (#927) 2025-03-06 15:28:06 -05:00
playwright-tests Jira writeback reporter to add subtasks with test results (#935) 2025-04-09 10:36:30 -04:00
public Replacing Roboto styling with AvertaRegular in the hop 2025-03-12 11:00:52 -04:00
src Updating label font weight to 600 2025-03-24 10:07:34 -04:00
.browserslistrc Init 2022-09-06 15:28:59 -04:00
.eslintrc.js SSR-659. Replace hard-coded BillToNumber. (#615) 2024-04-12 14:30:04 -04:00
.gitignore Revert "Merge remote-tracking branch 'origin/feature/INSR-2140' into sshaik/develop" 2025-03-04 16:27:02 -05:00
azure-pipelines.yml Jira writeback reporter to add subtasks with test results (#935) 2025-04-09 10:36:30 -04:00
babel.config.js Reverting Commit #386 from linting9 branch. 2023-08-02 10:45:39 -04:00
Dockerfile.playwright Jira Writeback Integration for Playwright tests (#927) 2025-03-06 15:28:06 -05:00
jest.config.js Additional linting and updates. Mostly digital-components. 2023-08-15 07:05:55 -04:00
jsconfig.json Linting changes to ux-compontents 2023-07-24 14:27:39 -04:00
package-lock.json latest updates from QA repo 2025-02-18 14:41:05 -05:00
package.json latest updates from QA repo 2025-02-18 14:41:05 -05:00
README.md Init 2022-09-06 15:28:59 -04:00
vue.config.js Updated local to point to the DEV instance of the hop for ISS. (this is new) 2024-11-07 11:33:52 -05:00
vue.release.config.js SSR-1117. Order Confirmation page: Add Customer Portal integration (#598) 2024-03-21 14:51:55 -04:00

digitalconsumer.iss

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your unit tests

npm run test:unit

Customize configuration

See Configuration Reference.