We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6ba0cc4 commit 153de5aCopy full SHA for 153de5a
package.json
@@ -6,6 +6,7 @@
6
"pretest": "./scripts/build-image.sh",
7
"test": "npm run lint && npm run build && npm run test:unit && npm run test:integration",
8
"test:unit": "NODE_ENV=test tap test/unit",
9
+ "test:system": "tap test/system --timeout=600",
10
"test:integration": "TEST_PLATFORM=kind CREATE_CLUSTER=true tap test/integration/kubernetes.test.ts --timeout=1200",
11
"test:integration:kind": "TEST_PLATFORM=kind CREATE_CLUSTER=true tap test/integration/kubernetes.test.ts --timeout=1200",
12
"test:integration:eks": "TEST_PLATFORM=eks CREATE_CLUSTER=false tap test/integration/kubernetes.test.ts --timeout=1200",
0 commit comments