mjhm / cucumber-api

Cucumber JS step definitions for API testing
MIT License
0 stars 0 forks source link

Removes dependencies between tests #12

Closed allonsy closed 8 years ago

allonsy commented 8 years ago

Introduces a database with sample users for deterministic, non interdependent testing. I also included a quick fix to kill the server using node's child process library. This addresses #4 and #8 @mjhm @wgottschalk let me know what you think

allonsy commented 8 years ago

changed this to self

mjhm commented 8 years ago

All good. Merge if you like or implement the db setup in the hooks. We'll likely be revisiting the database setup multiple times.