Vladimir
|
153ff01b10
|
fix(typecheck): run both runtime and typecheck tests if typecheck.include overlaps with include (#6256)
|
2024-08-13 12:42:39 +02:00 |
|
Joaquín Sánchez
|
7ec298eb37
|
feat(ui): add action to explorer item to show the test/suite line in the source code tab (#5948)
Co-authored-by: Anjorin Damilare <damilareanjorin1@gmail.com>
|
2024-06-27 14:47:31 +02:00 |
|
Joaquín Sánchez
|
e9ddf9ce2e
|
fix(ui): FileDetails title status icon not being updated (#5942)
|
2024-06-20 22:56:21 +02:00 |
|
Joaquín Sánchez
|
cee82e4735
|
chore: enable eslint in vue files (#5902)
|
2024-06-17 11:58:55 +02:00 |
|
Vladimir
|
471cf97b0c
|
chore: always require curly braces (#5885)
Co-authored-by: Ari Perkkiö <ari.perkkio@gmail.com>
|
2024-06-16 18:10:10 +02:00 |
|
Joaquín Sánchez
|
b117e87562
|
feat(ui): load module graph on tab selection (#5844)
|
2024-06-06 15:39:44 +02:00 |
|
Vladimir
|
a758157563
|
fix(browser): print correct transformed module graph (#5833)
|
2024-06-03 17:19:31 +02:00 |
|
Vladimir
|
e5b9a0be42
|
feat(browser): do not reload the page during watch mode (#5810)
|
2024-06-01 14:41:12 +02:00 |
|
Vladimir
|
3796dd7e0f
|
feat: add browser frame to UI (#5808)
|
2024-06-01 13:33:00 +02:00 |
|
Vladimir
|
7900f9f89c
|
feat(ui): render tests in a tree (#5807)
|
2024-05-31 21:33:31 +02:00 |
|
Vladimir
|
48c502fbeb
|
fix(ui): show correct module graph and project name in a Vitest workspace (#5792)
|
2024-05-31 12:43:35 +02:00 |
|
Vladimir
|
9527e65a38
|
chore: improve build time and memory usage (#4369)
|
2023-10-25 11:19:49 +02:00 |
|
Anjorin Damilare
|
a77afffa83
|
chore(ui): update UI vue version (#3575)
Co-authored-by: userquin <userquin@gmail.com>
Co-authored-by: Vladimir <sleuths.slews0s@icloud.com>
|
2023-07-11 09:45:51 +02:00 |
|
GurkiranSingh
|
056aa4fa6f
|
chore: added a new line and changed v-show to v-if
Signed-off-by: GurkiranSingh <gurkiransinghk@gmail.com>
|
2023-07-11 09:32:41 +02:00 |
|
GurkiranSingh
|
3d2cb6ec5f
|
chore: add previous logic as it was used for optimization, also add class prop conditionally
Signed-off-by: GurkiranSingh <gurkiransinghk@gmail.com>
|
2023-07-11 09:32:41 +02:00 |
|
GurkiranSingh
|
3b5f96bc29
|
fix: Module Graph view is blocking the Console view
Signed-off-by: GurkiranSingh <gurkiransinghk@gmail.com>
|
2023-07-11 09:32:41 +02:00 |
|
renovate[bot]
|
0f86ff9897
|
chore(deps): update all non-major dependencies (#2766)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Vladimir Sheremet <sleuths.slews0s@icloud.com>
|
2023-04-06 16:53:03 +02:00 |
|
yoho
|
4ea1f1d974
|
test: ui e2e (#2710)
* feat: ui test
* test: ui
* feat: no auto open browser
* fix: lint
* fix: test timeout
* fix: timeout
* fix: test
* fix: wait more times
* fix: kill
* fix: exit process
* fix: kill
* chore: update
* chore: update
* chore: update
* fix: lint
* fix: await page load
* chore: update
* fix: test
* fix: test
* fix: test
* feat: must had content
* chore: update
* chore: update
* chore: update
* fix: times
* fix: ports
* chore: update config
* fix: catch
* feat: asset command no error
* feat: log the command stdout
* fix: error
* chore: update
* chore: use the same port
* chore: update pnpm
* fix: error
* chore: update
* feat: test
* chore: update page register
* chore: ignore not close process
* fix: params
* fix: port
* feat: pipe
* feat: catch error
* feat: test report
* chore: update
* chore: update
* chore: update sna
* test: ui
* chore: update
* chore: update
* test: untilUpdated
* chore: untilUpdated
* test: format named
* test: url should update
* chore: update
* chore: fix lockfile
* chore: upate snapshot
---------
Co-authored-by: Vladimir Sheremet <sleuths.slews0s@icloud.com>
|
2023-02-11 21:16:23 +01:00 |
|
yoho
|
b8f34eb8ca
|
feat: add html reporter based on Vitest UI (#2444)
* feat: vitest html report
* chore: copy ui to vitest dist
* feat: report copy ui dist
* feat: ui report version builder
* fix: copy file
* chore: remove
* feat: html metadata path
* feat: add declare
* feat: static file client
* feat: mock rpc
* fix: mock error
* chore: update meta
* chore: compress json
* chore: comment
* chore: update merge config
* chore: lock
* feat: remove all control command from ui
* chore: remove
* feat: report command
* feat: version tag
* chore: reset lock file
* feat: remove hooks
* chore: update
* fix: runningPromise
* chore: update debug mode and disable click on transform
* docs: report
* chore: remove the version mark
* feat: report
* fix: lint
* chore: copy ui from @vitest/ui
* chore: export report from ui
* chore: update
* fix: lint
* docs: ui html report
* feat: ensurePackageInstalled
* update
* feat: more info
* chore: improve documentation and tests
* chore: fix UI bundle size
* chore: ui tests
* perf: remove output report using the global variable to judge report mode
* chore: update
* fix: build
* fix: report
* fix: parse
* chore: fix html reporters test
* chore: don't store config in html reporter test
* chore: update ui docs
* feat: log
* chore: fix tests
* test: fix html reporter tests
* docs add vitest fo UI reporter
Co-authored-by: Vladimir <sleuths.slews0s@icloud.com>
|
2022-12-19 13:23:22 +03:00 |
|
Maxime Péloquin
|
7b0e4c94b2
|
fix(ui): do not load graph if never displayed (fix #1602) (#1719)
|
2022-07-26 11:30:00 +08:00 |
|
Anthony Fu
|
657225563d
|
chore: lint
|
2022-05-03 09:28:45 +08:00 |
|
Anthony Fu
|
713c870a55
|
chore: lint
|
2022-04-25 19:44:30 +08:00 |
|
Joaquín Sánchez
|
571b94b31d
|
feat(ui): add the draft state * on code editor (#1131)
|
2022-04-21 22:25:53 +08:00 |
|
Joaquín Sánchez
|
a1188b5e35
|
fix(ui): a11y + codemirror scrolls + minor addons (#1103)
|
2022-04-05 21:22:05 +08:00 |
|
Joaquín Sánchez
|
b24fb25359
|
fix(logs): collect logs per test (#1088)
|
2022-04-05 03:57:00 +08:00 |
|
Jan Müller
|
d9015ea0e5
|
fix(ui): make graph data watch immediate (#647)
|
2022-01-28 06:20:08 +08:00 |
|
Michel EDIGHOFFER
|
d0440b60c0
|
feat(ui): harmonization of sizes and paddings (#605)
|
2022-01-22 03:56:34 +08:00 |
|
Michel EDIGHOFFER
|
730e3541db
|
fix(ui): ui improvements (#574)
|
2022-01-19 04:33:10 +08:00 |
|
Joaquín Sánchez
|
bdedbc2c19
|
feat(ui): add summary (#493)
Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
|
2022-01-18 13:53:27 +08:00 |
|
Michel EDIGHOFFER
|
1b1807b7da
|
feat(ui): update snapshot from file (#545)
Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
|
2022-01-18 13:26:35 +08:00 |
|
Mitchel van Bever
|
99b823fbc9
|
feat(ui): displaying user logs (#491)
Co-authored-by: Jan Müller <janmueller3698@gmail.com>
Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
|
2022-01-13 03:48:06 +08:00 |
|
Mitchel van Bever
|
c43ebaf466
|
fix(ui): flex / percentage based layout (#492)
|
2022-01-09 19:14:11 +08:00 |
|
Jan Müller
|
23e1e62385
|
fix(ui): reduce graph container size (#478)
* fix(ui): re-add graph offset
* chore(ui): enable autoResize for graph
* refactor(ui): use scoped style
|
2022-01-07 18:00:00 +01:00 |
|
Anthony Fu
|
19bd252c15
|
fix(ui): graph flicker
|
2022-01-07 23:14:53 +08:00 |
|
Anthony Fu
|
9472e98087
|
fix(ui): navigation
|
2022-01-07 04:08:05 +08:00 |
|
Anthony Fu
|
8945498d75
|
feat(ui): update graph style
|
2022-01-06 05:49:05 +08:00 |
|
Joaquín Sánchez
|
5857660c0c
|
fix(ui): codemirror editor + module graph (#446)
|
2022-01-05 17:06:15 +01:00 |
|
Joaquín Sánchez
|
9d17bd7c73
|
feat(ui): add scrolls (#391)
|
2022-01-03 20:45:33 +08:00 |
|
Jan Müller
|
9193638de9
|
fix(ui): make module graph stable while on the same file (#400)
Closes #386
|
2022-01-01 22:05:15 +01:00 |
|
Jan Müller
|
3605d96676
|
fix(ui): make module graph more stable (#389)
|
2021-12-31 22:56:52 +08:00 |
|
Jan Müller
|
191ecb6a8c
|
feat(ui): add module graph (#380)
Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
|
2021-12-31 15:52:27 +08:00 |
|
Anthony Fu
|
c0ecf19acd
|
feat(ui): rerun status
|
2021-12-30 16:40:09 +08:00 |
|
Anthony Fu
|
54c9b946fc
|
feat(ui): setup package
|
2021-12-30 13:31:08 +08:00 |
|
Anthony Fu
|
efe45f8574
|
feat(ui): basic error display
|
2021-12-28 05:24:17 +08:00 |
|