feat: collection CLI runner with iterations and data feed (#4475)

Co-authored-by: Shoban <mshobanr@ford.com>
Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com>
This commit is contained in:
shobanrajm
2024-11-22 22:38:51 +05:30
committed by GitHub
parent e040f44245
commit b78cd57884
16 changed files with 705 additions and 320 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@hoppscotch/cli",
"version": "0.12.0",
"version": "0.13.0",
"description": "A CLI to run Hoppscotch test scripts in CI environments.",
"homepage": "https://hoppscotch.io",
"type": "module",
@@ -51,7 +51,8 @@
"qs": "6.13.0",
"verzod": "0.2.3",
"xmlbuilder2": "3.1.1",
"zod": "3.23.8"
"zod": "3.23.8",
"papaparse": "5.4.1"
},
"devDependencies": {
"@hoppscotch/data": "workspace:^",
@@ -64,6 +65,7 @@
"qs": "6.11.2",
"tsup": "8.3.0",
"typescript": "5.6.3",
"vitest": "2.1.2"
"vitest": "2.1.2",
"@types/papaparse": "5.3.14"
}
}