Docker and tests#1
Open
andrewjpage wants to merge 6 commits into
Open
Conversation
- Configure Vitest with jsdom, globals, and jest-dom setup - Add unit tests for parseFasta, parseTriangleOutput, buildTree, bootstrap, and pipeline - Add component tests for FileUpload, MashOptions, DistanceMatrix, PhyloTree, LogConsole, AboutPage - Add App integration tests with mocked pipeline - Add Playwright E2E tests for app basics and full pipeline - Export bootstrap internals (extractBipartitions, bipartitionKey, addSupportValues, annotateNewick) for testability - Add @playwright/test and @testing-library/user-event dev dependencies Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Batch log updates via requestAnimationFrame to reduce React re-renders, wrap DistanceMatrix/PhyloTree/LogConsole in React.memo, reduce verbose triangle debug logging to summaries, defer/async script loading, preload WASM binary, non-blocking font loading, parallel file reading and bootstrap replicates via Promise.all, cache WASM as Uint8Array, use array accumulation for stdout, replace window resize with ResizeObserver, add manual chunk splitting, and content-visibility for large matrices. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
The has-text("Log") locator matched "Phylogenetic Tree" because
Playwright's :has-text() is case-insensitive and "phylogenetic"
contains "log". Use getByRole with exact: true instead.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
|
@andrewjpage is attempting to deploy a commit to the happykhan's projects Team on Vercel. A member of the Team first needs to authorize it. |
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.
No description provided.