Resolve "Implement bdd tests in cucumber"
All threads resolved
dist
adapter.esm.js +4 -13
adapter.js +4 -13
protocol.esm.js +2 -2
protocol.js +2 -2
features
adapter_auth.feature +0 -0
adapter_poll.feature +15 -3
adapter_publish.feature +18 -0
adapter_validate.feature +0 -0
schema_validate.feature +0 -0
src
adapter
index.js +4 -13
protocol
index.js +2 -2
test/cucumber
adapter
auth.steps.js +41 -0
before.steps.js +81 -0
poll.steps.js +54 -0
publish.steps.js +34 -0
validate.steps.js +2 -2
schema
validate.steps.js +0 -0
cucumber.js +8 -2
package.json +2 -1
- Dan Jones authored
+ refactor cucumber step functions into test folder + rename features after tested adapter methods + refactor adapter.validate to call adapter.protocol.validate
+ 4
- 13
+ 4
- 13
+ 2
- 2
+ 2
- 2
File renamed with no changes. Show file contents
+ 18
- 0
File renamed with no changes. Show file contents
File renamed with no changes. Show file contents
+ 4
- 13
+ 2
- 2
+ 41
- 0
\ No newline at end of file
\ No newline at end of file
\ No newline at end of file
\ No newline at end of file
File renamed with no changes. Show file contents
+ 8
- 2
+ 2
- 1