vmeretail / subscriptionservice

Lightweight and easy to use library, which allows you to manage you delivering events from persistent subscriptions.
12 stars 0 forks source link

Specflow initial test #13

Closed StevenBlair123 closed 4 years ago

StevenBlair123 commented 4 years ago

Is your feature request related to a problem? Please describe. Simple specflow test which will prove the Subscription Service can be run against an Event Store (docker)

Describe the solution you'd like Gherkin test which describes a new stream being created, then a persistent subscription created via the Subscription Service. Persisted events should be delivered to some simple endpoint.

Describe alternatives you've considered Nothing at this time.

Additional context Nothing at this time.

StevenBlair123 commented 4 years ago

What version of ES were you planning on running against?

StuartFergusonVme commented 4 years ago

v5.0.5 as its the latest official release

StevenBlair123 commented 4 years ago

We should probably plan on running against multiple versions.