Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 22 additions & 2 deletions test/rspack-build-tests-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@
"unrecognized server actions should 404 when POSTing a non-server-action request to a nonexistent page",
"unrecognized server actions should 404 when POSTing a server action with an unrecognized id to a nonexistent page: form-data/multipart",
"unrecognized server actions should 404 when POSTing a server action with an unrecognized id to a nonexistent page: plaintext",
"unrecognized server actions should 404 when POSTing a server action with an unrecognized id to a nonexistent page: urlencoded",
"unrecognized server actions should 404 when POSTing a urlencoded action to a nonexistent page",
"unrecognized server actions should error and log a warning when submitting a server action with an unrecognized ID - edge server action invoked from JS - with complex argument",
"unrecognized server actions should error and log a warning when submitting a server action with an unrecognized ID - edge server action invoked from JS - with simple argument",
"unrecognized server actions should error and log a warning when submitting a server action with an unrecognized ID - edge server action invoked via form - js disabled",
Expand Down Expand Up @@ -2963,6 +2963,15 @@
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir/external-redirect/external-redirect.test.ts": {
"passed": [
"external-redirect regression: Server Action triggered from onClick redirects to external URL"
],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir/externalize-node-binary/externalize-node-binary.test.ts": {
"passed": [],
"failed": [],
Expand Down Expand Up @@ -4981,6 +4990,16 @@
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir/no-server-actions/no-server-actions.test.ts": {
"passed": [
"app-dir - no server actions should 404 when triggering a fetch action on an app with no server actions",
"app-dir - no server actions should 404 when triggering an MPA action on an app with no server actions"
],
"failed": [],
"pending": [],
"flakey": [],
"runtimeError": false
},
"test/e2e/app-dir/node-extensions/node-extensions.random.test.ts": {
"passed": [
"Node Extensions Random Cache Components should not error when accessing middlware that use Math.random()",
Expand Down Expand Up @@ -6995,7 +7014,8 @@
},
"test/e2e/app-dir/segment-cache/refresh/segment-cache-refresh.test.ts": {
"passed": [
"segment cache (refresh) refreshes data inside reused default parallel route slots"
"segment cache (refresh) Server Action refresh() refreshes dynamic data only, not cached",
"segment cache (refresh) router.refresh() refreshes both cached and dynamic data"
],
"failed": [],
"pending": [],
Expand Down
Loading