From 79084ddaa7203d9ba5f2a72330756741b086d2ec Mon Sep 17 00:00:00 2001 From: Rain <958414905@qq.com> Date: Fri, 6 Oct 2023 19:20:19 +0800 Subject: [PATCH] chore(e2e): add a simplified version of the command --- package.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/package.json b/package.json index e9d834d7a..8216745fc 100644 --- a/package.json +++ b/package.json @@ -29,6 +29,9 @@ "test:e2e:codegen": "tsx ./scripts/codegen.setup.ts", "test:e2e:server": "tsx ./scripts/nocobase.setup.ts", "tc": "yarn test:client", + "te": "yarn test:e2e", + "tec": "yarn test:e2e:codegen", + "tes": "yarn test:e2e:server", "doc": "nocobase doc", "postinstall": "nocobase postinstall", "lint": "eslint .",