Avatar for the lynx-family user
lynx-family
lynx-stack
BlogDocsChangelog

feat: support rstest in testing library

#2328Merged
Comparing
feat/rstest-rltl
(
527ed7c
) with
main
(
edf9b3b
)
CodSpeed Performance Gauge
-27%
Improvement
2
Regression
2
Untouched
77
Skipped
21

Benchmarks

102 total
002-hello-reactLynx-destroyBackground
benchmark/react
CodSpeed Performance Gauge
-27%
681.8 µs929.9 µs
basic-performance-scroll-view-100
packages/web-platform/web-core-e2e/bench/server.bench.vitest.spec.ts::server-bench
CodSpeed Performance Gauge
-7%
8.1 ms8.7 ms
basic-performance-div-1000
packages/web-platform/web-core-e2e/bench/server.bench.vitest.spec.ts::server-bench
CodSpeed Performance Gauge
+34%
35.3 ms26.3 ms
transform 1000 view elements
packages/react/transform/__test__/basic.bench.js::Basic
CodSpeed Performance Gauge
+29%
54.5 ms42.4 ms
006-static-raw-text__main-thread-renderOpcodes
benchmark/react
CodSpeed Performance Gauge
+1%
21.8 µs21.6 µs
basic-performance-div-10000
packages/web-platform/web-core-e2e/bench/server.bench.vitest.spec.ts::server-bench
CodSpeed Performance Gauge
+1%
228.6 ms226.7 ms
008-many-use-state__main-thread-renderOpcodes
benchmark/react
CodSpeed Performance Gauge
+1%
21.7 µs21.6 µs
002-hello-reactLynx__main-thread-renderOpcodes
benchmark/react
CodSpeed Performance Gauge
+1%
21.8 µs21.6 µs
006-static-raw-text__main-thread-processData
benchmark/react
CodSpeed Performance Gauge
+1%
23.6 µs23.5 µs
002-hello-reactLynx__main-thread-processData
benchmark/react
CodSpeed Performance Gauge
0%
23.4 µs23.3 µs
003-hello-list__main-thread-processData
benchmark/react
CodSpeed Performance Gauge
0%
24.2 µs24.1 µs
003-hello-list-destroyBackground
benchmark/react
CodSpeed Performance Gauge
0%
2.8 ms2.8 ms
002-hello-reactLynx-renderBackground
benchmark/react
CodSpeed Performance Gauge
0%
2.8 ms2.8 ms
003-hello-list__main-thread-listFlush__updateListInfo
benchmark/react
CodSpeed Performance Gauge
0%
174 µs173.7 µs
008-many-use-state/background.js_LoadScript
benchmark/react
CodSpeed Performance Gauge
0%
501.2 µs500.4 µs
002-hello-reactLynx/main-thread.js_LoadScript
benchmark/react
CodSpeed Performance Gauge
0%
389.1 µs388.6 µs
006-static-raw-text/main-thread.js_LoadScript
benchmark/react
CodSpeed Performance Gauge
0%
387.5 µs387.2 µs
003-hello-list/main-thread.js_LoadScript
benchmark/react
CodSpeed Performance Gauge
0%
1.7 ms1.7 ms
008-many-use-state/main-thread.js_LoadScript
benchmark/react
CodSpeed Performance Gauge
0%
394.5 µs394.2 µs
006-static-raw-text__main-thread-renderMainThread
benchmark/react
CodSpeed Performance Gauge
0%
4.9 ms4.9 ms
006-static-raw-text-renderBackground
benchmark/react
CodSpeed Performance Gauge
0%
3.2 ms3.2 ms
008-many-use-state-destroyBackground
benchmark/react
CodSpeed Performance Gauge
0%
8 ms8 ms
002-hello-reactLynx__main-thread-serializeRoot
benchmark/react
CodSpeed Performance Gauge
0%
570.6 µs570.4 µs
006-static-raw-text__main-thread-serializeRoot
benchmark/react
CodSpeed Performance Gauge
0%
984.3 µs983.9 µs
008-many-use-state-hydrate
benchmark/react
CodSpeed Performance Gauge
0%
483 µs482.8 µs

Commits

Click on a commit to change the comparison range
Base
main
edf9b3b
-25.71%
Squashed commit of the following:
582ffe8
2 months ago
by upupming
+34.46%
fix: test cases
49afabb
2 months ago
by upupming
+2.15%
fix: use-sync-external-store test cases
2f22d7d
2 months ago
by upupming
-10.93%
fix: expect for rstest
88ec796
2 months ago
by upupming
-71.22%
Merge branch 'main' into feat/rstest-rltl
222a3b6
1 month ago
by upupming
+76.59%
fix: rstest lock version (#2349)
c493518
1 month ago
by 9aoy
-5.32%
Update packages/react/testing-library/src/setupFiles/common/runtime-setup.js
f581194
1 month ago
by upupming
+7.24%
feat: add rstest support to testing-environment
1c8cf5f
1 month ago
by upupming
-15.52%
fix: align rstest environment and test loader options
340592e
1 month ago
by upupming
-6.27%
test: stabilize rstest list snapshot
b1636a3
1 month ago
by upupming
-6.63%
Merge remote-tracking branch 'origin/main' into feat/rstest-rltl
b5ebec8
1 month ago
by upupming
+26.35%
Merge remote-tracking branch 'origin/main' into feat/rstest-rltl
f79bc80
1 month ago
by upupming
-5.21%
fix(testing-library): externalize rstest dependencies
8b0aad1
28 days ago
by upupming
-0.09%
Merge remote-tracking branch 'origin/main' into feat/rstest-rltl
df3ae29
27 days ago
by upupming
+8.62%
fix: test snapshots
f50b0a5
26 days ago
by upupming
-8.59%
Merge branch 'main' into feat/rstest-rltl
2a6f4c5
26 days ago
by upupming
+17.31%
refactor(testing-library): deprecate createVitestConfig and adopt plugin API
085aed9
26 days ago
by upupming
-17.32%
chore: dedupe pnpm lockfile
41c16b2
26 days ago
by upupming
-0.01%
revert: remove rspeedy peer dependency from react package
b5e9180
25 days ago
by upupming
+0.07%
chore: sync lockfile after removing rstest core
b30dd88
25 days ago
by upupming
-6.32%
fix: add explicit type for profileFlowId
6521e71
19 days ago
by upupming
+40.74%
fix: use runtime worklet-runtime paths in testing setup
5722509
19 days ago
by upupming
-40.74%
test: fix vitest snapshot and defineDCE output assertion
99592d3
19 days ago
by upupming
-20.32%
Merge remote-tracking branch 'origin/main' into feat/rstest-rltl
527ed7c
15 days ago
by upupming
© 2026 CodSpeed Technology
Home Terms Privacy Docs