-
Notifications
You must be signed in to change notification settings - Fork 54
E2e test suite from Nodejs worker #139
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
cc @anirudhgarg @paulbatum @fabiocav for awareness |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Delete extensions.csproj and func extensions install recreates it.
37b7596
to
4c78f7f
Compare
82f4c23
to
74b5601
Compare
I'm going to merge these in. Feel free to give me feedback when you get back @daxian-dbw! |
The goal here was to use the same test suite as Nodejs so that we can later refactor to a separate project used by all workers.
This does just that - with ZERO functional changes to the tests (only string changes for different resource names)
These tests work against actual Azure resources.
I figured folks wouldn't want to run e2e locally, so they will only run in CI
resolves #75