docs: update ManageJobs.md to reflect v2 inline test scheduling#25
Merged
docs: update ManageJobs.md to reflect v2 inline test scheduling#25
Conversation
#24) Agent-Logs-Url: https://github.com/ThomasKur/UseCase.ShieldChecker/sessions/ea2ac697-9aa3-4aed-81da-418e7659f8d5 Co-authored-by: ThomasKur <16786269+ThomasKur@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Add ability to select and run multiple tests simultaneously
docs: update ManageJobs.md to reflect v2 inline test scheduling
Apr 12, 2026
There was a problem hiding this comment.
Pull request overview
Updates the ShieldChecker job-management documentation to match the v2 UX where tests are scheduled inline (AJAX) from the Tests page rather than navigating away, improving accuracy for users following the guide.
Changes:
- Corrected the “Initiate Test Execution” steps to describe inline queuing behavior (play icon → clock icon).
- Added guidance that multiple tests can be started in quick succession without leaving the Tests page.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Issue requested batch test execution or, at minimum, staying on the Tests page when starting tests. This is already resolved in v2.
The current implementation uses AJAX scheduling (
fetch()withpreventDefault()) — the play icon swaps to a clock on click, errors show a warning triangle, and users can fire off multiple tests without leaving the page.docs/ManageJobs.mdstill said "you'll be redirected to the jobs page" — updated to describe the actual v2 inline behavior and added a tip about starting multiple tests in succession.