37 Commits

Author SHA1 Message Date
Vladimir
624032ed6f
chore(ui): use vitest-browser-vue for UI tests, remove auto loading, typecheck UI (#8752) 2025-10-22 16:04:28 +02:00
Vladimir
606cb9e3e3
feat(browser)!: require a provider factory instead of a string (#8445) 2025-08-27 12:00:11 +02:00
Vladimir
910892ed93
chore: simplify working with UI package in dev (#8044) 2025-05-29 10:37:58 +02:00
Hiroshi Ogawa
6e793c64a1
fix(ui): remove crossorigin attributes for same origin assets (#6883) 2024-11-08 10:01:07 +01:00
Hiroshi Ogawa
de74785e05
chore(deps): update @antfu/eslint-config v3.8.0 (#6751) 2024-10-23 13:18:42 +02:00
Vladimir
74ca11a4b8
feat(browser): make iframe scalable, improve documentation (#6257) 2024-08-05 12:51:23 +02:00
renovate[bot]
59bcfb2299
chore(deps): update all non-major dependencies (#6235)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Vladimir Sheremet <sleuths.slews0s@icloud.com>
2024-07-31 14:59:42 +02:00
Anthony Fu
958352c7ca
chore: bump unplugin-auto-import (#6094) 2024-07-12 09:49:48 +02:00
Vladimir
80a43d5c7c
fix(browser): inline pretty-format and replace picocolors with tinyrainbow (#6077) 2024-07-10 15:08:44 +02:00
Joaquín Sánchez
45dfc95aef
feat(ui): replace navigation tree with test explorer (#5907) 2024-06-20 14:24:20 +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
Vladimir Sheremet
76b82e5b99
fix(browser): support @testing-library/vue in browser mode out of the box 2024-06-03 13:22:10 +02:00
Vladimir
7900f9f89c
feat(ui): render tests in a tree (#5807) 2024-05-31 21:33:31 +02:00
Vladimir
7adb8e8cf1
chore: rewrite UI tests using @vitest/browser (#5707) 2024-05-14 12:26:08 +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
Valentin Semirulnik
7856ec12dc
feat: gzip html reporter's metadata (#3113) 2023-04-05 22:03:01 +02:00
yoho
a768015e64
feat: support relative path in html report (#2695)
Co-authored-by: Vladimir <sleuths.slews0s@icloud.com>
2023-03-20 13:06:54 +01:00
yoho
d8548c6954
fix(ui): don't show "connecting" screen in html reporter (#2693) 2023-01-17 08:38:56 +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
Vladimir
b237e64b9a
test: fix cypress tests by deduping vue (#2036)
* test: fix cypress tests by deduping vue

* chore: add vue dependency to mocks

* chore: cleanup
2022-09-13 11:13:21 +03:00
Anthony Fu
46b4f5acd4 chore: update deps 2022-05-24 16:26:36 +08:00
Jess
7952647601
feat: adding ui component tests (#590)
* docs: additional cypress + vitest comparison content

* feat: ui testing

* fix: seperate cypress tests

* feat: adding cypress component testing for ui

* chore: share the common deps for global app setup

* spacing

* Update package.json

Co-authored-by: Michel EDIGHOFFER <edimitchel@gmail.com>

* chore: adding OptimizationPersist + PkgConfig to reduce flake

* chore: workaround for unocss hmr

* chore: adding ts-ignore comments

* chore: reordering data-testid

* chore: ts-expect-error

* --allow-empty

* bug: reproduction of failing vite + cypress setup

* chore: adding Vite 2.9.0-beta.3 to cold-start stability issues for UI component tests

* chore: fixing types

* chore: fixing types

* reenabling tests

* adding faker seed back in

* bumping faker version

Co-authored-by: Michel EDIGHOFFER <edimitchel@gmail.com>
Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
2022-03-21 19:18:44 +08:00
Michel EDIGHOFFER
57ac97034f
fix(ui) : unstable UI with a lot of tests (#625)
Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
2022-01-25 17:09:02 +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
Anthony Fu
9ee48c7c13 feat(ui): basic module trasnform result 2022-01-06 05:50:50 +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
54c9b946fc feat(ui): setup package 2021-12-30 13:31:08 +08:00
Anthony Fu
3d7d2f3822 feat(ui): setup vite-plugin-pages 2021-12-29 14:51:38 +08:00
Anthony Fu
f7d4b2e30d feat(ui): connection modal 2021-12-28 02:38:45 +08:00
Anthony Fu
4d36117e3f feat(ui): show code 2021-12-27 17:26:04 +08:00
Anthony Fu
ab83a8bdd0 feat(ui): search 2021-12-27 17:26:04 +08:00
Anthony Fu
f86addac50 feat(ui): reactive state 2021-12-27 17:26:04 +08:00
Anthony Fu
20999f2c63 feat(ui): update design 2021-12-27 13:34:51 +08:00
Mirone
d4cc602302
refactor(ui): optimize the build and dev scripts of ui package to make it a part of monorepo (#283) 2021-12-23 14:04:41 +08:00
Anthony Fu
ce8e944d64 fix: use pathe instead of path 2021-12-18 20:22:30 +08:00
Anthony Fu
601259faae chore: update linter 2021-12-18 11:48:12 +08:00
wheat
2961983dcb
feat(ui): initial ui implementation (#115)
Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
2021-12-13 16:33:18 +08:00