fix(ui): render ANSI color codes in editor panel inline error widget#10418
Conversation
✅ Deploy Preview for vitest-dev ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
@copilot add test in test/ui |
Added in commit 6e71e2c. New fixture
This verifies ANSI codes are converted to HTML color spans rather than leaked as raw escape sequences. |
| ], | ||
| use: { | ||
| trace: process.env.CI ? 'on-first-retry' : 'on', | ||
| trace: process.env.CI ? 'on-first-retry' : undefined, |
There was a problem hiding this comment.
Not sure why trace had always on locally. On my machine, trace is somehow causing all playwright test to hang including playwright test --ui too. Anyways, we shouldn't need always on so removing to also unblock my own local dev.
Uh oh!
There was an error while loading. Please reload this page.