@postqode/cli
Advanced tools
| { | ||
| "name": "@postqode/cli", | ||
| "version": "0.1.35", | ||
| "version": "0.1.36", | ||
| "description": "Command-line interface for Postqode API testing framework", | ||
@@ -49,6 +49,6 @@ "main": "dist/index.js", | ||
| "devDependencies": { | ||
| "@postqode/core": "0.1.26", | ||
| "@postqode/reporter": "0.1.39", | ||
| "@postqode/runner": "0.1.118", | ||
| "@postqode/schema": "0.1.50", | ||
| "@postqode/core": "0.1.28", | ||
| "@postqode/reporter": "0.1.41", | ||
| "@postqode/runner": "0.1.120", | ||
| "@postqode/schema": "0.1.52", | ||
| "@types/jest": "^29.5.11", | ||
@@ -55,0 +55,0 @@ "@types/js-yaml": "^4.0.9", |
+10
-10
@@ -18,3 +18,3 @@ # @postqode/cli | ||
| ```bash | ||
| postqode -V | ||
| postqode-runner -V | ||
| ``` | ||
@@ -41,3 +41,3 @@ | ||
| ```bash | ||
| postqode execute [options] | ||
| postqode-runner execute [options] | ||
| ``` | ||
@@ -59,9 +59,9 @@ | ||
| # Run a test suite with default HTML report | ||
| postqode execute -s testSuites/MySuite/_meta.suite.yaml | ||
| postqode-runner execute -s testSuites/MySuite/_meta.suite.yaml | ||
| # Run with multiple report formats | ||
| postqode execute -s testSuites/MySuite/_meta.suite.yaml --report-formats html junit | ||
| postqode-runner execute -s testSuites/MySuite/_meta.suite.yaml --report-formats html junit | ||
| # Run with custom workspace and report directory | ||
| postqode execute -s testSuites/MySuite/_meta.suite.yaml -w /projects/myWorkspace --report-dir reports | ||
| postqode-runner execute -s testSuites/MySuite/_meta.suite.yaml -w /projects/myWorkspace --report-dir reports | ||
| ``` | ||
@@ -74,3 +74,3 @@ | ||
| ```bash | ||
| postqode convert [options] | ||
| postqode-runner convert [options] | ||
| ``` | ||
@@ -89,6 +89,6 @@ | ||
| # Convert OpenAPI to Postman Collection | ||
| postqode convert -i openapi.yaml -o collection.json | ||
| postqode-runner convert -i openapi.yaml -o collection.json | ||
| # Convert Postman Collection to Postqode Test Suite | ||
| postqode convert -i collection.json -o testSuites/MySuite/_meta.suite.yaml | ||
| postqode-runner convert -i collection.json -o testSuites/MySuite/_meta.suite.yaml | ||
| ``` | ||
@@ -114,3 +114,3 @@ | ||
| ```bash | ||
| postqode convert -i openapi.yaml -o testSuites/MySuite/_meta.suite.yaml | ||
| postqode-runner convert -i openapi.yaml -o testSuites/MySuite/_meta.suite.yaml | ||
| ``` | ||
@@ -120,3 +120,3 @@ | ||
| ```bash | ||
| postqode execute -s testSuites/MySuite/_meta.suite.yaml --report-formats html junit | ||
| postqode-runner execute -s testSuites/MySuite/_meta.suite.yaml --report-formats html junit | ||
| ``` | ||
@@ -123,0 +123,0 @@ |
+5
-5
| { | ||
| "name": "@postqode/cli", | ||
| "version": "0.1.35", | ||
| "version": "0.1.36", | ||
| "description": "Command-line interface for Postqode API testing framework", | ||
@@ -49,6 +49,6 @@ "main": "dist/index.js", | ||
| "devDependencies": { | ||
| "@postqode/core": "0.1.26", | ||
| "@postqode/reporter": "0.1.39", | ||
| "@postqode/runner": "0.1.118", | ||
| "@postqode/schema": "0.1.50", | ||
| "@postqode/core": "0.1.28", | ||
| "@postqode/reporter": "0.1.41", | ||
| "@postqode/runner": "0.1.120", | ||
| "@postqode/schema": "0.1.52", | ||
| "@types/jest": "^29.5.11", | ||
@@ -55,0 +55,0 @@ "@types/js-yaml": "^4.0.9", |
+10
-10
@@ -18,3 +18,3 @@ # @postqode/cli | ||
| ```bash | ||
| postqode -V | ||
| postqode-runner -V | ||
| ``` | ||
@@ -41,3 +41,3 @@ | ||
| ```bash | ||
| postqode execute [options] | ||
| postqode-runner execute [options] | ||
| ``` | ||
@@ -59,9 +59,9 @@ | ||
| # Run a test suite with default HTML report | ||
| postqode execute -s testSuites/MySuite/_meta.suite.yaml | ||
| postqode-runner execute -s testSuites/MySuite/_meta.suite.yaml | ||
| # Run with multiple report formats | ||
| postqode execute -s testSuites/MySuite/_meta.suite.yaml --report-formats html junit | ||
| postqode-runner execute -s testSuites/MySuite/_meta.suite.yaml --report-formats html junit | ||
| # Run with custom workspace and report directory | ||
| postqode execute -s testSuites/MySuite/_meta.suite.yaml -w /projects/myWorkspace --report-dir reports | ||
| postqode-runner execute -s testSuites/MySuite/_meta.suite.yaml -w /projects/myWorkspace --report-dir reports | ||
| ``` | ||
@@ -74,3 +74,3 @@ | ||
| ```bash | ||
| postqode convert [options] | ||
| postqode-runner convert [options] | ||
| ``` | ||
@@ -89,6 +89,6 @@ | ||
| # Convert OpenAPI to Postman Collection | ||
| postqode convert -i openapi.yaml -o collection.json | ||
| postqode-runner convert -i openapi.yaml -o collection.json | ||
| # Convert Postman Collection to Postqode Test Suite | ||
| postqode convert -i collection.json -o testSuites/MySuite/_meta.suite.yaml | ||
| postqode-runner convert -i collection.json -o testSuites/MySuite/_meta.suite.yaml | ||
| ``` | ||
@@ -114,3 +114,3 @@ | ||
| ```bash | ||
| postqode convert -i openapi.yaml -o testSuites/MySuite/_meta.suite.yaml | ||
| postqode-runner convert -i openapi.yaml -o testSuites/MySuite/_meta.suite.yaml | ||
| ``` | ||
@@ -120,3 +120,3 @@ | ||
| ```bash | ||
| postqode execute -s testSuites/MySuite/_meta.suite.yaml --report-formats html junit | ||
| postqode-runner execute -s testSuites/MySuite/_meta.suite.yaml --report-formats html junit | ||
| ``` | ||
@@ -123,0 +123,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Unpublished package
Supply chain riskPackage version was not found on the registry. It may exist on a different registry and need to be configured to pull from that registry.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Unpopular package
QualityThis package is not very popular.
Found 1 instance in 1 package
21775921
5.1%0
-100%