swagger-police
Advanced tools
Comparing version 0.0.2-beta to 0.0.3-beta
{ | ||
"name": "swagger-police", | ||
"version": "0.0.2-beta", | ||
"version": "0.0.3-beta", | ||
"description": "Automatically validates the APIs against the published swagger specification", | ||
@@ -16,3 +16,3 @@ "bin": { | ||
"type": "git", | ||
"url": "https://bitbucket.org/dlaha/swagger-police" | ||
"url": "https://bitbucket.org/dipanjan21/swagger-police" | ||
}, | ||
@@ -19,0 +19,0 @@ "dependencies": { |
@@ -65,4 +65,4 @@ **swagger-police** is a command line tool for validating backend APIs against the published swagger specification. It can | ||
**testcases** - An array of `testcase` objects to be executed. This is generated from the swagger specs. Any customisations made to the objects in the `beforeAll` hook will be reflected in the tests. | ||
**done** - The callback function | ||
* **testcases** - An array of `testcase` objects to be executed. This is generated from the swagger specs. Any customisations made to the objects in the `beforeAll` hook will be reflected in the tests. | ||
* **done** - The callback function | ||
@@ -83,4 +83,4 @@ ## `BeforeEach` and `AfterEach` ## | ||
**testcases** - An array of `testcase` objects to be executed. This is generated from the swagger specs. Any customisations made to the objects in the `beforeAll` hook will be reflected in the tests. | ||
**done** - The callback function | ||
* **testcases** - An array of `testcase` objects to be executed. This is generated from the swagger specs. Any customisations made to the objects in the `beforeAll` hook will be reflected in the tests. | ||
* **done** - The callback function | ||
@@ -107,4 +107,4 @@ ## Testcase specific hooks ## | ||
** 1st Argument** - The testcase name. Please note that this is case sensitive. | ||
** 2nd argument** - An object with before and after functions which takes in testcase (The testcase object | ||
* **1st Argument** - The testcase name. Please note that this is case sensitive. | ||
* **2nd argument** - An object with before and after functions which takes in testcase (The testcase object | ||
representing the specific test) and a callback. Any modifications made to the testcase object will reflect in the test. | ||
@@ -111,0 +111,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
23820