-
-
Notifications
You must be signed in to change notification settings - Fork 20
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
E2E postman tests #242
E2E postman tests #242
Conversation
There are 2 requests that I can't get working. They are marked as "[NotWorking]". |
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.
The file must be created before reading. So you have first to call the API to create the file, then you can read it.
And for the basic auth, what's not working?
tests/WebServerE2ETests/nanoFramework WebServer E2E Tests.postman_collection.json
Outdated
Show resolved
Hide resolved
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.
tests/WebServerE2ETests/nanoFramework WebServer E2E Tests.postman_collection.json
Outdated
Show resolved
Hide resolved
tests/WebServerE2ETests/nanoFramework WebServer E2E Tests.postman_collection.json
Outdated
Show resolved
Hide resolved
Co-authored-by: Laurent Ellerbach <laurelle@microsoft.com>
I think that second issue was providing "Authorization:Basic" without any credentials. And then server hangs. But we can skip it for now. |
Collection updated. I think we can merge it now and create more tests as required in future. |
Quality Gate passedIssues Measures |
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.
Thanks for adding this, it will be handy to make sure the web server always works as expected when we have changes on it!
Description
Motivation and Context
How Has This Been Tested?
Types of changes
Checklist: