Add web, html, and dialog features and update verbose of protocol class exceptions #420
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.
Users can use the
WebPathsAllowed
regular expression setting to indicate which web paths and pages TESTAR should explore.Users can undo (Ctrl+Z) and redo (Ctrl+Y) events in dialog text areas.
A
Restore
button also enables users to add default suspicious titles if they delete them accidentally.The state, derived, and selected actions are visually included in containers.
The state container contains a URL of the state for web applications.
The derived actions container is now collapsible and hidden by default to avoid showing long text lists.
Using an invalid ProtocolClass setting causes ugly exception messages in TESTAR #398
This setting is quite a mess internally; it is being loaded, reloaded, used by the dialog, changing the protocol, etc.
A temporal verbose fix detects and indicates to the users they need to fix this ProtocolClass setting in the test.settings file
A new
Tag<Double> StateRenderTime
is added to TESTAR and in the HTML if available.This can be used to measure and provide information about the time it takes to render the system state.
Implemented for web applications with the LargestContentfulPaint (LCP) metric.