Some checks are pending
Bidi Control Character Guard / bidi-control-guard (push) Waiting to run
Circular Dependency Check / Check for new circular dependencies (push) Waiting to run
Citus Migration Smoke / Combined migrations on single-node Citus (push) Waiting to run
E2E Fresh Install Tests / fresh-install-e2e (push) Waiting to run
ext-v2 guardrails / Run ext-v2 guard and ESLint (push) Waiting to run
Integration Tests / Check for relevant changes (push) Waiting to run
Integration Tests / ${{ (github.event_name == 'schedule' || github.event.inputs.suite == 'full') && 'Full integration suite' || 'Tier-1 integration subset' }} (push) Blocked by required conditions
Mobile checks / Mobile lint + typecheck (push) Waiting to run
Mobile checks / Mobile unit tests (push) Waiting to run
Mobile checks / Mobile dependency audit (report) (push) Waiting to run
Mobile checks / Mobile reproducibility checks (push) Waiting to run
Secrets guard (env backups) / Ensure no tracked env backup files (push) Waiting to run
Temporal Readiness / fast-readiness (push) Waiting to run
Temporal Readiness / docker-parity (push) Waiting to run
TypeScript Type Check / Nx affected typecheck (push) Waiting to run
Unit Tests / Skipped-test budget (push) Waiting to run
Unit Tests / Nx affected unit tests (push) Waiting to run
Unit Tests / Server unit coverage (informational) (push) Waiting to run
Validate Tenant Management Schema / Check for relevant changes (push) Waiting to run
Validate Tenant Management Schema / Validate Tenant Management Schema (push) Blocked by required conditions
EE Workflows Build Guard / ee-workflows-build-guard (push) Waiting to run
Excluded: .git, node_modules, secrets/, compose.env, assemblyscript tgz Source: /opt/alga-psa on psa.joliet.tech
51 lines
1.3 KiB
JSON
51 lines
1.3 KiB
JSON
{
|
|
"name": "alga-psa-e2e-tests",
|
|
"version": "1.0.0",
|
|
"description": "End-to-end tests for Alga PSA email processing",
|
|
"main": "index.js",
|
|
"type": "module",
|
|
"scripts": {
|
|
"test": "node test-suite.js",
|
|
"test:email": "node tests/email-processing.js",
|
|
"test:workflow": "node tests/workflow-processing.js",
|
|
"test:integration": "node tests/integration.js",
|
|
"setup": "node setup-test-data.js",
|
|
"cleanup": "node cleanup-test-data.js"
|
|
},
|
|
"dependencies": {
|
|
"axios": "^1.16.0",
|
|
"nodemailer": "^8.0.0",
|
|
"pg": "^8.12.0",
|
|
"redis": "^4.7.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^20.0.0"
|
|
},
|
|
"keywords": [
|
|
"e2e",
|
|
"testing",
|
|
"email",
|
|
"workflow"
|
|
],
|
|
"author": "Alga PSA Team",
|
|
"license": "MIT",
|
|
"overrides": {
|
|
"protobufjs": "^7.5.8",
|
|
"@protobufjs/utf8": ">=1.1.1",
|
|
"fast-uri": ">=3.1.2",
|
|
"fast-xml-parser": ">=5.7.0",
|
|
"fast-xml-builder": ">=1.1.7",
|
|
"basic-ftp": ">=5.3.1",
|
|
"picomatch": ">=2.3.2",
|
|
"postcss": ">=8.5.10",
|
|
"ws": ">=8.20.1",
|
|
"dompurify": ">=3.4.0",
|
|
"uuid": ">=11.1.1",
|
|
"follow-redirects": ">=1.16.0",
|
|
"ip-address": ">=10.1.1",
|
|
"vite": ">=6.4.2",
|
|
"lodash": ">=4.18.1",
|
|
"path-to-regexp@0.1": "0.1.12",
|
|
"brace-expansion": ">=1.1.13"
|
|
}
|
|
} |