Skip to content

Add the web visualizer scaffold#2

Merged
KurbyDoo merged 4 commits into
mainfrom
web-tests-note
Jul 27, 2026
Merged

Add the web visualizer scaffold#2
KurbyDoo merged 4 commits into
mainfrom
web-tests-note

Conversation

@KurbyDoo

@KurbyDoo KurbyDoo commented Jul 27, 2026

Copy link
Copy Markdown
Collaborator

Summary

Add basic frontend setup using vite + react

Validation

  • scripts/quality-check.sh passes locally
  • Appropriate /test commands were run and are passing (e.g. /test gpu)
  • Unit tests were added / e2e tests were added where applicable
  • Manual testing, if applicable (describe further):
    • added temp pr that fails web, confimed failing and blocking

Checklist

  • The change is focused and easy to review.
  • Tests were added or updated for behaviour changes.
  • No secrets, generated files, or files that only make sense on my machine are included.
  • Relevant documentation is updated.

Additional Comments

@KurbyDoo

Copy link
Copy Markdown
Collaborator Author

/test help

@github-actions

Copy link
Copy Markdown

Commands available on this pull request

Comment Description
/test or /test all Every group below except gpu, at the same time
/test python The quick tests.
/test slow The tests marked slow
/test gpu The tests marked gpu, on the project GPU machine
/test web The 3D visualizer
/test help Shows this message

Anything after the group name is passed to pytest, so /test python -k sampler
runs the quick tests whose names contain "sampler".

These commands are for tests that are too slow or need hardware to run every time.

@KurbyDoo

Copy link
Copy Markdown
Collaborator Author

/test python

@KurbyDoo

Copy link
Copy Markdown
Collaborator Author

/test web

@github-actions

Copy link
Copy Markdown

Tests passed

Groups run python
Commit tested 1402774 (14027747c78a184ddabe895e5b400dd5edea71d2)
Full log Actions run

@github-actions

Copy link
Copy Markdown

Tests passed

Groups run web
Commit tested 1402774 (14027747c78a184ddabe895e5b400dd5edea71d2)
Full log Actions run

@KurbyDoo

Copy link
Copy Markdown
Collaborator Author

/test all

@github-actions

Copy link
Copy Markdown

Tests passed

Groups run python, slow, web
Commit tested 1402774 (14027747c78a184ddabe895e5b400dd5edea71d2)
Full log Actions run

@KurbyDoo

Copy link
Copy Markdown
Collaborator Author

/test python

1 similar comment
@KurbyDoo

Copy link
Copy Markdown
Collaborator Author

/test python

@github-actions

Copy link
Copy Markdown

Tests passed

Groups run python
Commit tested 1402774 (14027747c78a184ddabe895e5b400dd5edea71d2)
Full log Actions run

@github-actions

Copy link
Copy Markdown

Tests passed

Groups run python
Commit tested 1402774 (14027747c78a184ddabe895e5b400dd5edea71d2)
Full log Actions run

@KurbyDoo
KurbyDoo merged commit 4f467bf into main Jul 27, 2026
3 checks passed
@KurbyDoo
KurbyDoo deleted the web-tests-note branch July 27, 2026 03:36
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