Resolve "import-features-and-fixtures-from-js-adapter"
2 unresolved threads
features
adapter_auth.feature +13 -0
adapter_broadcast.feature +18 -0
adapter_get-authorization-header.feature +21 -0
adapter_poll.feature +42 -0
adapter_publish.feature +18 -0
adapter_token-valid.feature +21 -0
adapter_validate.feature +16 -0
protocol_decode.feature +11 -0
protocol_encode.feature +11 -0
protocol_get-type.feature +12 -0
protocol_validate.feature +12 -0
schema_validate.feature +10 -0
fixtures
config-invalid.json +7 -0
config-valid.json +7 -0
message-vehicle-status-invalid.json +20 -0
message-vehicle-status.json +20 -0
response-denied-token.json +3 -0
response-valid-token.json +4 -0
schema-swagger.json +252 -0
LICENCE.md +7 -0
README.md +19 -1
- Dan Jones authored
+ 13
- 0
\ No newline at end of file
+ 18
- 0
\ No newline at end of file
changed this line in version 2 of the diff
\ No newline at end of file
+ 42
- 0
+ 18
- 0
+ 21
- 0
+ 16
- 0
\ No newline at end of file
+ 11
- 0
+ 11
- 0
\ No newline at end of file
+ 12
- 0
+ 12
- 0
\ No newline at end of file
+ 10
- 0
\ No newline at end of file
+ 7
- 0
+ 7
- 0
\ No newline at end of file
+ 20
- 0
\ No newline at end of file
+ 252
- 0
+ 7
- 0
+ 19
- 1