hostctl 0.1.41 → 0.1.42

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hostctl",
3
- "version": "0.1.41",
3
+ "version": "0.1.42",
4
4
  "description": "hostctl is a tool that runs task scripts against hosts.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -35,6 +35,7 @@
35
35
  "test:e2e:run": "vitest run --project e2e",
36
36
  "test:e2e:all": "./scripts/e2e-all.sh",
37
37
  "test:e2e:files": "./scripts/e2e-files.sh",
38
+ "test:e2e:e2eseq": "VITEST_PROJECT=e2e VITEST_INCLUDE=\"test/e2e/e2eseq/**/*.e2e.test.ts\" vitest run",
38
39
  "test:file": "vitest run",
39
40
  "test:unit:file": "VITEST_PROJECT=unit-functional vitest run",
40
41
  "test:pkg:abstract:file": "VITEST_PROJECT=e2e VITEST_INCLUDE=\"test/e2e/core.pkg.abstract.dynamic.e2e.test.ts\" vitest run",