256 Commits

Author SHA1 Message Date
Vladimir Sheremet
dd9c0e5e50 chore: auto-imports 2022-06-22 13:13:47 +03:00
Yuyao Nie
ebda666c75
fix: calculate label of graph node (#1431)
* fix: show full name for external mod at graph

* fix: calculate label of external mod
2022-06-17 13:04:30 +03:00
Vladimir Sheremet
d8327b340c test: fix cy tests failing 2022-06-10 11:09:49 +03:00
Hugo ATTAL
b12269122a
fix: update esbuild to fix UI crash (#1404) 2022-05-31 21:00:54 +08:00
Anthony Fu
e7aee5fafe chore: fix types 2022-05-27 13:41:11 +08:00
Anthony Fu
6933c90d21 chore: lint 2022-05-27 13:26:49 +08:00
Anthony Fu
cc17448c74 chore: migrate faker 2022-05-24 17:39:07 +08:00
Anthony Fu
679f316ad7 chore: update dts 2022-05-06 00:56:06 +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
Vladimir
065fe0edeb
test: fix timers resetting in tests (#1177)
* test: fix timers resetting in tests

* chore: don't format json files
2022-04-21 22:02:56 +08:00
Anthony Fu
fc9696ffbb chore: lock 2022-04-21 20:47:32 +08:00
patak
b40fb60ced
fix: optimizeDeps.disabled (#1150) 2022-04-14 18:12:48 +02:00
Jess
e6fd661b3d
chore: cleaning up test for ViewReport.cy.tsx (#1123) 2022-04-10 14:10:09 +08:00
Joaquín Sánchez
b737476470
feat(ui): fix file error + add colored support (#1108) 2022-04-08 02:23:16 +08:00
Joaquín Sánchez
cf226c5a0e
fix(ui): hide native codemirror scrolls on firefox (#1105) 2022-04-05 21:47:29 +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
Anthony Fu
db824cf434 chore: apply lint 2022-04-03 16:35:29 +08:00
Anthony Fu
b2362bc8cd refactor(vite-node): type generation 2022-03-29 17:12:41 +08:00
Joaquín Sánchez
088b2dd4ea
fix(ui): open in IDE and error styles (#1039) 2022-03-28 10:15:28 +08:00
Cuvii
c6dd63accf
feat(ui): allow case insensitive search & optmize search (#1035) 2022-03-27 17:12:05 +08:00
Cezar Craciun
c9f53f21f3
fix(ui): router plugin in ui (#1007) 2022-03-23 17:40:37 +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
Anthony Fu
f26cdf24d4
fix(vite-node): use fsPath for moduleCache, fix hmr (#961) 2022-03-16 23:53:25 +00:00
Alex Lohr
1335d5c9bc
docs: add atk's official solid test case in examples (#866) 2022-02-28 16:28:24 +08:00
Jelf
cc7616724a
fix(ui): search error (fix #848) (#849) 2022-02-25 17:50:36 +08:00
Joaquín Sánchez
e8468d2f64
fix(config): ui and api regression (#820)
* fix(ui/api): ui and api regression

The ui and the api are not started

* chore: wrong entry for port if statement

* chore: update server entries only if defined

* chore: update

Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
2022-02-21 14:01:49 +08:00
Jan Müller
c7d081cc05
feat(ui): show all failed tasks in report (#685) 2022-02-05 21:29:19 +01:00
Jan Müller
cc73207c4a
feat: add allowOnly option (#669) 2022-02-03 10:26:44 +08:00
Anthony Fu
91cffb9d10 fix(ui): module info page 2022-01-28 09:55:22 +08:00
Jan Müller
d9015ea0e5
fix(ui): make graph data watch immediate (#647) 2022-01-28 06:20:08 +08:00
Jan Müller
a7dfc15556
fix(ui): prevent line wrapping for task items (#648) 2022-01-27 23:11:13 +01:00
Anthony Fu
9abb55771a
feat: support suite.each, test.each, close #120 (#640)
* feat: support `suite.each`, `test.each`, close #120

* chore: fix types

* chore: update
2022-01-27 09:42:34 +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
Michel EDIGHOFFER
c23be109de
feat(ui): improve summary and update all snapshots (#593)
Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
2022-01-22 03:58:26 +08:00
Michel EDIGHOFFER
d0440b60c0
feat(ui): harmonization of sizes and paddings (#605) 2022-01-22 03:56:34 +08:00
Michel EDIGHOFFER
eb1a1c253e
feat(ui): run only filtered tests (#577)
Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
2022-01-21 05:25:18 +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
Anthony Fu
9e24b193f8 refactor: split modules 2022-01-14 12:02:06 +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
Jan Müller
480514d452
chore(ui): update deps (#490) 2022-01-09 15:43:16 +01:00
Anthony Fu
7782e7def6 feat(ui): tasks state group 2022-01-09 20:02:29 +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