Yury Semikhatsky
|
09be9d6425
|
feat: key value store backed by filesystem (#20932)
Keys are used as a relative file path without any sanitization assuming
that the underlying fs will throw on error.
|
2023-02-16 16:48:28 -08:00 |
|
Pavel Feldman
|
1ba768bf60
|
chore: make watch + ct happy (#20804)
|
2023-02-10 08:33:25 -08:00 |
|
Dmitry Gozman
|
ab4cd83e44
|
chore: move testInfo and timeoutManager to worker/ (#20803)
|
2023-02-09 19:22:17 -08:00 |
|
Dmitry Gozman
|
8002baf44f
|
chore: move option overrides logic to FixturePool (#20795)
|
2023-02-09 14:50:40 -08:00 |
|
Dmitry Gozman
|
4d37491e9b
|
chore: split FixtureRunner from fixtures (#20787)
It is only used in worker process.
|
2023-02-09 11:31:54 -08:00 |
|
Pavel Feldman
|
98e348d16a
|
chore(watch): print current filters (#20696)
|
2023-02-07 09:48:46 -08:00 |
|
Pavel Feldman
|
361ea949aa
|
chore: respect deps when watching files (#20695)
|
2023-02-06 17:09:16 -08:00 |
|
Pavel Feldman
|
430d08f4fb
|
chore: watch mode first cut (#20647)
|
2023-02-06 15:52:14 -08:00 |
|
Pavel Feldman
|
b6df48758d
|
chore: collect test dependencies (#20645)
|
2023-02-06 14:52:40 -08:00 |
|
Pavel Feldman
|
ffb719385b
|
chore: fix oop loading, prepare to watch (#20618)
|
2023-02-03 09:11:02 -08:00 |
|
Pavel Feldman
|
b0b9b08167
|
chore: fix plugin reporting, rearrange steps (#20616)
|
2023-02-03 08:44:01 -08:00 |
|
Pavel Feldman
|
8b5e55d432
|
chore: implement compilation cache (#20597)
|
2023-02-02 16:46:54 -08:00 |
|
Andrey Lushnikov
|
4f61105032
|
fix: swallow expect.soft errors inside successful toPass matcher (#20509)
Fixes #20437
|
2023-02-02 10:47:20 -08:00 |
|
Dmitry Gozman
|
5fb430a743
|
fix(test runner): do not print timeout message upon interrupt (#20574)
We should only print "Test was interrupted."
Regressed in #18321.
|
2023-02-01 19:39:43 -08:00 |
|
Pavel Feldman
|
421dd884a7
|
chore: implement --no-deps (#20569)
|
2023-02-01 16:32:13 -08:00 |
|
Pavel Feldman
|
cb9ace6035
|
chore(test): move run options into config (#20568)
|
2023-02-01 15:25:26 -08:00 |
|
Pavel Feldman
|
a1cdd939f8
|
chore: load tests file by file (#20557)
|
2023-02-01 12:33:42 -08:00 |
|
Pavel Feldman
|
635b47025e
|
chore: expose project dependencies api (#20546)
|
2023-02-01 08:39:07 -08:00 |
|
Pavel Feldman
|
08e4b50ff6
|
chore: project deps (#20514)
|
2023-01-31 15:59:13 -08:00 |
|
Pavel Feldman
|
2c27bd3b07
|
chore: remove plugin registration sink (#20460)
|
2023-01-27 14:36:41 -08:00 |
|
Pavel Feldman
|
b91bb1af9a
|
chore: minimize configLoader use (#20431)
|
2023-01-27 12:44:15 -08:00 |
|
Pavel Feldman
|
7d7e66f450
|
chore: group test runner files by process (#20425)
|
2023-01-26 17:26:47 -08:00 |
|