dapr / php-sdk

Dapr SDK for PHP
Apache License 2.0
72 stars 15 forks source link

Use examples as e2e tests #73

Closed withinboredom closed 3 years ago

withinboredom commented 3 years ago

Describe the feature

Examples provide a fairly good surface for providing e2e tests. I wonder if we can use the examples directory to provide those tests.

Release Note

RELEASE NOTE: ADD examples as e2e tests

artursouza commented 3 years ago

Not sure if this is already planned for this work, but @wcs1only has an auto-validation framework we use in our examples. It validates out of the commands from the README.md file. You can see the examples in any of our repos, including SDKs.

withinboredom commented 3 years ago

Oooh, yeah, I'll check that out! Thanks for the heads up!

wcs1only commented 3 years ago

Oooh, yeah, I'll check that out! Thanks for the heads up!

https://github.com/dapr/mechanical-markdown/blob/main/examples/README.md the docs, which themselves are autovalidated :)

Don't hesitate to reach out if you have any questions.

withinboredom commented 3 years ago

This is done