33 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
3e535f78bd
fix(ui): keep the same tab open when clicking on different tests (#8599) 2025-09-19 12:08:36 +02:00
Vladimir
da59eb887b
fix!: replace deprecated ErrorWithDiff with TestError (#8195) 2025-06-20 11:58:26 +02:00
Vladimir
c69be1fc1a
feat(ui): show test annotations and metadata in the test report tab (#8093) 2025-06-05 19:26:25 +02:00
Vladimir
b03f2098a5
feat: annotation API (#7953) 2025-05-30 18:56:14 +02:00
Joaquín Sánchez
faca4de870
fix(ui): add errors and draft state (*) to the code editor (#7044) 2025-01-14 14:20:44 +01:00
Hiroshi Ogawa
de74785e05
chore(deps): update @antfu/eslint-config v3.8.0 (#6751) 2024-10-23 13:18:42 +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
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
9527e65a38
chore: improve build time and memory usage (#4369) 2023-10-25 11:19:49 +02:00
Vladimir
a1aadd713c
feat(vitest): run typecheck during tests (#4324) 2023-10-19 11:21:51 +02:00
Vladimir
bcb41e514f
fix: restrict access to file system via API (#3956) 2023-08-15 17:05:50 +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
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
Vladimir
e641a110d0
feat!: deprecate "error" on result, store errors in "errors" (#2586) 2023-01-01 16:10:17 +01:00
Adrien Baron
ef77dccf05
fix(api): make api parse error stacks and return sourcePos in onTaskUpdate (#2563)
* fix(api): make api parse error stacks on onTaskUpdate

* chore(node): remove all references to sourcePos

* chore(node): remove Position type
2022-12-28 09:53:57 +01:00
Anthony Fu
6933c90d21 chore: lint 2022-05-27 13:26:49 +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
Anthony Fu
db824cf434 chore: apply lint 2022-04-03 16:35:29 +08:00
Joaquín Sánchez
088b2dd4ea
fix(ui): open in IDE and error styles (#1039) 2022-03-28 10:15:28 +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
Joaquín Sánchez
c977c33f85
feat(ui): open in IDE tests with error on report and code tabs (#992) 2022-03-21 18:56:40 +08:00
Michel EDIGHOFFER
730e3541db
fix(ui): ui improvements (#574) 2022-01-19 04:33:10 +08:00
Michel EDIGHOFFER
ab29b2a120
fix(ui): clear history after editor initialization (#527) 2022-01-14 09:12:37 +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
Anthony Fu
9ee48c7c13 feat(ui): basic module trasnform result 2022-01-06 05:50:50 +08:00
Anthony Fu
d58a8b9a47 feat(ui): inline error message 2021-12-31 22:47:18 +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