williamhaw/Setup Wiremock
Setup a standalone Wiremock process with stubs defined in JSON files
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| mappings | Path to folder with JSON stubs (as described in http://wiremock.org/docs/running-standalone/#json-file-configuration) | yes | wiremock-mappings |
| files | Path to folder with static files (as described in http://wiremock.org/docs/running-standalone/#json-file-configuration) | yes | wiremock-files |
| command | Command to run API tests | yes | node --version |
| http-port | Port on which to run Wiremock | no | 8080 |
| verbose | Turn on WireMock verbose logging | no | false |
Outputs
| name | description |
|---|---|
| wiremock-stdout | Logs from Wiremock |