* Initial regression pipeline * Progress toward Jira API Util changes * Updated Regression run and Jira Writeback Reporter to work together * Temporarily disabled cron * Allow Jira Writeback Reporter to set UAT tester * Updates to azure-pipelines to avoid using jira command line * Deleted unused script * Changed pool to default * Added back closing quote * Added missing paren * Set up cron schedule
38 lines
387 B
Text
38 lines
387 B
Text
.DS_Store
|
|
node_modules
|
|
/dist
|
|
|
|
|
|
# local env files
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Log files
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
|
|
# Editor directories and files
|
|
.idea
|
|
.vscode
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|
|
|
|
# Playwright
|
|
/test-results/
|
|
/playwright-report/
|
|
/blob-report/
|
|
/playwright/.cache/
|
|
artifacts/
|
|
ortoni-report/
|
|
|
|
# Misc
|
|
coverage/*
|
|
junit.xml
|
|
/.vs
|
|
|
|
.prettierrc
|