Add ability to test all Header Profiles at once #16
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
I frequently encounter situations where the application under test includes multiple user roles, making it time-consuming to test each role individually. This update introduces several enhancements to streamline that workflow:
Test all header profiles at once: You can now run tests against all configured header profiles by enabling the “Check with all profiles” option, or by right-clicking to retest either the selected request or all requests using the new “(all profiles)” actions. The logic is optimized so that if an unauthenticated check is enabled, it only sends one unauthenticated request, even when multiple profiles are used.
Log enhancement: The header profile name is now included in each log row within the requests table.
Editable header profiles: You can now update an existing header profile directly, instead of removing and re-adding it.