Conversation
Co-authored-by: Anjorin Damilare <damilareanjorin1@gmail.com>
|
Added code tab and source files to the gz file when running NOTE: codemirror in |
|
Dont merge yet, I'll change the explorer ítem ui again (missing tooltip when html reporter). |
|
@userquin Is codemirrorRef guaranteed to be initialized after 256 milliseconds?
|
|
It is about waiting for route change and 100ms in the onMounted, maybe I can try using another approach to load it. |
Now the logic will focus the line based on the new line router param, forcing the new watcher to trigger in ViewEditor once the new code loaded |
| title="Run current test" | ||
| icon="i-carbon:play-filled-alt" | ||
| text-green5 | ||
| :disabled="type !== 'file'" |
There was a problem hiding this comment.
added disabled run test/suite for future usage: we'll need to change the logic to allow run individual tests/suites.
Sorry if I am late, but could you please clarify why the ability to run individual test was disabled?
Is is something that is coming in the future? Is there a feature request for that or should I open one?
Thanks!
There was a problem hiding this comment.
This was never supported. It is possible to support - feel free to create an issue or a PR


Description
Closes #5931
This PR includes:
includeTaskLocationif running in browser mode (not headless) or ui mode: will preserve user option - @sheremet-va reviewconfig.tsmodule 🙏config/index.mdto include previous entryincludeTaskLocation, the explorer item will show a tooltip similar for coverage without html reporter (check image below): we can just disable the button...navigateTotonavigator.tscomposable to allow change the view mode: navigator sfc and explorer item using it, without view mode and with it respectivelyruntest/suite for future usage: we'll need to change the logic to allow run individual tests/suites.You can see this PR in action in this video.
Disabled includeTaskLocation
Please don't delete this checklist! Before submitting the PR, please make sure you do the following:
pnpm-lock.yamlunless you introduce a new test example.Tests
pnpm test:ci.Documentation
pnpm run docscommand.Changesets
feat:,fix:,perf:,docs:, orchore:.