feat: add registry deploy-on-push scenario
This commit is contained in:
@@ -0,0 +1,29 @@
|
||||
{
|
||||
"name": "@serve.zone/testing",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"description": "Whole-system integration scenarios for serve.zone components.",
|
||||
"scripts": {
|
||||
"bootstrap:components": "pnpm --dir ../interfaces install && pnpm --dir ../api install && pnpm --dir ../cloudly install && pnpm --dir ../coreflow install && pnpm --dir ../coretraffic install && pnpm install",
|
||||
"test": "pnpm scenario:registry-deploy-on-push",
|
||||
"scenario:registry-deploy-on-push": "tsx --tsconfig ../cloudly/tsconfig.json scenarios/registry-deploy-on-push/scenario.ts",
|
||||
"vagrant:up": "vagrant up",
|
||||
"vagrant:test": "vagrant ssh -c 'cd /serve.zone/testing && pnpm bootstrap:components && pnpm scenario:registry-deploy-on-push'",
|
||||
"vagrant:destroy": "vagrant destroy -f"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@git.zone/tstest": "2.3.8",
|
||||
"@push.rocks/smartnetwork": "4.4.0",
|
||||
"@types/node": "^22.0.0",
|
||||
"tsx": "^4.20.6",
|
||||
"typescript": "^5.9.3"
|
||||
},
|
||||
"pnpm": {
|
||||
"overrides": {
|
||||
"@push.rocks/smarts3": "2.2.6",
|
||||
"is-generator-function": "1.1.0"
|
||||
}
|
||||
},
|
||||
"packageManager": "pnpm@10.7.0+sha512.6b865ad4b62a1d9842b61d674a393903b871d9244954f652b8842c2b553c72176b278f64c463e52d40fff8aba385c235c8c9ecf5cc7de4fd78b8bb6d49633ab6"
|
||||
}
|
||||
Reference in New Issue
Block a user