azure-functions-python-samples icon indicating copy to clipboard operation
azure-functions-python-samples copied to clipboard

[Just an idea] GitHub Action for end to end testing

Open snobu opened this issue 6 years ago • 3 comments

@yokawasa Should we try to add some end to end testing for v2 functions via GitHub Actions? I have a Visual Studio Azure subscription (200 USD credit) that i don't really use and we could use that for the test bed.

snobu avatar Oct 04 '19 14:10 snobu

@snobu That’s a brilliant idea!! Let’s try!

yokawasa avatar Oct 07 '19 01:10 yokawasa

Alrighty then,

I'll try the easy stuff first, queue trigger and blobs. Note to self: https://github.com/Azure/actions-workflow-samples/blob/master/linux-python-functionapp-on-azure.yml

snobu avatar Oct 07 '19 09:10 snobu

I have some good progress with this one, i'll dedicate some time to have a minimal pipeline here that first tests the function app starts up properly. In the 2nd sprint i'm planning to test each function individually.

Also famous last words :)

snobu avatar Dec 10 '19 12:12 snobu