Skip to content

Conversation

DrJKL
Copy link
Contributor

@DrJKL DrJKL commented Oct 2, 2025

Summary

Simplify default scripts. Filtering is still available to users, we can revisit tagging or grouping later.
This fixes the issue where we had tests that were in the codebase but never run because they weren't under /src/components

Also deletes the duplicate litegraph tests and their associated vitest config file.

Changes

  • What: Test cleanup

Review Focus

┆Issue is synchronized with this Notion page by Unito

Copy link

github-actions bot commented Oct 2, 2025

🎭 Playwright Test Results

⚠️ Tests passed with flaky tests

⏰ Completed at: 10/03/2025, 03:23:27 AM UTC

📈 Summary

  • Total Tests: 484
  • Passed: 451 ✅
  • Failed: 0
  • Flaky: 3 ⚠️
  • Skipped: 30 ⏭️

📊 Test Reports by Browser

  • chromium: View Report • ✅ 443 / ❌ 0 / ⚠️ 3 / ⏭️ 30
  • chromium-2x: View Report • ✅ 2 / ❌ 0 / ⚠️ 0 / ⏭️ 0
  • chromium-0.5x: View Report • ✅ 1 / ❌ 0 / ⚠️ 0 / ⏭️ 0
  • mobile-chrome: View Report • ✅ 5 / ❌ 0 / ⚠️ 0 / ⏭️ 0

🎉 Click on the links above to view detailed test results for each browser configuration.

Copy link

github-actions bot commented Oct 2, 2025

🎨 Storybook Build Status

Build completed successfully!

⏰ Completed at: 10/03/2025, 03:12:57 AM UTC

🔗 Links


🎉 Your Storybook is ready for review!

@DrJKL DrJKL force-pushed the drjkl/fix/vitest-configuration branch 2 times, most recently from 4c20481 to 98a6258 Compare October 2, 2025 18:12
@DrJKL DrJKL marked this pull request as ready for review October 2, 2025 20:09
@dosubot dosubot bot added the size:XXL This PR changes 1000+ lines, ignoring generated files. label Oct 2, 2025
@DrJKL DrJKL force-pushed the drjkl/fix/vitest-configuration branch from faf43fd to ecd3621 Compare October 2, 2025 20:34
Copy link
Collaborator

@AustinMroz AustinMroz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@DrJKL DrJKL force-pushed the drjkl/fix/vitest-configuration branch from ecd3621 to d3f4ab9 Compare October 2, 2025 22:19
Copy link
Contributor

@arjansingh arjansingh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

I'm jealous, i'll never get a commit to take line line count that negative. You win.

@DrJKL DrJKL force-pushed the drjkl/fix/vitest-configuration branch from d3f4ab9 to f26da81 Compare October 3, 2025 00:32
Copy link
Contributor

@christian-byrne christian-byrne left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the only tests that are being removed entirely are

  • CanvasPointer.deviceDetection.test.ts
  • LGraphNodeProperties.test.ts

I think the first is intentional, but what about the second?

@DrJKL DrJKL force-pushed the drjkl/fix/vitest-configuration branch from f26da81 to 317c81f Compare October 3, 2025 02:54
@DrJKL
Copy link
Contributor Author

DrJKL commented Oct 3, 2025

I think the only tests that are being removed entirely are

* CanvasPointer.deviceDetection.test.ts

* LGraphNodeProperties.test.ts

I think the first is intentional, but what about the second?

I'll bring them both back, though I do think the first one's been obviated by more recent design decisions, yeah.

@DrJKL DrJKL requested a review from christian-byrne October 3, 2025 03:08
Copy link
Contributor

@christian-byrne christian-byrne left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! High score!

@DrJKL DrJKL merged commit b994608 into main Oct 3, 2025
26 checks passed
@DrJKL DrJKL deleted the drjkl/fix/vitest-configuration branch October 3, 2025 04:01
arjansingh pushed a commit that referenced this pull request Oct 7, 2025
Simplify default scripts. Filtering is still available to users, we can
revisit tagging or grouping later.
This fixes the issue where we had tests that were in the codebase but
never run because they weren't under `/src/components`

Also deletes the duplicate litegraph tests and their associated vitest
config file.

- **What**: Test cleanup

┆Issue is synchronized with this [Notion
page](https://www.notion.so/PR-5888-Tests-Vitest-configuration-cleanup-2806d73d36508197b800f68f0b028279)
by [Unito](https://www.unito.io)
arjansingh pushed a commit that referenced this pull request Oct 7, 2025
Simplify default scripts. Filtering is still available to users, we can
revisit tagging or grouping later.
This fixes the issue where we had tests that were in the codebase but
never run because they weren't under `/src/components`

Also deletes the duplicate litegraph tests and their associated vitest
config file.

- **What**: Test cleanup

┆Issue is synchronized with this [Notion
page](https://www.notion.so/PR-5888-Tests-Vitest-configuration-cleanup-2806d73d36508197b800f68f0b028279)
by [Unito](https://www.unito.io)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:XXL This PR changes 1000+ lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants