Skip to content

[FEATURE] - PR5 : Web tests - #1200

Open
pulk17 wants to merge 5 commits into
CCExtractor:masterfrom
pulk17:web-tests
Open

[FEATURE] - PR5 : Web tests#1200
pulk17 wants to merge 5 commits into
CCExtractor:masterfrom
pulk17:web-tests

Conversation

@pulk17

@pulk17 pulk17 commented Sep 14, 2026

Copy link
Copy Markdown
Contributor

[FEATURE]

In raising this pull request, I confirm the following (please check boxes):

  • I have read and understood the contributors guide.
  • I have checked that another pull request for this purpose does not exist.
  • I have considered, and confirmed that this submission will be valuable to others.
  • I accept that this submission may not be used, and the pull request closed at the will of the maintainer.
  • I give this submission freely, and claim no ownership to its content.

My familiarity with the project is as follows (check one):

  • I have never used the project.
  • I have used the project briefly.
  • I have used the project extensively, but have not contributed previously.
  • I am an active contributor to the project.

The regression suite. Depends on #1199.

What's here
A filterable list of tests with a category rail, a "failing only" toggle, and search across command and sample name. Selecting one shows its command, input and output type, expected return code, per-platform run history as a sparkline, and its baselines.

Baselines can have variants - alternative accepted hashes - and those can be added and removed here.

Plus the test builder: defining a new test against a sample, with the command, expected return code and categories.

Review notes
New tests are created inactive unless explicitly asked otherwise, matching the API's default. The builder offers command presets derived from what the existing suite actually uses, rather than a hardcoded list.

Test history comes from a single shared query, so the sparkline on a row costs no extra request.

Vite + React + TypeScript setup for the web console under web/, with the
shared styles, UI primitives and types the pages build on.
Typed client for the mod_api endpoints: fetch helpers carrying the bearer
session, and a TanStack Query hook per resource.
Sign in, the password reset screen the recovery email links to, and the
account page for profile, password and the GitHub connection.
Run list, run detail and queueing a new run. A failing output opens a drawer
with the expected/actual diff, or plays the sample against both caption
tracks so a mismatch can be judged against the picture.
The regression suite: browse and filter tests, see per-platform history and
baselines, and define a new test against a sample.
@sonarqubecloud

Copy link
Copy Markdown

@pulk17 pulk17 changed the title Web tests [FEATURE] - PR5 : Web tests Sep 14, 2026
@pulk17 pulk17 mentioned this pull request Sep 14, 2026
9 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant