arcus-azure/arcus.templates

Investigate if we can use the local disk instead of EventGrid for the remaining worker-related project templates integration tests

Opened this issue · 0 comments

Is your feature request related to a problem? Please describe.
We unnecessary use EventGrid to test out our worker-related project templates, while we only need to know if the generated project is capable of routing messages.

Describe the solution you'd like
Use the file system to write the received message and look for that file during the test assertion.

Additional context
Follow-up work of PR #873