From e413bab81216ff2d3a043522229fb10097c2dc15 Mon Sep 17 00:00:00 2001 From: Do Siki Date: Sun, 26 Apr 2026 20:20:53 +0200 Subject: [PATCH] refactor: update testing architecture, improve CI/CD workflows, and standardize documentation across the project. --- .agents/types/agent-definition.ts | 0 .agents/types/tools.ts | 0 .agents/types/util-types.ts | 0 .cursor/mcp.json | 0 .github/ISSUE_TEMPLATE/bug_report.md | 0 .github/ISSUE_TEMPLATE/feature_request.md | 0 .github/workflows/ci.yml | 0 .github/workflows/test-reporting.yml | 0 .gitignore | 11 ++++++----- .roo/mcp.json | 0 CLAUDE.md | 0 DOCKER.md | 0 GITHUB-CICD-GUIDE.md | 0 GITHUB-INTEGRATION.md | 0 LICENSE | 0 LINEAR-SYNC-GUIDE.md | 0 README.md | 0 REQUIREMENTS-CATALOG.md | 0 REQUIREMENTS-OVERVIEW.md | 0 SYNC-STATUS-ANALYSIS.md | 0 TEST-MANAGEMENT.md | 0 TEST-REPORTING-IMPLEMENTATION.md | 0 TEST-REPORTING-SYSTEM.md | 0 TODO.md | 0 TODO.md.backup.1757035489023 | 0 TODO.md.backup.1769217893498 | 0 TODO.md.backup.1769218493550 | 0 TODO.md.backup.1769218744341 | 0 TRACEABILITY-MATRIX.md | 0 docker-compose.dev.yml | 0 docker/mongodb/init-mongo.js | 0 ...y Teljes Utmutato - Webfejlesztesi Projekthez.md | 0 ... UI – Uj site letrehozasa és urlap kitoltese.pdf | Bin ...etes kutatási jelentés_ mozdIT Bt. - Modern L.md | 0 docs/fejlesztesi_terv_mozdit.md | 0 ...Generated Image September 02, 2025 - 3_12AM.jpeg | Bin ...nerated Image September 02, 2025 - 3_15AM-2.jpeg | Bin ...Generated Image September 02, 2025 - 3_15AM.jpeg | Bin docs/mcp_integration_patterns_hu.md | 0 ...l_kovetelmeny_dokploy_deploy_specifikacio_mvp.md | 0 knowledge.md | 0 proto/.dockerignore | 0 proto/.gitignore | 0 proto/Dockerfile | 0 proto/README.md | 0 proto/TESTING.md | 0 proto/eslint.config.mjs | 0 proto/functional-area-report.md | 0 proto/gherkin-scenarios.json | 0 proto/integration-results.json | 0 proto/jest.config.integration.js | 0 proto/jest.config.js | 0 proto/jest.config.unit.js | 0 proto/jest.globalSetup.integration.js | 0 proto/jest.globalTeardown.integration.js | 0 proto/jest.setup.integration.js | 0 proto/jest.setup.js | 0 proto/next.config.ts | 0 proto/package-lock.json | 0 proto/package.json | 0 proto/postcss.config.mjs | 0 proto/public/file.svg | 0 proto/public/globe.svg | 0 proto/public/next.svg | 0 proto/public/vercel.svg | 0 proto/public/window.svg | 0 proto/src/__tests__/browser-integration.test.ts | 0 proto/src/__tests__/e2e-docker.test.ts | 0 proto/src/__tests__/integration.test.ts | 0 proto/src/app/api/contact/route.ts | 0 proto/src/app/api/contact/route.unit.test.ts | 0 proto/src/app/api/health/route.test.ts | 0 proto/src/app/api/health/route.ts | 0 proto/src/app/favicon.ico | Bin proto/src/app/globals.css | 0 proto/src/app/kapcsolat/layout.tsx | 0 proto/src/app/kapcsolat/page.tsx | 0 proto/src/app/layout.tsx | 0 proto/src/app/page.tsx | 0 proto/src/app/rolunk/page.tsx | 0 proto/src/app/szolgaltatasok/page.tsx | 0 proto/src/components/Footer.test.tsx | 0 proto/src/components/Footer.tsx | 0 proto/src/components/Header.test.tsx | 0 proto/src/components/Header.tsx | 0 proto/src/components/ThemeProvider.tsx | 0 proto/src/config/site.ts | 0 proto/src/content/common.json | 0 proto/src/content/index.ts | 0 proto/src/content/pages/about.json | 0 proto/src/content/pages/contact.json | 0 proto/src/content/pages/home.json | 0 proto/src/content/pages/services.json | 0 proto/src/content/types.ts | 0 proto/src/lib/logger.test.ts | 0 proto/src/lib/logger.ts | 0 proto/src/lib/mongodb.test.ts | 0 proto/src/lib/mongodb.ts | 0 proto/src/lib/site-config.test.ts | 0 proto/src/lib/site-config.ts | 0 proto/src/types/site.ts | 0 proto/test-coverage-dashboard.md | 0 proto/test-management-report.json | 0 proto/test-results.json | 0 proto/tsconfig.json | 0 scripts/generate-gherkin-reports.js | 0 scripts/sync-test-management.js | 0 scripts/update-tc-issues.js | 0 108 files changed, 6 insertions(+), 5 deletions(-) mode change 100644 => 100755 .agents/types/agent-definition.ts mode change 100644 => 100755 .agents/types/tools.ts mode change 100644 => 100755 .agents/types/util-types.ts mode change 100644 => 100755 .cursor/mcp.json mode change 100644 => 100755 .github/ISSUE_TEMPLATE/bug_report.md mode change 100644 => 100755 .github/ISSUE_TEMPLATE/feature_request.md mode change 100644 => 100755 .github/workflows/ci.yml mode change 100644 => 100755 .github/workflows/test-reporting.yml mode change 100644 => 100755 .gitignore mode change 100644 => 100755 .roo/mcp.json mode change 100644 => 100755 CLAUDE.md mode change 100644 => 100755 DOCKER.md mode change 100644 => 100755 GITHUB-CICD-GUIDE.md mode change 100644 => 100755 GITHUB-INTEGRATION.md mode change 100644 => 100755 LICENSE mode change 100644 => 100755 LINEAR-SYNC-GUIDE.md mode change 100644 => 100755 README.md mode change 100644 => 100755 REQUIREMENTS-CATALOG.md mode change 100644 => 100755 REQUIREMENTS-OVERVIEW.md mode change 100644 => 100755 SYNC-STATUS-ANALYSIS.md mode change 100644 => 100755 TEST-MANAGEMENT.md mode change 100644 => 100755 TEST-REPORTING-IMPLEMENTATION.md mode change 100644 => 100755 TEST-REPORTING-SYSTEM.md mode change 100644 => 100755 TODO.md mode change 100644 => 100755 TODO.md.backup.1757035489023 mode change 100644 => 100755 TODO.md.backup.1769217893498 mode change 100644 => 100755 TODO.md.backup.1769218493550 mode change 100644 => 100755 TODO.md.backup.1769218744341 mode change 100644 => 100755 TRACEABILITY-MATRIX.md mode change 100644 => 100755 docker-compose.dev.yml mode change 100644 => 100755 docker/mongodb/init-mongo.js mode change 100644 => 100755 docs/Dokploy Teljes Utmutato - Webfejlesztesi Projekthez.md mode change 100644 => 100755 docs/Dokploy UI – Uj site letrehozasa és urlap kitoltese.pdf mode change 100644 => 100755 docs/Részletes kutatási jelentés_ mozdIT Bt. - Modern L.md mode change 100644 => 100755 docs/fejlesztesi_terv_mozdit.md mode change 100644 => 100755 docs/logos/Generated Image September 02, 2025 - 3_12AM.jpeg mode change 100644 => 100755 docs/logos/Generated Image September 02, 2025 - 3_15AM-2.jpeg mode change 100644 => 100755 docs/logos/Generated Image September 02, 2025 - 3_15AM.jpeg mode change 100644 => 100755 docs/mcp_integration_patterns_hu.md mode change 100644 => 100755 docs/mozd_it_weboldal_kovetelmeny_dokploy_deploy_specifikacio_mvp.md mode change 100644 => 100755 knowledge.md mode change 100644 => 100755 proto/.dockerignore mode change 100644 => 100755 proto/.gitignore mode change 100644 => 100755 proto/Dockerfile mode change 100644 => 100755 proto/README.md mode change 100644 => 100755 proto/TESTING.md mode change 100644 => 100755 proto/eslint.config.mjs mode change 100644 => 100755 proto/functional-area-report.md mode change 100644 => 100755 proto/gherkin-scenarios.json mode change 100644 => 100755 proto/integration-results.json mode change 100644 => 100755 proto/jest.config.integration.js mode change 100644 => 100755 proto/jest.config.js mode change 100644 => 100755 proto/jest.config.unit.js mode change 100644 => 100755 proto/jest.globalSetup.integration.js mode change 100644 => 100755 proto/jest.globalTeardown.integration.js mode change 100644 => 100755 proto/jest.setup.integration.js mode change 100644 => 100755 proto/jest.setup.js mode change 100644 => 100755 proto/next.config.ts mode change 100644 => 100755 proto/package-lock.json mode change 100644 => 100755 proto/package.json mode change 100644 => 100755 proto/postcss.config.mjs mode change 100644 => 100755 proto/public/file.svg mode change 100644 => 100755 proto/public/globe.svg mode change 100644 => 100755 proto/public/next.svg mode change 100644 => 100755 proto/public/vercel.svg mode change 100644 => 100755 proto/public/window.svg mode change 100644 => 100755 proto/src/__tests__/browser-integration.test.ts mode change 100644 => 100755 proto/src/__tests__/e2e-docker.test.ts mode change 100644 => 100755 proto/src/__tests__/integration.test.ts mode change 100644 => 100755 proto/src/app/api/contact/route.ts mode change 100644 => 100755 proto/src/app/api/contact/route.unit.test.ts mode change 100644 => 100755 proto/src/app/api/health/route.test.ts mode change 100644 => 100755 proto/src/app/api/health/route.ts mode change 100644 => 100755 proto/src/app/favicon.ico mode change 100644 => 100755 proto/src/app/globals.css mode change 100644 => 100755 proto/src/app/kapcsolat/layout.tsx mode change 100644 => 100755 proto/src/app/kapcsolat/page.tsx mode change 100644 => 100755 proto/src/app/layout.tsx mode change 100644 => 100755 proto/src/app/page.tsx mode change 100644 => 100755 proto/src/app/rolunk/page.tsx mode change 100644 => 100755 proto/src/app/szolgaltatasok/page.tsx mode change 100644 => 100755 proto/src/components/Footer.test.tsx mode change 100644 => 100755 proto/src/components/Footer.tsx mode change 100644 => 100755 proto/src/components/Header.test.tsx mode change 100644 => 100755 proto/src/components/Header.tsx mode change 100644 => 100755 proto/src/components/ThemeProvider.tsx mode change 100644 => 100755 proto/src/config/site.ts mode change 100644 => 100755 proto/src/content/common.json mode change 100644 => 100755 proto/src/content/index.ts mode change 100644 => 100755 proto/src/content/pages/about.json mode change 100644 => 100755 proto/src/content/pages/contact.json mode change 100644 => 100755 proto/src/content/pages/home.json mode change 100644 => 100755 proto/src/content/pages/services.json mode change 100644 => 100755 proto/src/content/types.ts mode change 100644 => 100755 proto/src/lib/logger.test.ts mode change 100644 => 100755 proto/src/lib/logger.ts mode change 100644 => 100755 proto/src/lib/mongodb.test.ts mode change 100644 => 100755 proto/src/lib/mongodb.ts mode change 100644 => 100755 proto/src/lib/site-config.test.ts mode change 100644 => 100755 proto/src/lib/site-config.ts mode change 100644 => 100755 proto/src/types/site.ts mode change 100644 => 100755 proto/test-coverage-dashboard.md mode change 100644 => 100755 proto/test-management-report.json mode change 100644 => 100755 proto/test-results.json mode change 100644 => 100755 proto/tsconfig.json mode change 100644 => 100755 scripts/generate-gherkin-reports.js mode change 100644 => 100755 scripts/sync-test-management.js mode change 100644 => 100755 scripts/update-tc-issues.js diff --git a/.agents/types/agent-definition.ts b/.agents/types/agent-definition.ts old mode 100644 new mode 100755 diff --git a/.agents/types/tools.ts b/.agents/types/tools.ts old mode 100644 new mode 100755 diff --git a/.agents/types/util-types.ts b/.agents/types/util-types.ts old mode 100644 new mode 100755 diff --git a/.cursor/mcp.json b/.cursor/mcp.json old mode 100644 new mode 100755 diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md old mode 100644 new mode 100755 diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md old mode 100644 new mode 100755 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml old mode 100644 new mode 100755 diff --git a/.github/workflows/test-reporting.yml b/.github/workflows/test-reporting.yml old mode 100644 new mode 100755 diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 index ce50920..a811973 --- a/.gitignore +++ b/.gitignore @@ -1,19 +1,20 @@ # See https://help.github.com/articles/ignoring-files/ for more about ignoring files. # dependencies -/node_modules +node_modules/ /.pnp .pnp.js # testing -/coverage +coverage/ # next.js -/.next/ -/out/ +.next/ +out/ # production -/build +build/ +dist/ # misc .DS_Store diff --git a/.roo/mcp.json b/.roo/mcp.json old mode 100644 new mode 100755 diff --git a/CLAUDE.md b/CLAUDE.md old mode 100644 new mode 100755 diff --git a/DOCKER.md b/DOCKER.md old mode 100644 new mode 100755 diff --git a/GITHUB-CICD-GUIDE.md b/GITHUB-CICD-GUIDE.md old mode 100644 new mode 100755 diff --git a/GITHUB-INTEGRATION.md b/GITHUB-INTEGRATION.md old mode 100644 new mode 100755 diff --git a/LICENSE b/LICENSE old mode 100644 new mode 100755 diff --git a/LINEAR-SYNC-GUIDE.md b/LINEAR-SYNC-GUIDE.md old mode 100644 new mode 100755 diff --git a/README.md b/README.md old mode 100644 new mode 100755 diff --git a/REQUIREMENTS-CATALOG.md b/REQUIREMENTS-CATALOG.md old mode 100644 new mode 100755 diff --git a/REQUIREMENTS-OVERVIEW.md b/REQUIREMENTS-OVERVIEW.md old mode 100644 new mode 100755 diff --git a/SYNC-STATUS-ANALYSIS.md b/SYNC-STATUS-ANALYSIS.md old mode 100644 new mode 100755 diff --git a/TEST-MANAGEMENT.md b/TEST-MANAGEMENT.md old mode 100644 new mode 100755 diff --git a/TEST-REPORTING-IMPLEMENTATION.md b/TEST-REPORTING-IMPLEMENTATION.md old mode 100644 new mode 100755 diff --git a/TEST-REPORTING-SYSTEM.md b/TEST-REPORTING-SYSTEM.md old mode 100644 new mode 100755 diff --git a/TODO.md b/TODO.md old mode 100644 new mode 100755 diff --git a/TODO.md.backup.1757035489023 b/TODO.md.backup.1757035489023 old mode 100644 new mode 100755 diff --git a/TODO.md.backup.1769217893498 b/TODO.md.backup.1769217893498 old mode 100644 new mode 100755 diff --git a/TODO.md.backup.1769218493550 b/TODO.md.backup.1769218493550 old mode 100644 new mode 100755 diff --git a/TODO.md.backup.1769218744341 b/TODO.md.backup.1769218744341 old mode 100644 new mode 100755 diff --git a/TRACEABILITY-MATRIX.md b/TRACEABILITY-MATRIX.md old mode 100644 new mode 100755 diff --git a/docker-compose.dev.yml b/docker-compose.dev.yml old mode 100644 new mode 100755 diff --git a/docker/mongodb/init-mongo.js b/docker/mongodb/init-mongo.js old mode 100644 new mode 100755 diff --git a/docs/Dokploy Teljes Utmutato - Webfejlesztesi Projekthez.md b/docs/Dokploy Teljes Utmutato - Webfejlesztesi Projekthez.md old mode 100644 new mode 100755 diff --git a/docs/Dokploy UI – Uj site letrehozasa és urlap kitoltese.pdf b/docs/Dokploy UI – Uj site letrehozasa és urlap kitoltese.pdf old mode 100644 new mode 100755 diff --git a/docs/Részletes kutatási jelentés_ mozdIT Bt. - Modern L.md b/docs/Részletes kutatási jelentés_ mozdIT Bt. - Modern L.md old mode 100644 new mode 100755 diff --git a/docs/fejlesztesi_terv_mozdit.md b/docs/fejlesztesi_terv_mozdit.md old mode 100644 new mode 100755 diff --git a/docs/logos/Generated Image September 02, 2025 - 3_12AM.jpeg b/docs/logos/Generated Image September 02, 2025 - 3_12AM.jpeg old mode 100644 new mode 100755 diff --git a/docs/logos/Generated Image September 02, 2025 - 3_15AM-2.jpeg b/docs/logos/Generated Image September 02, 2025 - 3_15AM-2.jpeg old mode 100644 new mode 100755 diff --git a/docs/logos/Generated Image September 02, 2025 - 3_15AM.jpeg b/docs/logos/Generated Image September 02, 2025 - 3_15AM.jpeg old mode 100644 new mode 100755 diff --git a/docs/mcp_integration_patterns_hu.md b/docs/mcp_integration_patterns_hu.md old mode 100644 new mode 100755 diff --git a/docs/mozd_it_weboldal_kovetelmeny_dokploy_deploy_specifikacio_mvp.md b/docs/mozd_it_weboldal_kovetelmeny_dokploy_deploy_specifikacio_mvp.md old mode 100644 new mode 100755 diff --git a/knowledge.md b/knowledge.md old mode 100644 new mode 100755 diff --git a/proto/.dockerignore b/proto/.dockerignore old mode 100644 new mode 100755 diff --git a/proto/.gitignore b/proto/.gitignore old mode 100644 new mode 100755 diff --git a/proto/Dockerfile b/proto/Dockerfile old mode 100644 new mode 100755 diff --git a/proto/README.md b/proto/README.md old mode 100644 new mode 100755 diff --git a/proto/TESTING.md b/proto/TESTING.md old mode 100644 new mode 100755 diff --git a/proto/eslint.config.mjs b/proto/eslint.config.mjs old mode 100644 new mode 100755 diff --git a/proto/functional-area-report.md b/proto/functional-area-report.md old mode 100644 new mode 100755 diff --git a/proto/gherkin-scenarios.json b/proto/gherkin-scenarios.json old mode 100644 new mode 100755 diff --git a/proto/integration-results.json b/proto/integration-results.json old mode 100644 new mode 100755 diff --git a/proto/jest.config.integration.js b/proto/jest.config.integration.js old mode 100644 new mode 100755 diff --git a/proto/jest.config.js b/proto/jest.config.js old mode 100644 new mode 100755 diff --git a/proto/jest.config.unit.js b/proto/jest.config.unit.js old mode 100644 new mode 100755 diff --git a/proto/jest.globalSetup.integration.js b/proto/jest.globalSetup.integration.js old mode 100644 new mode 100755 diff --git a/proto/jest.globalTeardown.integration.js b/proto/jest.globalTeardown.integration.js old mode 100644 new mode 100755 diff --git a/proto/jest.setup.integration.js b/proto/jest.setup.integration.js old mode 100644 new mode 100755 diff --git a/proto/jest.setup.js b/proto/jest.setup.js old mode 100644 new mode 100755 diff --git a/proto/next.config.ts b/proto/next.config.ts old mode 100644 new mode 100755 diff --git a/proto/package-lock.json b/proto/package-lock.json old mode 100644 new mode 100755 diff --git a/proto/package.json b/proto/package.json old mode 100644 new mode 100755 diff --git a/proto/postcss.config.mjs b/proto/postcss.config.mjs old mode 100644 new mode 100755 diff --git a/proto/public/file.svg b/proto/public/file.svg old mode 100644 new mode 100755 diff --git a/proto/public/globe.svg b/proto/public/globe.svg old mode 100644 new mode 100755 diff --git a/proto/public/next.svg b/proto/public/next.svg old mode 100644 new mode 100755 diff --git a/proto/public/vercel.svg b/proto/public/vercel.svg old mode 100644 new mode 100755 diff --git a/proto/public/window.svg b/proto/public/window.svg old mode 100644 new mode 100755 diff --git a/proto/src/__tests__/browser-integration.test.ts b/proto/src/__tests__/browser-integration.test.ts old mode 100644 new mode 100755 diff --git a/proto/src/__tests__/e2e-docker.test.ts b/proto/src/__tests__/e2e-docker.test.ts old mode 100644 new mode 100755 diff --git a/proto/src/__tests__/integration.test.ts b/proto/src/__tests__/integration.test.ts old mode 100644 new mode 100755 diff --git a/proto/src/app/api/contact/route.ts b/proto/src/app/api/contact/route.ts old mode 100644 new mode 100755 diff --git a/proto/src/app/api/contact/route.unit.test.ts b/proto/src/app/api/contact/route.unit.test.ts old mode 100644 new mode 100755 diff --git a/proto/src/app/api/health/route.test.ts b/proto/src/app/api/health/route.test.ts old mode 100644 new mode 100755 diff --git a/proto/src/app/api/health/route.ts b/proto/src/app/api/health/route.ts old mode 100644 new mode 100755 diff --git a/proto/src/app/favicon.ico b/proto/src/app/favicon.ico old mode 100644 new mode 100755 diff --git a/proto/src/app/globals.css b/proto/src/app/globals.css old mode 100644 new mode 100755 diff --git a/proto/src/app/kapcsolat/layout.tsx b/proto/src/app/kapcsolat/layout.tsx old mode 100644 new mode 100755 diff --git a/proto/src/app/kapcsolat/page.tsx b/proto/src/app/kapcsolat/page.tsx old mode 100644 new mode 100755 diff --git a/proto/src/app/layout.tsx b/proto/src/app/layout.tsx old mode 100644 new mode 100755 diff --git a/proto/src/app/page.tsx b/proto/src/app/page.tsx old mode 100644 new mode 100755 diff --git a/proto/src/app/rolunk/page.tsx b/proto/src/app/rolunk/page.tsx old mode 100644 new mode 100755 diff --git a/proto/src/app/szolgaltatasok/page.tsx b/proto/src/app/szolgaltatasok/page.tsx old mode 100644 new mode 100755 diff --git a/proto/src/components/Footer.test.tsx b/proto/src/components/Footer.test.tsx old mode 100644 new mode 100755 diff --git a/proto/src/components/Footer.tsx b/proto/src/components/Footer.tsx old mode 100644 new mode 100755 diff --git a/proto/src/components/Header.test.tsx b/proto/src/components/Header.test.tsx old mode 100644 new mode 100755 diff --git a/proto/src/components/Header.tsx b/proto/src/components/Header.tsx old mode 100644 new mode 100755 diff --git a/proto/src/components/ThemeProvider.tsx b/proto/src/components/ThemeProvider.tsx old mode 100644 new mode 100755 diff --git a/proto/src/config/site.ts b/proto/src/config/site.ts old mode 100644 new mode 100755 diff --git a/proto/src/content/common.json b/proto/src/content/common.json old mode 100644 new mode 100755 diff --git a/proto/src/content/index.ts b/proto/src/content/index.ts old mode 100644 new mode 100755 diff --git a/proto/src/content/pages/about.json b/proto/src/content/pages/about.json old mode 100644 new mode 100755 diff --git a/proto/src/content/pages/contact.json b/proto/src/content/pages/contact.json old mode 100644 new mode 100755 diff --git a/proto/src/content/pages/home.json b/proto/src/content/pages/home.json old mode 100644 new mode 100755 diff --git a/proto/src/content/pages/services.json b/proto/src/content/pages/services.json old mode 100644 new mode 100755 diff --git a/proto/src/content/types.ts b/proto/src/content/types.ts old mode 100644 new mode 100755 diff --git a/proto/src/lib/logger.test.ts b/proto/src/lib/logger.test.ts old mode 100644 new mode 100755 diff --git a/proto/src/lib/logger.ts b/proto/src/lib/logger.ts old mode 100644 new mode 100755 diff --git a/proto/src/lib/mongodb.test.ts b/proto/src/lib/mongodb.test.ts old mode 100644 new mode 100755 diff --git a/proto/src/lib/mongodb.ts b/proto/src/lib/mongodb.ts old mode 100644 new mode 100755 diff --git a/proto/src/lib/site-config.test.ts b/proto/src/lib/site-config.test.ts old mode 100644 new mode 100755 diff --git a/proto/src/lib/site-config.ts b/proto/src/lib/site-config.ts old mode 100644 new mode 100755 diff --git a/proto/src/types/site.ts b/proto/src/types/site.ts old mode 100644 new mode 100755 diff --git a/proto/test-coverage-dashboard.md b/proto/test-coverage-dashboard.md old mode 100644 new mode 100755 diff --git a/proto/test-management-report.json b/proto/test-management-report.json old mode 100644 new mode 100755 diff --git a/proto/test-results.json b/proto/test-results.json old mode 100644 new mode 100755 diff --git a/proto/tsconfig.json b/proto/tsconfig.json old mode 100644 new mode 100755 diff --git a/scripts/generate-gherkin-reports.js b/scripts/generate-gherkin-reports.js old mode 100644 new mode 100755 diff --git a/scripts/sync-test-management.js b/scripts/sync-test-management.js old mode 100644 new mode 100755 diff --git a/scripts/update-tc-issues.js b/scripts/update-tc-issues.js old mode 100644 new mode 100755