feat(e2e): add freight e2e docker-compose stack with isolated services

This commit is contained in:
Nathnael
2026-07-21 11:00:02 +00:00
parent 2a35ee97fa
commit b8b8c4adf7
19 changed files with 1701 additions and 54 deletions

View File

@@ -23,6 +23,11 @@
"format": "prettier --write \"**/*.{ts,tsx,json,md}\"",
"docker:build": "docker compose build",
"docker:up": "docker compose up -d",
"e2e:freight:up": "docker compose -f docker-compose.e2e.yaml up -d --build --wait",
"e2e:freight:open": "pnpm --filter @edr/freight-e2e cy:open",
"e2e:freight:run": "pnpm --filter @edr/freight-e2e cy:run",
"e2e:freight:ci": "docker compose -f docker-compose.e2e.yaml --profile cypress run --rm cypress",
"e2e:freight:down": "docker compose -f docker-compose.e2e.yaml down -v --remove-orphans",
"prepare": "husky"
},
"devDependencies": {