Move regression tests to private repository
CI / verify (push) Waiting to run

This commit is contained in:
Sucukdeluxe
2026-09-22 06:55:29 +02:00
parent f88cfd73e6
commit 2810ff8d98
78 changed files with 11 additions and 24101 deletions
+1 -75
View File
@@ -96,78 +96,6 @@ const sourceFiles = [
'services/backup-api/package.json',
'services/backup-api/src/cli.mjs',
'services/backup-api/src/server.mjs',
'services/backup-api/test/server.test.mjs',
'tests/online-backup-recovery.test.js',
'tests/account-auth.test.js',
'tests/account-rotation.test.js',
'tests/account-status.test.js',
'tests/automation-control.test.js',
'tests/auto-resume.test.js',
'tests/backup-crypto.test.js',
'tests/byse-reject-recovery.test.js',
'tests/coalesced-set.test.js',
'tests/config-store.test.js',
'tests/diagnostics-agent.test.js',
'tests/diagnostics-collectors.test.js',
'tests/diagnostics-protocol.test.js',
'tests/dev-runner.test.js',
'tests/doodstream-api-upload.test.js',
'tests/doodstream-upload.test.js',
'tests/file-probe.test.js',
'tests/file-discovery.test.js',
'tests/folder-monitor.test.js',
'tests/history-status.test.js',
'tests/history-retention.test.js',
'tests/import-preflight.test.js',
'tests/hosters.test.js',
'tests/i18n.test.js',
'tests/ip-allowlist.test.js',
'tests/log-mode.test.js',
'tests/log-policy.test.js',
'tests/log-rotation.test.js',
'tests/online-backup-service.test.js',
'tests/online-backup.test.js',
'tests/online-backup-keyring.test.js',
'tests/online-backup-manager.test.js',
'tests/orphan-tmp.test.js',
'tests/package-build-files.test.js',
'tests/public-release-verifier.test.js',
'tests/queue-dedup-property.test.js',
'tests/queue-dedup.test.js',
'tests/queue-persistence-scenario.test.js',
'tests/queue-prune.test.js',
'tests/queue-stats.test.js',
'tests/remote-config.test.js',
'tests/remote-server.test.js',
'tests/semaphore.test.js',
'tests/secret-store.test.js',
'tests/serialized-runner.test.js',
'tests/settings-backup.test.js',
'tests/settings-import-gate.test.js',
'tests/speed-history.test.js',
'tests/source-cleanup-policy.test.js',
'tests/source-delete-journal.test.js',
'tests/source-file-cleanup.test.js',
'tests/startup-renderer.test.js',
'tests/stats.test.js',
'tests/support-bundle.test.js',
'tests/support/ui-network-safety.js',
'tests/suspect-reject-alternates.test.js',
'tests/throttle-timer.test.js',
'tests/throttle.test.js',
'tests/throttled-cache.test.js',
'tests/ui-network-safety.test.js',
'tests/ui-smoke.js',
'tests/updater-version.test.js',
'tests/upload-audit.test.js',
'tests/upload-log.test.js',
'tests/upload-confirmation.test.js',
'tests/upload-diagnostics.test.js',
'tests/upload-manager.test.js',
'tests/vidmoly-upload.test.js',
'tests/session-report.test.js',
'tests/validate-credentials.test.js',
'tests/webhook-notify.test.js'
];
const screenshotFiles = [
'assets/product-overview.png',
@@ -182,9 +110,7 @@ const binaryExtensions = new Set(['.ico', '.png']);
const expectedScripts = {
start: 'electron .',
dev: 'node scripts/dev-runner.cjs',
test: 'node --test tests/*.test.js tests/ui-smoke.js',
'test:backup-api': 'npm --prefix services/backup-api test',
verify: 'npm run lint && npm test && npm run test:backup-api && npm audit --omit=dev',
verify: 'npm run lint && npm audit --omit=dev',
lint: 'eslint .',
dist: 'electron-builder --publish never --win',
'release:win': 'electron-builder --publish never --win nsis portable'