Skip to content

Commit 0f74312

Browse files
committed
test: switch system tests to Jest
1 parent 83f82c3 commit 0f74312

File tree

5 files changed

+218
-7299
lines changed

5 files changed

+218
-7299
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"pretest": "./scripts/docker/build-image.sh",
77
"test": "npm run lint && npm run build && npm run test:unit && npm run test:integration:kind:helm",
88
"test:unit": "NODE_ENV=test tap test/unit --timeout=300",
9-
"test:system": "tap test/system --timeout=600",
9+
"test:system": "jest --logHeapUsage --ci --maxWorkers=1 test/system",
1010
"test:integration:kind:yaml": "DEPLOYMENT_TYPE=YAML TEST_PLATFORM=kind CREATE_CLUSTER=true jest --logHeapUsage --ci --maxWorkers=1 test/integration/kubernetes.spec.ts",
1111
"test:integration:kind:helm": "DEPLOYMENT_TYPE=Helm TEST_PLATFORM=kind CREATE_CLUSTER=true jest --logHeapUsage --ci --maxWorkers=1 test/integration/kubernetes.spec.ts",
1212
"test:integration:kind:proxy": "DEPLOYMENT_TYPE=Proxy TEST_PLATFORM=kind CREATE_CLUSTER=true jest --logHeapUsage --ci --maxWorkers=1 test/integration/kubernetes.spec.ts",

0 commit comments

Comments
 (0)