Skip to content
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 test: expose test request details #940

Closed
mflendrich opened this issue Nov 2, 2020 · 1 comment
Closed

E2E test: expose test request details #940

mflendrich opened this issue Nov 2, 2020 · 1 comment
Labels
area/tests help wanted Extra attention is needed stale Will be closed unless advocated for within 7 days

Comments

@mflendrich
Copy link
Contributor

per #869 (review)

During normal test runs, output is gobbled up by the validation check. Although I'd normally diagnose issues with incorrectly-written validation by reviewing curl's output, the test relies on printing the status code only, and I have to break out of the normal test flow and run components manually to get that. Trying to then work backwards to fix the test isn't perfect either, since the path to set up the test environment is different, and those differences may affect component behavior.

It sounds necessary to include more testing output (specifically: request and response info) in test results. Maybe in the test stdout/stderr, maybe in a file/directory saved by tests on disk.

Similar to #938. May be solved together.

@stale
Copy link

stale bot commented Mar 20, 2021

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale Will be closed unless advocated for within 7 days label Mar 20, 2021
@stale stale bot closed this as completed Mar 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/tests help wanted Extra attention is needed stale Will be closed unless advocated for within 7 days
Projects
None yet
Development

No branches or pull requests

1 participant