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:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user