Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run Turborepo integration/e2e tests on rust changes #3779

Closed
wants to merge 1 commit into from

Conversation

mehulkar
Copy link
Contributor

No description provided.

@vercel
Copy link

vercel bot commented Feb 13, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated
examples-designsystem-docs 🔄 Building (Inspect) Feb 13, 2023 at 8:18PM (UTC)
examples-native-web 🔄 Building (Inspect) Feb 13, 2023 at 8:18PM (UTC)
turbo-site ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Feb 13, 2023 at 8:18PM (UTC)
7 Ignored Deployments
Name Status Preview Comments Updated
examples-basic-web ⬜️ Ignored (Inspect) Feb 13, 2023 at 8:18PM (UTC)
examples-cra-web ⬜️ Ignored (Inspect) Feb 13, 2023 at 8:18PM (UTC)
examples-kitchensink-blog ⬜️ Ignored (Inspect) Feb 13, 2023 at 8:18PM (UTC)
examples-nonmonorepo ⬜️ Ignored (Inspect) Feb 13, 2023 at 8:18PM (UTC)
examples-svelte-web ⬜️ Ignored (Inspect) Feb 13, 2023 at 8:18PM (UTC)
examples-tailwind-web ⬜️ Ignored (Inspect) Feb 13, 2023 at 8:18PM (UTC)
examples-vite-web ⬜️ Ignored (Inspect) Feb 13, 2023 at 8:18PM (UTC)

@github-actions
Copy link
Contributor

github-actions bot commented Feb 13, 2023

⚠️ CI failed ⚠️

The following steps have failed in CI:

  • Go integration tests
  • Turbopack Rust tests (mac/win, non-blocking)

See workflow summary for details

Copy link
Contributor

@chris-olszewski chris-olszewski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#3515 didn't get integration tests because CI was run before #3702 landed. This PR does highlight that we probably can get rid of go_e2e step and use turborepo_rust and go as the patterns of go_e2e are almost the union of those two

@mehulkar
Copy link
Contributor Author

#3515 didn't get integration tests because CI was run before #3702 landed. This PR does highlight that we probably can get rid of go_e2e step and use turborepo_rust and go as the patterns of go_e2e are almost the union of those two

I knew we had already done this, but I couldn't find the PR! Thanks for the ref, I'll close this down.

@mehulkar mehulkar closed this Feb 13, 2023
@mehulkar mehulkar deleted the mk/tests-on-rust-changes branch February 13, 2023 21:06
@github-actions
Copy link
Contributor

Benchmark for 73a99c2

Test Base PR % Significant %
bench_startup/Turbopack RSC/1000 modules 2475.66ms ± 7.03ms 2446.58ms ± 5.92ms -1.17% -0.13%
Click to view full benchmark
Test Base PR % Significant %
bench_hmr_to_commit/Turbopack CSR/1000 modules 9670.26µs ± 95.21µs 9783.37µs ± 64.85µs +1.17%
bench_hmr_to_commit/Turbopack RCC/1000 modules 12.34ms ± 0.20ms 12.89ms ± 0.44ms +4.42%
bench_hmr_to_commit/Turbopack RSC/1000 modules 501.60ms ± 1.38ms 504.82ms ± 1.84ms +0.64%
bench_hmr_to_commit/Turbopack SSR/1000 modules 9883.96µs ± 78.48µs 9670.87µs ± 98.01µs -2.16%
bench_hmr_to_eval/Turbopack CSR/1000 modules 8514.48µs ± 72.71µs 8498.37µs ± 76.53µs -0.19%
bench_hmr_to_eval/Turbopack RCC/1000 modules 11.16ms ± 0.13ms 11.01ms ± 0.19ms -1.31%
bench_hmr_to_eval/Turbopack SSR/1000 modules 8672.63µs ± 87.07µs 8766.11µs ± 87.88µs +1.08%
bench_hydration/Turbopack RCC/1000 modules 4211.46ms ± 13.17ms 4226.00ms ± 10.28ms +0.35%
bench_hydration/Turbopack RSC/1000 modules 3842.10ms ± 21.33ms 3835.89ms ± 16.46ms -0.16%
bench_hydration/Turbopack SSR/1000 modules 3701.20ms ± 16.03ms 3704.73ms ± 18.41ms +0.10%
bench_startup/Turbopack CSR/1000 modules 2791.41ms ± 9.60ms 2794.64ms ± 12.29ms +0.12%
bench_startup/Turbopack RCC/1000 modules 2552.99ms ± 8.75ms 2553.91ms ± 6.50ms +0.04%
bench_startup/Turbopack RSC/1000 modules 2475.66ms ± 7.03ms 2446.58ms ± 5.92ms -1.17% -0.13%
bench_startup/Turbopack SSR/1000 modules 2124.65ms ± 4.21ms 2113.62ms ± 2.20ms -0.52%

@github-actions
Copy link
Contributor

Failing next.js integration test suites

Commit: 73a99c2
(Report 1/11)

Test summary

main (e403a44 / v13.1.7-canary.10) Current (73a99c2 / v13.1.7-canary.10) Diff (Failed)
Test suites 🔴 469 / 🟢 0 (Total: 469) 🔴 461 / 🟢 0 (Total: 461) 🔽 8
Test cases 🔴 6679 / 🟢 4041 (Total: 10867) 🔴 5422 / 🟢 4042 (Total: 9611) 🔽 1257

Fixed tests:

- test/integration/custom-page-extension/test/index.test.js 
- test/integration/custom-error/test/index.test.js 
- test/integration/custom-routes-catchall/test/index.test.js 
- test/integration/custom-routes-i18n/test/index.test.js 
- test/integration/data-fetching-errors/test/index.test.js 
- test/integration/custom-routes/test/index.test.js 
- test/integration/development-runtime-config/test/index.test.js

@github-actions
Copy link
Contributor

Failing next.js integration test suites

Commit: 73a99c2
(Report 2/11)

Expand full test reports

test/development/acceptance-app/component-stack.test.ts

  • Error Overlay for server components > Class component used in Server Component > should show error when Class Component is used

  • Error Overlay for server components > Class component used in Server Component > should show error when React.PureComponent is rendered in external package

  • Error Overlay for server components > Class component used in Server Component > should show error when Component is rendered in external package

  • Error Overlay for server components > Next.js component hooks called in Server Component > should show error when useRouter is called

  • Error Overlay for server components > Next.js component hooks called in Server Component > should show error when useSearchParams is called

  • Error Overlay for server components > Next.js component hooks called in Server Component > should show error when useSelectedLayoutSegment is called

  • Error Overlay for server components > Next.js component hooks called in Server Component > should show error when useSelectedLayoutSegments is called

  • Error Overlay for server components > Next.js component hooks called in Server Component > should show error when usePathname is called

  • Error Overlay for server components > React component hooks called in Server Component > should show error when React. is called

  • Error Overlay for server components > React component hooks called in Server Component > should show error when React. is called in external package

  • Error Overlay for server components > React component hooks called in Server Component > should show error when React client hook is called in external package

  • Error Overlay for server components > createContext called in Server Component > should show error when React.createContext is called

  • Error Overlay for server components > createContext called in Server Component > should show error when React.createContext is called in external package

  • Error Overlay for server components > createContext called in Server Component > should show error when createContext is called in external package

test/development/acceptance-app/editor-links.test.ts

  • Error Overlay for server components > Class component used in Server Component > should show error when Class Component is used

  • Error Overlay for server components > Class component used in Server Component > should show error when React.PureComponent is rendered in external package

  • Error Overlay for server components > Class component used in Server Component > should show error when Component is rendered in external package

  • Error Overlay for server components > Next.js component hooks called in Server Component > should show error when useRouter is called

  • Error Overlay for server components > Next.js component hooks called in Server Component > should show error when useSearchParams is called

  • Error Overlay for server components > Next.js component hooks called in Server Component > should show error when useSelectedLayoutSegment is called

  • Error Overlay for server components > Next.js component hooks called in Server Component > should show error when useSelectedLayoutSegments is called

  • Error Overlay for server components > Next.js component hooks called in Server Component > should show error when usePathname is called

  • Error Overlay for server components > React component hooks called in Server Component > should show error when React. is called

  • Error Overlay for server components > React component hooks called in Server Component > should show error when React. is called in external package

  • Error Overlay for server components > React component hooks called in Server Component > should show error when React client hook is called in external package

  • Error Overlay for server components > createContext called in Server Component > should show error when React.createContext is called

  • Error Overlay for server components > createContext called in Server Component > should show error when React.createContext is called in external package

  • Error Overlay for server components > createContext called in Server Component > should show error when createContext is called in external package

test/development/acceptance-app/error-recovery.test.ts

  • Error Overlay for server components > Class component used in Server Component > should show error when Class Component is used

  • Error Overlay for server components > Class component used in Server Component > should show error when React.PureComponent is rendered in external package

  • Error Overlay for server components > Class component used in Server Component > should show error when Component is rendered in external package

  • Error Overlay for server components > Next.js component hooks called in Server Component > should show error when useRouter is called

  • Error Overlay for server components > Next.js component hooks called in Server Component > should show error when useSearchParams is called

  • Error Overlay for server components > Next.js component hooks called in Server Component > should show error when useSelectedLayoutSegment is called

  • Error Overlay for server components > Next.js component hooks called in Server Component > should show error when useSelectedLayoutSegments is called

  • Error Overlay for server components > Next.js component hooks called in Server Component > should show error when usePathname is called

  • Error Overlay for server components > React component hooks called in Server Component > should show error when React. is called

  • Error Overlay for server components > React component hooks called in Server Component > should show error when React. is called in external package

  • Error Overlay for server components > React component hooks called in Server Component > should show error when React client hook is called in external package

  • Error Overlay for server components > createContext called in Server Component > should show error when React.createContext is called

  • Error Overlay for server components > createContext called in Server Component > should show error when React.createContext is called in external package

  • Error Overlay for server components > createContext called in Server Component > should show error when createContext is called in external package

test/development/acceptance-app/hydration-error.test.ts

  • Error Overlay for server components > Class component used in Server Component > should show error when Class Component is used

  • Error Overlay for server components > Class component used in Server Component > should show error when React.PureComponent is rendered in external package

  • Error Overlay for server components > Class component used in Server Component > should show error when Component is rendered in external package

  • Error Overlay for server components > Next.js component hooks called in Server Component > should show error when useRouter is called

  • Error Overlay for server components > Next.js component hooks called in Server Component > should show error when useSearchParams is called

  • Error Overlay for server components > Next.js component hooks called in Server Component > should show error when useSelectedLayoutSegment is called

  • Error Overlay for server components > Next.js component hooks called in Server Component > should show error when useSelectedLayoutSegments is called

  • Error Overlay for server components > Next.js component hooks called in Server Component > should show error when usePathname is called

  • Error Overlay for server components > React component hooks called in Server Component > should show error when React. is called

  • Error Overlay for server components > React component hooks called in Server Component > should show error when React. is called in external package

  • Error Overlay for server components > React component hooks called in Server Component > should show error when React client hook is called in external package

  • Error Overlay for server components > createContext called in Server Component > should show error when React.createContext is called

  • Error Overlay for server components > createContext called in Server Component > should show error when React.createContext is called in external package

  • Error Overlay for server components > createContext called in Server Component > should show error when createContext is called in external package

test/development/acceptance-app/ReactRefresh.test.ts

  • Error Overlay for server components > Class component used in Server Component > should show error when Class Component is used

  • Error Overlay for server components > Class component used in Server Component > should show error when React.PureComponent is rendered in external package

  • Error Overlay for server components > Class component used in Server Component > should show error when Component is rendered in external package

  • Error Overlay for server components > Next.js component hooks called in Server Component > should show error when useRouter is called

  • Error Overlay for server components > Next.js component hooks called in Server Component > should show error when useSearchParams is called

  • Error Overlay for server components > Next.js component hooks called in Server Component > should show error when useSelectedLayoutSegment is called

  • Error Overlay for server components > Next.js component hooks called in Server Component > should show error when useSelectedLayoutSegments is called

  • Error Overlay for server components > Next.js component hooks called in Server Component > should show error when usePathname is called

  • Error Overlay for server components > React component hooks called in Server Component > should show error when React. is called

  • Error Overlay for server components > React component hooks called in Server Component > should show error when React. is called in external package

  • Error Overlay for server components > React component hooks called in Server Component > should show error when React client hook is called in external package

  • Error Overlay for server components > createContext called in Server Component > should show error when React.createContext is called

  • Error Overlay for server components > createContext called in Server Component > should show error when React.createContext is called in external package

  • Error Overlay for server components > createContext called in Server Component > should show error when createContext is called in external package

test/development/acceptance-app/ReactRefreshLogBox-scss.test.ts

  • Error Overlay for server components > Class component used in Server Component > should show error when Class Component is used

  • Error Overlay for server components > Class component used in Server Component > should show error when React.PureComponent is rendered in external package

  • Error Overlay for server components > Class component used in Server Component > should show error when Component is rendered in external package

  • Error Overlay for server components > Next.js component hooks called in Server Component > should show error when useRouter is called

  • Error Overlay for server components > Next.js component hooks called in Server Component > should show error when useSearchParams is called

  • Error Overlay for server components > Next.js component hooks called in Server Component > should show error when useSelectedLayoutSegment is called

  • Error Overlay for server components > Next.js component hooks called in Server Component > should show error when useSelectedLayoutSegments is called

  • Error Overlay for server components > Next.js component hooks called in Server Component > should show error when usePathname is called

  • Error Overlay for server components > React component hooks called in Server Component > should show error when React. is called

  • Error Overlay for server components > React component hooks called in Server Component > should show error when React. is called in external package

  • Error Overlay for server components > React component hooks called in Server Component > should show error when React client hook is called in external package

  • Error Overlay for server components > createContext called in Server Component > should show error when React.createContext is called

  • Error Overlay for server components > createContext called in Server Component > should show error when React.createContext is called in external package

  • Error Overlay for server components > createContext called in Server Component > should show error when createContext is called in external package

test/development/acceptance-app/ReactRefreshLogBox.test.ts

  • Error Overlay for server components > Class component used in Server Component > should show error when Class Component is used

  • Error Overlay for server components > Class component used in Server Component > should show error when React.PureComponent is rendered in external package

  • Error Overlay for server components > Class component used in Server Component > should show error when Component is rendered in external package

  • Error Overlay for server components > Next.js component hooks called in Server Component > should show error when useRouter is called

  • Error Overlay for server components > Next.js component hooks called in Server Component > should show error when useSearchParams is called

  • Error Overlay for server components > Next.js component hooks called in Server Component > should show error when useSelectedLayoutSegment is called

  • Error Overlay for server components > Next.js component hooks called in Server Component > should show error when useSelectedLayoutSegments is called

  • Error Overlay for server components > Next.js component hooks called in Server Component > should show error when usePathname is called

  • Error Overlay for server components > React component hooks called in Server Component > should show error when React. is called

  • Error Overlay for server components > React component hooks called in Server Component > should show error when React. is called in external package

  • Error Overlay for server components > React component hooks called in Server Component > should show error when React client hook is called in external package

  • Error Overlay for server components > createContext called in Server Component > should show error when React.createContext is called

  • Error Overlay for server components > createContext called in Server Component > should show error when React.createContext is called in external package

  • Error Overlay for server components > createContext called in Server Component > should show error when createContext is called in external package

test/development/acceptance-app/ReactRefreshModule.test.ts

  • Error Overlay for server components > Class component used in Server Component > should show error when Class Component is used

  • Error Overlay for server components > Class component used in Server Component > should show error when React.PureComponent is rendered in external package

  • Error Overlay for server components > Class component used in Server Component > should show error when Component is rendered in external package

  • Error Overlay for server components > Next.js component hooks called in Server Component > should show error when useRouter is called

  • Error Overlay for server components > Next.js component hooks called in Server Component > should show error when useSearchParams is called

  • Error Overlay for server components > Next.js component hooks called in Server Component > should show error when useSelectedLayoutSegment is called

  • Error Overlay for server components > Next.js component hooks called in Server Component > should show error when useSelectedLayoutSegments is called

  • Error Overlay for server components > Next.js component hooks called in Server Component > should show error when usePathname is called

  • Error Overlay for server components > React component hooks called in Server Component > should show error when React. is called

  • Error Overlay for server components > React component hooks called in Server Component > should show error when React. is called in external package

  • Error Overlay for server components > React component hooks called in Server Component > should show error when React client hook is called in external package

  • Error Overlay for server components > createContext called in Server Component > should show error when React.createContext is called

  • Error Overlay for server components > createContext called in Server Component > should show error when React.createContext is called in external package

  • Error Overlay for server components > createContext called in Server Component > should show error when createContext is called in external package

test/development/acceptance-app/ReactRefreshRegression.test.ts

  • Error Overlay for server components > Class component used in Server Component > should show error when Class Component is used

  • Error Overlay for server components > Class component used in Server Component > should show error when React.PureComponent is rendered in external package

  • Error Overlay for server components > Class component used in Server Component > should show error when Component is rendered in external package

  • Error Overlay for server components > Next.js component hooks called in Server Component > should show error when useRouter is called

  • Error Overlay for server components > Next.js component hooks called in Server Component > should show error when useSearchParams is called

  • Error Overlay for server components > Next.js component hooks called in Server Component > should show error when useSelectedLayoutSegment is called

  • Error Overlay for server components > Next.js component hooks called in Server Component > should show error when useSelectedLayoutSegments is called

  • Error Overlay for server components > Next.js component hooks called in Server Component > should show error when usePathname is called

  • Error Overlay for server components > React component hooks called in Server Component > should show error when React. is called

  • Error Overlay for server components > React component hooks called in Server Component > should show error when React. is called in external package

  • Error Overlay for server components > React component hooks called in Server Component > should show error when React client hook is called in external package

  • Error Overlay for server components > createContext called in Server Component > should show error when React.createContext is called

  • Error Overlay for server components > createContext called in Server Component > should show error when React.createContext is called in external package

  • Error Overlay for server components > createContext called in Server Component > should show error when createContext is called in external package

test/development/acceptance-app/ReactRefreshRequire.test.ts

  • Error Overlay for server components > Class component used in Server Component > should show error when Class Component is used

  • Error Overlay for server components > Class component used in Server Component > should show error when React.PureComponent is rendered in external package

  • Error Overlay for server components > Class component used in Server Component > should show error when Component is rendered in external package

  • Error Overlay for server components > Next.js component hooks called in Server Component > should show error when useRouter is called

  • Error Overlay for server components > Next.js component hooks called in Server Component > should show error when useSearchParams is called

  • Error Overlay for server components > Next.js component hooks called in Server Component > should show error when useSelectedLayoutSegment is called

  • Error Overlay for server components > Next.js component hooks called in Server Component > should show error when useSelectedLayoutSegments is called

  • Error Overlay for server components > Next.js component hooks called in Server Component > should show error when usePathname is called

  • Error Overlay for server components > React component hooks called in Server Component > should show error when React. is called

  • Error Overlay for server components > React component hooks called in Server Component > should show error when React. is called in external package

  • Error Overlay for server components > React component hooks called in Server Component > should show error when React client hook is called in external package

  • Error Overlay for server components > createContext called in Server Component > should show error when React.createContext is called

  • Error Overlay for server components > createContext called in Server Component > should show error when React.createContext is called in external package

  • Error Overlay for server components > createContext called in Server Component > should show error when createContext is called in external package

test/development/acceptance-app/rsc-build-errors.test.ts

  • Error Overlay for server components > Class component used in Server Component > should show error when Class Component is used

  • Error Overlay for server components > Class component used in Server Component > should show error when React.PureComponent is rendered in external package

  • Error Overlay for server components > Class component used in Server Component > should show error when Component is rendered in external package

  • Error Overlay for server components > Next.js component hooks called in Server Component > should show error when useRouter is called

  • Error Overlay for server components > Next.js component hooks called in Server Component > should show error when useSearchParams is called

  • Error Overlay for server components > Next.js component hooks called in Server Component > should show error when useSelectedLayoutSegment is called

  • Error Overlay for server components > Next.js component hooks called in Server Component > should show error when useSelectedLayoutSegments is called

  • Error Overlay for server components > Next.js component hooks called in Server Component > should show error when usePathname is called

  • Error Overlay for server components > React component hooks called in Server Component > should show error when React. is called

  • Error Overlay for server components > React component hooks called in Server Component > should show error when React. is called in external package

  • Error Overlay for server components > React component hooks called in Server Component > should show error when React client hook is called in external package

  • Error Overlay for server components > createContext called in Server Component > should show error when React.createContext is called

  • Error Overlay for server components > createContext called in Server Component > should show error when React.createContext is called in external package

  • Error Overlay for server components > createContext called in Server Component > should show error when createContext is called in external package

test/development/acceptance-app/server-components.test.ts

  • Error Overlay for server components > Class component used in Server Component > should show error when Class Component is used

  • Error Overlay for server components > Class component used in Server Component > should show error when React.PureComponent is rendered in external package

  • Error Overlay for server components > Class component used in Server Component > should show error when Component is rendered in external package

  • Error Overlay for server components > Next.js component hooks called in Server Component > should show error when useRouter is called

  • Error Overlay for server components > Next.js component hooks called in Server Component > should show error when useSearchParams is called

  • Error Overlay for server components > Next.js component hooks called in Server Component > should show error when useSelectedLayoutSegment is called

  • Error Overlay for server components > Next.js component hooks called in Server Component > should show error when useSelectedLayoutSegments is called

  • Error Overlay for server components > Next.js component hooks called in Server Component > should show error when usePathname is called

  • Error Overlay for server components > React component hooks called in Server Component > should show error when React. is called

  • Error Overlay for server components > React component hooks called in Server Component > should show error when React. is called in external package

  • Error Overlay for server components > React component hooks called in Server Component > should show error when React client hook is called in external package

  • Error Overlay for server components > createContext called in Server Component > should show error when React.createContext is called

  • Error Overlay for server components > createContext called in Server Component > should show error when React.createContext is called in external package

  • Error Overlay for server components > createContext called in Server Component > should show error when createContext is called in external package

``

  • Error Overlay for server components > Class component used in Server Component > should show error when Class Component is used

  • Error Overlay for server components > Class component used in Server Component > should show error when React.PureComponent is rendered in external package

  • Error Overlay for server components > Class component used in Server Component > should show error when Component is rendered in external package

  • Error Overlay for server components > Next.js component hooks called in Server Component > should show error when useRouter is called

  • Error Overlay for server components > Next.js component hooks called in Server Component > should show error when useSearchParams is called

  • Error Overlay for server components > Next.js component hooks called in Server Component > should show error when useSelectedLayoutSegment is called

  • Error Overlay for server components > Next.js component hooks called in Server Component > should show error when useSelectedLayoutSegments is called

  • Error Overlay for server components > Next.js component hooks called in Server Component > should show error when usePathname is called

  • Error Overlay for server components > React component hooks called in Server Component > should show error when React. is called

  • Error Overlay for server components > React component hooks called in Server Component > should show error when React. is called in external package

  • Error Overlay for server components > React component hooks called in Server Component > should show error when React client hook is called in external package

  • Error Overlay for server components > createContext called in Server Component > should show error when React.createContext is called

  • Error Overlay for server components > createContext called in Server Component > should show error when React.createContext is called in external package

  • Error Overlay for server components > createContext called in Server Component > should show error when createContext is called in external package

test/development/acceptance-app/unsupported-app-features.test.ts

  • Error Overlay for server components compiler errors in pages > importing 'next/headers' in pages
  • Error Overlay for server components compiler errors in pages > importing 'server-only' in pages
  • Error Overlay for server components compiler errors in pages > "use client" at the bottom of the page
  • Error Overlay for server components compiler errors in pages > "use client" with parentheses

test/development/acceptance/ReactRefresh.test.ts

  • Error Overlay for server components compiler errors in pages > importing 'next/headers' in pages
  • Error Overlay for server components compiler errors in pages > importing 'server-only' in pages
  • Error Overlay for server components compiler errors in pages > "use client" at the bottom of the page
  • Error Overlay for server components compiler errors in pages > "use client" with parentheses

test/development/api-route-errors/index.test.ts

  • Error Overlay for server components compiler errors in pages > importing 'next/headers' in pages
  • Error Overlay for server components compiler errors in pages > importing 'server-only' in pages
  • Error Overlay for server components compiler errors in pages > "use client" at the bottom of the page
  • Error Overlay for server components compiler errors in pages > "use client" with parentheses

test/development/basic/define-class-fields.test.ts

  • Error Overlay for server components compiler errors in pages > importing 'next/headers' in pages
  • Error Overlay for server components compiler errors in pages > importing 'server-only' in pages
  • Error Overlay for server components compiler errors in pages > "use client" at the bottom of the page
  • Error Overlay for server components compiler errors in pages > "use client" with parentheses

test/development/acceptance/ReactRefreshLogBox-app-doc.test.ts

  • Error Overlay for server components compiler errors in pages > importing 'next/headers' in pages
  • Error Overlay for server components compiler errors in pages > importing 'server-only' in pages
  • Error Overlay for server components compiler errors in pages > "use client" at the bottom of the page
  • Error Overlay for server components compiler errors in pages > "use client" with parentheses

test/development/acceptance/ReactRefreshLogBox.test.ts

  • Error Overlay for server components compiler errors in pages > importing 'next/headers' in pages
  • Error Overlay for server components compiler errors in pages > importing 'server-only' in pages
  • Error Overlay for server components compiler errors in pages > "use client" at the bottom of the page
  • Error Overlay for server components compiler errors in pages > "use client" with parentheses

test/development/acceptance/ReactRefreshModule.test.ts

  • Error Overlay for server components compiler errors in pages > importing 'next/headers' in pages
  • Error Overlay for server components compiler errors in pages > importing 'server-only' in pages
  • Error Overlay for server components compiler errors in pages > "use client" at the bottom of the page
  • Error Overlay for server components compiler errors in pages > "use client" with parentheses

test/development/acceptance/ReactRefreshRegression.test.ts

  • Error Overlay for server components compiler errors in pages > importing 'next/headers' in pages
  • Error Overlay for server components compiler errors in pages > importing 'server-only' in pages
  • Error Overlay for server components compiler errors in pages > "use client" at the bottom of the page
  • Error Overlay for server components compiler errors in pages > "use client" with parentheses

test/development/acceptance/ReactRefreshRequire.test.ts

  • Error Overlay for server components compiler errors in pages > importing 'next/headers' in pages
  • Error Overlay for server components compiler errors in pages > importing 'server-only' in pages
  • Error Overlay for server components compiler errors in pages > "use client" at the bottom of the page
  • Error Overlay for server components compiler errors in pages > "use client" with parentheses

test/development/acceptance/server-component-compiler-errors-in-pages.test.ts

  • Error Overlay for server components compiler errors in pages > importing 'next/headers' in pages
  • Error Overlay for server components compiler errors in pages > importing 'server-only' in pages
  • Error Overlay for server components compiler errors in pages > "use client" at the bottom of the page
  • Error Overlay for server components compiler errors in pages > "use client" with parentheses

``

  • Error Overlay for server components compiler errors in pages > importing 'next/headers' in pages
  • Error Overlay for server components compiler errors in pages > importing 'server-only' in pages
  • Error Overlay for server components compiler errors in pages > "use client" at the bottom of the page
  • Error Overlay for server components compiler errors in pages > "use client" with parentheses

test/development/basic/emotion-swc.test.ts

  • theme-ui SWC option > should have theme provided styling

test/development/basic/gssp-ssr-change-reloading/test/index.test.ts

  • theme-ui SWC option > should have theme provided styling

test/development/client-dev-overlay/index.test.ts

  • theme-ui SWC option > should have theme provided styling

test/development/correct-tsconfig-defaults/index.test.ts

  • theme-ui SWC option > should have theme provided styling

test/development/basic/hmr.test.ts

  • theme-ui SWC option > should have theme provided styling

test/development/basic/legacy-decorators.test.ts

  • theme-ui SWC option > should have theme provided styling

test/development/basic/misc.test.ts

  • theme-ui SWC option > should have theme provided styling

test/development/basic/next-dynamic.test.ts

  • theme-ui SWC option > should have theme provided styling

test/development/basic/node-builtins.test.ts

  • theme-ui SWC option > should have theme provided styling

test/development/basic/project-directory-rename.test.ts

  • theme-ui SWC option > should have theme provided styling

test/development/basic/styled-components.test.ts

  • theme-ui SWC option > should have theme provided styling

test/development/basic/tailwind-jit.test.ts

  • theme-ui SWC option > should have theme provided styling

test/development/basic/theme-ui.test.ts

  • theme-ui SWC option > should have theme provided styling

``

  • theme-ui SWC option > should have theme provided styling

test/development/next-font/font-loader-in-document-error.test.ts

  • validation-error > show a @next/font error when input is wrong

test/development/jsconfig-path-reloading/index.test.ts

  • validation-error > show a @next/font error when input is wrong

test/development/repeated-dev-edits/repeated-dev-edits.test.ts

  • validation-error > show a @next/font error when input is wrong

test/development/webpack-issuer-deprecation-warning/index.test.ts

  • validation-error > show a @next/font error when input is wrong

test/development/tsconfig-path-reloading/index.test.ts

  • validation-error > show a @next/font error when input is wrong

test/development/next-font/incompatible-versions.test.ts

  • validation-error > show a @next/font error when input is wrong

test/development/next-font/validation-error.test.ts

  • validation-error > show a @next/font error when input is wrong

``

  • validation-error > show a @next/font error when input is wrong

test/development/acceptance-app/component-stack.test.ts

  • Error Overlay for server components > Class component used in Server Component > should show error when Class Component is used

  • Error Overlay for server components > Class component used in Server Component > should show error when React.PureComponent is rendered in external package

  • Error Overlay for server components > Class component used in Server Component > should show error when Component is rendered in external package

  • Error Overlay for server components > Next.js component hooks called in Server Component > should show error when useRouter is called

  • Error Overlay for server components > Next.js component hooks called in Server Component > should show error when useSearchParams is called

  • Error Overlay for server components > Next.js component hooks called in Server Component > should show error when useSelectedLayoutSegment is called

  • Error Overlay for server components > Next.js component hooks called in Server Component > should show error when useSelectedLayoutSegments is called

  • Error Overlay for server components > Next.js component hooks called in Server Component > should show error when usePathname is called

  • Error Overlay for server components > React component hooks called in Server Component > should show error when React. is called

  • Error Overlay for server components > React component hooks called in Server Component > should show error when React. is called in external package

  • Error Overlay for server components > React component hooks called in Server Component > should show error when React client hook is called in external package

  • Error Overlay for server components > createContext called in Server Component > should show error when React.createContext is called

  • Error Overlay for server components > createContext called in Server Component > should show error when React.createContext is called in external package

  • Error Overlay for server components > createContext called in Server Component > should show error when createContext is called in external package

test/development/acceptance-app/editor-links.test.ts

  • Error Overlay for server components > Class component used in Server Component > should show error when Class Component is used

  • Error Overlay for server components > Class component used in Server Component > should show error when React.PureComponent is rendered in external package

  • Error Overlay for server components > Class component used in Server Component > should show error when Component is rendered in external package

  • Error Overlay for server components > Next.js component hooks called in Server Component > should show error when useRouter is called

  • Error Overlay for server components > Next.js component hooks called in Server Component > should show error when useSearchParams is called

  • Error Overlay for server components > Next.js component hooks called in Server Component > should show error when useSelectedLayoutSegment is called

  • Error Overlay for server components > Next.js component hooks called in Server Component > should show error when useSelectedLayoutSegments is called

  • Error Overlay for server components > Next.js component hooks called in Server Component > should show error when usePathname is called

  • Error Overlay for server components > React component hooks called in Server Component > should show error when React. is called

  • Error Overlay for server components > React component hooks called in Server Component > should show error when React. is called in external package

  • Error Overlay for server components > React component hooks called in Server Component > should show error when React client hook is called in external package

  • Error Overlay for server components > createContext called in Server Component > should show error when React.createContext is called

  • Error Overlay for server components > createContext called in Server Component > should show error when React.createContext is called in external package

  • Error Overlay for server components > createContext called in Server Component > should show error when createContext is called in external package

test/development/acceptance-app/error-recovery.test.ts

  • Error Overlay for server components > Class component used in Server Component > should show error when Class Component is used

  • Error Overlay for server components > Class component used in Server Component > should show error when React.PureComponent is rendered in external package

  • Error Overlay for server components > Class component used in Server Component > should show error when Component is rendered in external package

  • Error Overlay for server components > Next.js component hooks called in Server Component > should show error when useRouter is called

  • Error Overlay for server components > Next.js component hooks called in Server Component > should show error when useSearchParams is called

  • Error Overlay for server components > Next.js component hooks called in Server Component > should show error when useSelectedLayoutSegment is called

  • Error Overlay for server components > Next.js component hooks called in Server Component > should show error when useSelectedLayoutSegments is called

  • Error Overlay for server components > Next.js component hooks called in Server Component > should show error when usePathname is called

  • Error Overlay for server components > React component hooks called in Server Component > should show error when React. is called

  • Error Overlay for server components > React component hooks called in Server Component > should show error when React. is called in external package

  • Error Overlay for server components > React component hooks called in Server Component > should show error when React client hook is called in external package

  • Error Overlay for server components > createContext called in Server Component > should show error when React.createContext is called

  • Error Overlay for server components > createContext called in Server Component > should show error when React.createContext is called in external package

  • Error Overlay for server components > createContext called in Server Component > should show error when createContext is called in external package

test/development/acceptance-app/hydration-error.test.ts

  • Error Overlay for server components > Class component used in Server Component > should show error when Class Component is used

  • Error Overlay for server components > Class component used in Server Component > should show error when React.PureComponent is rendered in external package

  • Error Overlay for server components > Class component used in Server Component > should show error when Component is rendered in external package

  • Error Overlay for server components > Next.js component hooks called in Server Component > should show error when useRouter is called

  • Error Overlay for server components > Next.js component hooks called in Server Component > should show error when useSearchParams is called

  • Error Overlay for server components > Next.js component hooks called in Server Component > should show error when useSelectedLayoutSegment is called

  • Error Overlay for server components > Next.js component hooks called in Server Component > should show error when useSelectedLayoutSegments is called

  • Error Overlay for server components > Next.js component hooks called in Server Component > should show error when usePathname is called

  • Error Overlay for server components > React component hooks called in Server Component > should show error when React. is called

  • Error Overlay for server components > React component hooks called in Server Component > should show error when React. is called in external package

  • Error Overlay for server components > React component hooks called in Server Component > should show error when React client hook is called in external package

  • Error Overlay for server components > createContext called in Server Component > should show error when React.createContext is called

  • Error Overlay for server components > createContext called in Server Component > should show error when React.createContext is called in external package

  • Error Overlay for server components > createContext called in Server Component > should show error when createContext is called in external package

test/development/acceptance-app/ReactRefresh.test.ts

  • Error Overlay for server components > Class component used in Server Component > should show error when Class Component is used

  • Error Overlay for server components > Class component used in Server Component > should show error when React.PureComponent is rendered in external package

  • Error Overlay for server components > Class component used in Server Component > should show error when Component is rendered in external package

  • Error Overlay for server components > Next.js component hooks called in Server Component > should show error when useRouter is called

  • Error Overlay for server components > Next.js component hooks called in Server Component > should show error when useSearchParams is called

  • Error Overlay for server components > Next.js component hooks called in Server Component > should show error when useSelectedLayoutSegment is called

  • Error Overlay for server components > Next.js component hooks called in Server Component > should show error when useSelectedLayoutSegments is called

  • Error Overlay for server components > Next.js component hooks called in Server Component > should show error when usePathname is called

  • Error Overlay for server components > React component hooks called in Server Component > should show error when React. is called

  • Error Overlay for server components > React component hooks called in Server Component > should show error when React. is called in external package

  • Error Overlay for server components > React component hooks called in Server Component > should show error when React client hook is called in external package

  • Error Overlay for server components > createContext called in Server Component > should show error when React.createContext is called

  • Error Overlay for server components > createContext called in Server Component > should show error when React.createContext is called in external package

  • Error Overlay for server components > createContext called in Server Component > should show error when createContext is called in external package

test/development/acceptance-app/ReactRefreshLogBox-scss.test.ts

  • Error Overlay for server components > Class component used in Server Component > should show error when Class Component is used

  • Error Overlay for server components > Class component used in Server Component > should show error when React.PureComponent is rendered in external package

  • Error Overlay for server components > Class component used in Server Component > should show error when Component is rendered in external package

  • Error Overlay for server components > Next.js component hooks called in Server Component > should show error when useRouter is called

  • Error Overlay for server components > Next.js component hooks called in Server Component > should show error when useSearchParams is called

  • Error Overlay for server components > Next.js component hooks called in Server Component > should show error when useSelectedLayoutSegment is called

  • Error Overlay for server components > Next.js component hooks called in Server Component > should show error when useSelectedLayoutSegments is called

  • Error Overlay for server components > Next.js component hooks called in Server Component > should show error when usePathname is called

  • Error Overlay for server components > React component hooks called in Server Component > should show error when React. is called

  • Error Overlay for server components > React component hooks called in Server Component > should show error when React. is called in external package

  • Error Overlay for server components > React component hooks called in Server Component > should show error when React client hook is called in external package

  • Error Overlay for server components > createContext called in Server Component > should show error when React.createContext is called

  • Error Overlay for server components > createContext called in Server Component > should show error when React.createContext is called in external package

  • Error Overlay for server components > createContext called in Server Component > should show error when createContext is called in external package

test/development/acceptance-app/ReactRefreshLogBox.test.ts

  • Error Overlay for server components > Class component used in Server Component > should show error when Class Component is used

  • Error Overlay for server components > Class component used in Server Component > should show error when React.PureComponent is rendered in external package

  • Error Overlay for server components > Class component used in Server Component > should show error when Component is rendered in external package

  • Error Overlay for server components > Next.js component hooks called in Server Component > should show error when useRouter is called

  • Error Overlay for server components > Next.js component hooks called in Server Component > should show error when useSearchParams is called

  • Error Overlay for server components > Next.js component hooks called in Server Component > should show error when useSelectedLayoutSegment is called

  • Error Overlay for server components > Next.js component hooks called in Server Component > should show error when useSelectedLayoutSegments is called

  • Error Overlay for server components > Next.js component hooks called in Server Component > should show error when usePathname is called

  • Error Overlay for server components > React component hooks called in Server Component > should show error when React. is called

  • Error Overlay for server components > React component hooks called in Server Component > should show error when React. is called in external package

  • Error Overlay for server components > React component hooks called in Server Component > should show error when React client hook is called in external package

  • Error Overlay for server components > createContext called in Server Component > should show error when React.createContext is called

  • Error Overlay for server components > createContext called in Server Component > should show error when React.createContext is called in external package

  • Error Overlay for server components > createContext called in Server Component > should show error when createContext is called in external package

test/development/acceptance-app/ReactRefreshModule.test.ts

  • Error Overlay for server components > Class component used in Server Component > should show error when Class Component is used

  • Error Overlay for server components > Class component used in Server Component > should show error when React.PureComponent is rendered in external package

  • Error Overlay for server components > Class component used in Server Component > should show error when Component is rendered in external package

  • Error Overlay for server components > Next.js component hooks called in Server Component > should show error when useRouter is called

  • Error Overlay for server components > Next.js component hooks called in Server Component > should show error when useSearchParams is called

  • Error Overlay for server components > Next.js component hooks called in Server Component > should show error when useSelectedLayoutSegment is called

  • Error Overlay for server components > Next.js component hooks called in Server Component > should show error when useSelectedLayoutSegments is called

  • Error Overlay for server components > Next.js component hooks called in Server Component > should show error when usePathname is called

  • Error Overlay for server components > React component hooks called in Server Component > should show error when React. is called

  • Error Overlay for server components > React component hooks called in Server Component > should show error when React. is called in external package

  • Error Overlay for server components > React component hooks called in Server Component > should show error when React client hook is called in external package

  • Error Overlay for server components > createContext called in Server Component > should show error when React.createContext is called

  • Error Overlay for server components > createContext called in Server Component > should show error when React.createContext is called in external package

  • Error Overlay for server components > createContext called in Server Component > should show error when createContext is called in external package

test/development/acceptance-app/ReactRefreshRegression.test.ts

  • Error Overlay for server components > Class component used in Server Component > should show error when Class Component is used

  • Error Overlay for server components > Class component used in Server Component > should show error when React.PureComponent is rendered in external package

  • Error Overlay for server components > Class component used in Server Component > should show error when Component is rendered in external package

  • Error Overlay for server components > Next.js component hooks called in Server Component > should show error when useRouter is called

  • Error Overlay for server components > Next.js component hooks called in Server Component > should show error when useSearchParams is called

  • Error Overlay for server components > Next.js component hooks called in Server Component > should show error when useSelectedLayoutSegment is called

  • Error Overlay for server components > Next.js component hooks called in Server Component > should show error when useSelectedLayoutSegments is called

  • Error Overlay for server components > Next.js component hooks called in Server Component > should show error when usePathname is called

  • Error Overlay for server components > React component hooks called in Server Component > should show error when React. is called

  • Error Overlay for server components > React component hooks called in Server Component > should show error when React. is called in external package

  • Error Overlay for server components > React component hooks called in Server Component > should show error when React client hook is called in external package

  • Error Overlay for server components > createContext called in Server Component > should show error when React.createContext is called

  • Error Overlay for server components > createContext called in Server Component > should show error when React.createContext is called in external package

  • Error Overlay for server components > createContext called in Server Component > should show error when createContext is called in external package

test/development/acceptance-app/ReactRefreshRequire.test.ts

  • Error Overlay for server components > Class component used in Server Component > should show error when Class Component is used

  • Error Overlay for server components > Class component used in Server Component > should show error when React.PureComponent is rendered in external package

  • Error Overlay for server components > Class component used in Server Component > should show error when Component is rendered in external package

  • Error Overlay for server components > Next.js component hooks called in Server Component > should show error when useRouter is called

  • Error Overlay for server components > Next.js component hooks called in Server Component > should show error when useSearchParams is called

  • Error Overlay for server components > Next.js component hooks called in Server Component > should show error when useSelectedLayoutSegment is called

  • Error Overlay for server components > Next.js component hooks called in Server Component > should show error when useSelectedLayoutSegments is called

  • Error Overlay for server components > Next.js component hooks called in Server Component > should show error when usePathname is called

  • Error Overlay for server components > React component hooks called in Server Component > should show error when React. is called

  • Error Overlay for server components > React component hooks called in Server Component > should show error when React. is called in external package

  • Error Overlay for server components > React component hooks called in Server Component > should show error when React client hook is called in external package

  • Error Overlay for server components > createContext called in Server Component > should show error when React.createContext is called

  • Error Overlay for server components > createContext called in Server Component > should show error when React.createContext is called in external package

  • Error Overlay for server components > createContext called in Server Component > should show error when createContext is called in external package

test/development/acceptance-app/rsc-build-errors.test.ts

  • Error Overlay for server components > Class component used in Server Component > should show error when Class Component is used

  • Error Overlay for server components > Class component used in Server Component > should show error when React.PureComponent is rendered in external package

  • Error Overlay for server components > Class component used in Server Component > should show error when Component is rendered in external package

  • Error Overlay for server components > Next.js component hooks called in Server Component > should show error when useRouter is called

  • Error Overlay for server components > Next.js component hooks called in Server Component > should show error when useSearchParams is called

  • Error Overlay for server components > Next.js component hooks called in Server Component > should show error when useSelectedLayoutSegment is called

  • Error Overlay for server components > Next.js component hooks called in Server Component > should show error when useSelectedLayoutSegments is called

  • Error Overlay for server components > Next.js component hooks called in Server Component > should show error when usePathname is called

  • Error Overlay for server components > React component hooks called in Server Component > should show error when React. is called

  • Error Overlay for server components > React component hooks called in Server Component > should show error when React. is called in external package

  • Error Overlay for server components > React component hooks called in Server Component > should show error when React client hook is called in external package

  • Error Overlay for server components > createContext called in Server Component > should show error when React.createContext is called

  • Error Overlay for server components > createContext called in Server Component > should show error when React.createContext is called in external package

  • Error Overlay for server components > createContext called in Server Component > should show error when createContext is called in external package

@github-actions
Copy link
Contributor

Failing next.js integration test suites

Commit: 73a99c2
(Report 3/11)

Expand full test reports

test/development/acceptance-app/server-components.test.ts

  • Error Overlay for server components > Class component used in Server Component > should show error when Class Component is used

  • Error Overlay for server components > Class component used in Server Component > should show error when React.PureComponent is rendered in external package

  • Error Overlay for server components > Class component used in Server Component > should show error when Component is rendered in external package

  • Error Overlay for server components > Next.js component hooks called in Server Component > should show error when useRouter is called

  • Error Overlay for server components > Next.js component hooks called in Server Component > should show error when useSearchParams is called

  • Error Overlay for server components > Next.js component hooks called in Server Component > should show error when useSelectedLayoutSegment is called

  • Error Overlay for server components > Next.js component hooks called in Server Component > should show error when useSelectedLayoutSegments is called

  • Error Overlay for server components > Next.js component hooks called in Server Component > should show error when usePathname is called

  • Error Overlay for server components > React component hooks called in Server Component > should show error when React. is called

  • Error Overlay for server components > React component hooks called in Server Component > should show error when React. is called in external package

  • Error Overlay for server components > React component hooks called in Server Component > should show error when React client hook is called in external package

  • Error Overlay for server components > createContext called in Server Component > should show error when React.createContext is called

  • Error Overlay for server components > createContext called in Server Component > should show error when React.createContext is called in external package

  • Error Overlay for server components > createContext called in Server Component > should show error when createContext is called in external package

``

  • Error Overlay for server components > Class component used in Server Component > should show error when Class Component is used

  • Error Overlay for server components > Class component used in Server Component > should show error when React.PureComponent is rendered in external package

  • Error Overlay for server components > Class component used in Server Component > should show error when Component is rendered in external package

  • Error Overlay for server components > Next.js component hooks called in Server Component > should show error when useRouter is called

  • Error Overlay for server components > Next.js component hooks called in Server Component > should show error when useSearchParams is called

  • Error Overlay for server components > Next.js component hooks called in Server Component > should show error when useSelectedLayoutSegment is called

  • Error Overlay for server components > Next.js component hooks called in Server Component > should show error when useSelectedLayoutSegments is called

  • Error Overlay for server components > Next.js component hooks called in Server Component > should show error when usePathname is called

  • Error Overlay for server components > React component hooks called in Server Component > should show error when React. is called

  • Error Overlay for server components > React component hooks called in Server Component > should show error when React. is called in external package

  • Error Overlay for server components > React component hooks called in Server Component > should show error when React client hook is called in external package

  • Error Overlay for server components > createContext called in Server Component > should show error when React.createContext is called

  • Error Overlay for server components > createContext called in Server Component > should show error when React.createContext is called in external package

  • Error Overlay for server components > createContext called in Server Component > should show error when createContext is called in external package

test/development/acceptance-app/unsupported-app-features.test.ts

  • Error Overlay for server components compiler errors in pages > importing 'next/headers' in pages
  • Error Overlay for server components compiler errors in pages > importing 'server-only' in pages
  • Error Overlay for server components compiler errors in pages > "use client" at the bottom of the page
  • Error Overlay for server components compiler errors in pages > "use client" with parentheses

test/development/acceptance/ReactRefresh.test.ts

  • Error Overlay for server components compiler errors in pages > importing 'next/headers' in pages
  • Error Overlay for server components compiler errors in pages > importing 'server-only' in pages
  • Error Overlay for server components compiler errors in pages > "use client" at the bottom of the page
  • Error Overlay for server components compiler errors in pages > "use client" with parentheses

test/development/api-route-errors/index.test.ts

  • Error Overlay for server components compiler errors in pages > importing 'next/headers' in pages
  • Error Overlay for server components compiler errors in pages > importing 'server-only' in pages
  • Error Overlay for server components compiler errors in pages > "use client" at the bottom of the page
  • Error Overlay for server components compiler errors in pages > "use client" with parentheses

test/development/basic/define-class-fields.test.ts

  • Error Overlay for server components compiler errors in pages > importing 'next/headers' in pages
  • Error Overlay for server components compiler errors in pages > importing 'server-only' in pages
  • Error Overlay for server components compiler errors in pages > "use client" at the bottom of the page
  • Error Overlay for server components compiler errors in pages > "use client" with parentheses

test/development/acceptance/ReactRefreshLogBox-app-doc.test.ts

  • Error Overlay for server components compiler errors in pages > importing 'next/headers' in pages
  • Error Overlay for server components compiler errors in pages > importing 'server-only' in pages
  • Error Overlay for server components compiler errors in pages > "use client" at the bottom of the page
  • Error Overlay for server components compiler errors in pages > "use client" with parentheses

test/development/acceptance/ReactRefreshLogBox.test.ts

  • Error Overlay for server components compiler errors in pages > importing 'next/headers' in pages
  • Error Overlay for server components compiler errors in pages > importing 'server-only' in pages
  • Error Overlay for server components compiler errors in pages > "use client" at the bottom of the page
  • Error Overlay for server components compiler errors in pages > "use client" with parentheses

test/development/acceptance/ReactRefreshModule.test.ts

  • Error Overlay for server components compiler errors in pages > importing 'next/headers' in pages
  • Error Overlay for server components compiler errors in pages > importing 'server-only' in pages
  • Error Overlay for server components compiler errors in pages > "use client" at the bottom of the page
  • Error Overlay for server components compiler errors in pages > "use client" with parentheses

test/development/acceptance/ReactRefreshRegression.test.ts

  • Error Overlay for server components compiler errors in pages > importing 'next/headers' in pages
  • Error Overlay for server components compiler errors in pages > importing 'server-only' in pages
  • Error Overlay for server components compiler errors in pages > "use client" at the bottom of the page
  • Error Overlay for server components compiler errors in pages > "use client" with parentheses

test/development/acceptance/ReactRefreshRequire.test.ts

  • Error Overlay for server components compiler errors in pages > importing 'next/headers' in pages
  • Error Overlay for server components compiler errors in pages > importing 'server-only' in pages
  • Error Overlay for server components compiler errors in pages > "use client" at the bottom of the page
  • Error Overlay for server components compiler errors in pages > "use client" with parentheses

test/development/acceptance/server-component-compiler-errors-in-pages.test.ts

  • Error Overlay for server components compiler errors in pages > importing 'next/headers' in pages
  • Error Overlay for server components compiler errors in pages > importing 'server-only' in pages
  • Error Overlay for server components compiler errors in pages > "use client" at the bottom of the page
  • Error Overlay for server components compiler errors in pages > "use client" with parentheses

``

  • Error Overlay for server components compiler errors in pages > importing 'next/headers' in pages
  • Error Overlay for server components compiler errors in pages > importing 'server-only' in pages
  • Error Overlay for server components compiler errors in pages > "use client" at the bottom of the page
  • Error Overlay for server components compiler errors in pages > "use client" with parentheses

test/development/basic/emotion-swc.test.ts

  • theme-ui SWC option > should have theme provided styling

test/development/basic/gssp-ssr-change-reloading/test/index.test.ts

  • theme-ui SWC option > should have theme provided styling

test/development/client-dev-overlay/index.test.ts

  • theme-ui SWC option > should have theme provided styling

test/development/correct-tsconfig-defaults/index.test.ts

  • theme-ui SWC option > should have theme provided styling

test/development/basic/hmr.test.ts

  • theme-ui SWC option > should have theme provided styling

test/development/basic/legacy-decorators.test.ts

  • theme-ui SWC option > should have theme provided styling

test/development/basic/misc.test.ts

  • theme-ui SWC option > should have theme provided styling

test/development/basic/next-dynamic.test.ts

  • theme-ui SWC option > should have theme provided styling

test/development/basic/node-builtins.test.ts

  • theme-ui SWC option > should have theme provided styling

test/development/basic/project-directory-rename.test.ts

  • theme-ui SWC option > should have theme provided styling

test/development/basic/styled-components.test.ts

  • theme-ui SWC option > should have theme provided styling

test/development/basic/tailwind-jit.test.ts

  • theme-ui SWC option > should have theme provided styling

test/development/basic/theme-ui.test.ts

  • theme-ui SWC option > should have theme provided styling

``

  • theme-ui SWC option > should have theme provided styling

test/development/next-font/font-loader-in-document-error.test.ts

  • validation-error > show a @next/font error when input is wrong

test/development/jsconfig-path-reloading/index.test.ts

  • validation-error > show a @next/font error when input is wrong

test/development/repeated-dev-edits/repeated-dev-edits.test.ts

  • validation-error > show a @next/font error when input is wrong

test/development/webpack-issuer-deprecation-warning/index.test.ts

  • validation-error > show a @next/font error when input is wrong

test/development/tsconfig-path-reloading/index.test.ts

  • validation-error > show a @next/font error when input is wrong

test/development/next-font/incompatible-versions.test.ts

  • validation-error > show a @next/font error when input is wrong

test/development/next-font/validation-error.test.ts

  • validation-error > show a @next/font error when input is wrong

``

  • validation-error > show a @next/font error when input is wrong

test/e2e/app-dir/app-alias/app-alias.test.ts

  • router autoscrolling on navigation > vertical scroll when page imports css modules > should scroll to top of document when navigating between to pages without layout when

test/e2e/app-dir/app-basepath/index.test.ts

  • router autoscrolling on navigation > vertical scroll when page imports css modules > should scroll to top of document when navigating between to pages without layout when

test/e2e/404-page-router/index.test.ts

  • router autoscrolling on navigation > vertical scroll when page imports css modules > should scroll to top of document when navigating between to pages without layout when

test/e2e/app-dir/app-edge-global/app-edge-global.test.ts

  • router autoscrolling on navigation > vertical scroll when page imports css modules > should scroll to top of document when navigating between to pages without layout when

test/e2e/app-dir/app-css/index.test.ts

  • router autoscrolling on navigation > vertical scroll when page imports css modules > should scroll to top of document when navigating between to pages without layout when

test/e2e/app-dir/app-edge/app-edge.test.ts

  • router autoscrolling on navigation > vertical scroll when page imports css modules > should scroll to top of document when navigating between to pages without layout when

test/e2e/app-dir/app-middleware/app-middleware.test.ts

  • router autoscrolling on navigation > vertical scroll when page imports css modules > should scroll to top of document when navigating between to pages without layout when

test/e2e/app-dir/app-rendering/rendering.test.ts

  • router autoscrolling on navigation > vertical scroll when page imports css modules > should scroll to top of document when navigating between to pages without layout when

test/e2e/app-dir/app-static/app-static.test.ts

  • router autoscrolling on navigation > vertical scroll when page imports css modules > should scroll to top of document when navigating between to pages without layout when

test/e2e/app-dir/asset-prefix/asset-prefix.test.ts

  • router autoscrolling on navigation > vertical scroll when page imports css modules > should scroll to top of document when navigating between to pages without layout when

test/e2e/app-dir/app/index.test.ts

  • router autoscrolling on navigation > vertical scroll when page imports css modules > should scroll to top of document when navigating between to pages without layout when

test/e2e/app-dir/autoscroll-with-css-modules/index.test.ts

  • router autoscrolling on navigation > vertical scroll when page imports css modules > should scroll to top of document when navigating between to pages without layout when

``

  • router autoscrolling on navigation > vertical scroll when page imports css modules > should scroll to top of document when navigating between to pages without layout when

test/e2e/app-dir/dynamic-href/dynamic-href.test.ts

  • app-dir root layout > should correctly handle navigation between multiple root layouts

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with basic routes

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with route groups

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with parallel routes

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with dynamic routes

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with dynamic catchall routes

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with static routes

test/e2e/app-dir/dynamic/dynamic.test.ts

  • app-dir root layout > should correctly handle navigation between multiple root layouts

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with basic routes

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with route groups

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with parallel routes

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with dynamic routes

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with dynamic catchall routes

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with static routes

test/e2e/app-dir/create-root-layout/create-root-layout.test.ts

  • app-dir root layout > should correctly handle navigation between multiple root layouts

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with basic routes

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with route groups

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with parallel routes

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with dynamic routes

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with dynamic catchall routes

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with static routes

test/e2e/app-dir/global-error/global-error.test.ts

  • app-dir root layout > should correctly handle navigation between multiple root layouts

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with basic routes

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with route groups

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with parallel routes

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with dynamic routes

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with dynamic catchall routes

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with static routes

test/e2e/app-dir/head/head.test.ts

  • app-dir root layout > should correctly handle navigation between multiple root layouts

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with basic routes

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with route groups

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with parallel routes

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with dynamic routes

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with dynamic catchall routes

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with static routes

test/e2e/app-dir/interpolability-with-pages/navigation.test.ts

  • app-dir root layout > should correctly handle navigation between multiple root layouts

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with basic routes

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with route groups

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with parallel routes

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with dynamic routes

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with dynamic catchall routes

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with static routes

test/e2e/app-dir/hooks/hooks.test.ts

  • app-dir root layout > should correctly handle navigation between multiple root layouts

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with basic routes

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with route groups

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with parallel routes

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with dynamic routes

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with dynamic catchall routes

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with static routes

test/e2e/app-dir/layout-params/layout-params.test.ts

  • app-dir root layout > should correctly handle navigation between multiple root layouts

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with basic routes

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with route groups

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with parallel routes

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with dynamic routes

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with dynamic catchall routes

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with static routes

test/e2e/app-dir/metadata/metadata.test.ts

  • app-dir root layout > should correctly handle navigation between multiple root layouts

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with basic routes

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with route groups

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with parallel routes

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with dynamic routes

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with dynamic catchall routes

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with static routes

test/e2e/app-dir/navigation/navigation.test.ts

  • app-dir root layout > should correctly handle navigation between multiple root layouts

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with basic routes

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with route groups

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with parallel routes

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with dynamic routes

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with dynamic catchall routes

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with static routes

test/e2e/app-dir/next-font/next-font.test.ts

  • app-dir root layout > should correctly handle navigation between multiple root layouts

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with basic routes

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with route groups

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with parallel routes

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with dynamic routes

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with dynamic catchall routes

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with static routes

test/e2e/app-dir/next-image/next-image.test.ts

  • app-dir root layout > should correctly handle navigation between multiple root layouts

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with basic routes

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with route groups

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with parallel routes

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with dynamic routes

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with dynamic catchall routes

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with static routes

test/e2e/app-dir/rewrites-redirects/rewrites-redirects.test.ts

  • app-dir root layout > should correctly handle navigation between multiple root layouts

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with basic routes

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with route groups

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with parallel routes

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with dynamic routes

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with dynamic catchall routes

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with static routes

test/e2e/app-dir/root-layout/root-layout.test.ts

  • app-dir root layout > should correctly handle navigation between multiple root layouts

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with basic routes

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with route groups

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with parallel routes

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with dynamic routes

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with dynamic catchall routes

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with static routes

``

  • app-dir root layout > should correctly handle navigation between multiple root layouts

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with basic routes

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with route groups

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with parallel routes

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with dynamic routes

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with dynamic catchall routes

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with static routes

test/e2e/app-dir/trailingslash/trailingslash.test.ts

  • legacyBrowsers: true > should apply legacyBrowsers: true

test/e2e/basepath-trailing-slash.test.ts

  • legacyBrowsers: true > should apply legacyBrowsers: true

test/e2e/app-dir/use-selected-layout-segment-s/use-selected-layout-segment-s.test.ts

  • legacyBrowsers: true > should apply legacyBrowsers: true

test/e2e/browserslist/browserslist.test.ts

  • legacyBrowsers: true > should apply legacyBrowsers: true

test/e2e/edge-can-read-request-body/index.test.ts

  • legacyBrowsers: true > should apply legacyBrowsers: true

test/e2e/dynamic-route-interpolation/index.test.ts

  • legacyBrowsers: true > should apply legacyBrowsers: true

test/e2e/edge-compiler-can-import-blob-assets/index.test.ts

  • legacyBrowsers: true > should apply legacyBrowsers: true

test/e2e/edge-can-use-wasm-files/index.test.ts

  • legacyBrowsers: true > should apply legacyBrowsers: true

test/e2e/browserslist/legacybrowsers-false.test.ts

  • legacyBrowsers: true > should apply legacyBrowsers: true

test/e2e/browserslist/legacybrowsers-true.test.ts

  • legacyBrowsers: true > should apply legacyBrowsers: true

test/e2e/basepath.test.ts

  • legacyBrowsers: true > should apply legacyBrowsers: true

``

  • legacyBrowsers: true > should apply legacyBrowsers: true

test/e2e/edge-render-getserversideprops/index.test.ts

  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /en to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /sv to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /nl to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /en to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /sv to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /nl to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /en to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /sv to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /nl to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to:
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to: /en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to: /sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to: /nl

test/e2e/edge-configurable-runtime/index.test.ts

  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /en to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /sv to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /nl to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /en to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /sv to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /nl to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /en to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /sv to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /nl to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to:
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to: /en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to: /sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to: /nl

test/e2e/fetch-failures-have-good-stack-traces-in-edge-runtime/fetch-failures-have-good-stack-traces-in-edge-runtime.test.ts

  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /en to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /sv to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /nl to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /en to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /sv to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /nl to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /en to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /sv to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /nl to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to:
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to: /en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to: /sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to: /nl

test/e2e/handle-non-hoisted-swc-helpers/index.test.ts

  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /en to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /sv to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /nl to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /en to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /sv to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /nl to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /en to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /sv to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /nl to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to:
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to: /en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to: /sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to: /nl

test/e2e/getserversideprops/test/index.test.ts

  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /en to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /sv to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /nl to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /en to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /sv to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /nl to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /en to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /sv to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /nl to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to:
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to: /en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to: /sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to: /nl

test/e2e/i18n-api-support/index.test.ts

  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /en to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /sv to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /nl to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /en to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /sv to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /nl to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /en to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /sv to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /nl to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to:
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to: /en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to: /sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to: /nl

test/e2e/i18n-data-fetching-redirect/index.test.ts

  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /en to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /sv to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /nl to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /en to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /sv to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /nl to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /en to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /sv to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /nl to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to:
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to: /en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to: /sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to: /nl

test/e2e/i18n-ignore-rewrite-source-locale/rewrites-with-basepath.test.ts

  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /en to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /sv to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /nl to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /en to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /sv to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /nl to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /en to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /sv to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /nl to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to:
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to: /en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to: /sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to: /nl

test/e2e/i18n-ignore-redirect-source-locale/redirects-with-basepath.test.ts

  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /en to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /sv to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /nl to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /en to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /sv to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /nl to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /en to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /sv to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /nl to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to:
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to: /en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to: /sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to: /nl

test/e2e/ignore-invalid-popstateevent/with-i18n.test.ts

  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /en to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /sv to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /nl to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /en to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /sv to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /nl to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /en to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /sv to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /nl to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to:
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to: /en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to: /sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to: /nl

test/e2e/link-with-api-rewrite/index.test.ts

  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /en to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /sv to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /nl to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /en to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /sv to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /nl to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /en to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /sv to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /nl to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to:
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to: /en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to: /sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to: /nl

test/e2e/middleware-base-path/test/index.test.ts

  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /en to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /sv to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /nl to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /en to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /sv to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /nl to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /en to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /sv to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /nl to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to:
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to: /en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to: /sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to: /nl

test/e2e/manual-client-base-path/index.test.ts

  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /en to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /sv to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /nl to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /en to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /sv to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /nl to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /en to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /sv to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /nl to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to:
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to: /en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to: /sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to: /nl

test/e2e/middleware-custom-matchers-basepath/test/index.test.ts

  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /en to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /sv to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /nl to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /en to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /sv to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /nl to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /en to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /sv to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /nl to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to:
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to: /en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to: /sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to: /nl

test/e2e/i18n-ignore-rewrite-source-locale/rewrites.test.ts

  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /en to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /sv to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /nl to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /en to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /sv to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /nl to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /en to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /sv to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /nl to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to:
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to: /en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to: /sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to: /nl

test/e2e/middleware-custom-matchers-i18n/test/index.test.ts

  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /en to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /sv to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /nl to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /en to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /sv to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /nl to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /en to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /sv to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /nl to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to:
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to: /en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to: /sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to: /nl

test/e2e/i18n-ignore-redirect-source-locale/redirects.test.ts

  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /en to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /sv to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /nl to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /en to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /sv to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /nl to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /en to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /sv to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /nl to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to:
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to: /en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to: /sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to: /nl

``

  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /en to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /sv to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /nl to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /en to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /sv to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /nl to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /en to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /sv to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /nl to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to:
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to: /en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to: /sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to: /nl

test/e2e/middleware-fetches-with-any-http-method/index.test.ts

  • @next/font/google fetch error > should use a fallback font in dev

test/e2e/middleware-fetches-with-body/index.test.ts

  • @next/font/google fetch error > should use a fallback font in dev

test/e2e/middleware-custom-matchers/test/index.test.ts

  • @next/font/google fetch error > should use a fallback font in dev

test/e2e/middleware-matcher/index.test.ts

  • @next/font/google fetch error > should use a fallback font in dev

test/e2e/middleware-redirects/test/index.test.ts

  • @next/font/google fetch error > should use a fallback font in dev

test/e2e/middleware-request-header-overrides/test/index.test.ts

  • @next/font/google fetch error > should use a fallback font in dev

test/e2e/middleware-responses/test/index.test.ts

  • @next/font/google fetch error > should use a fallback font in dev

test/e2e/middleware-shallow-link/index.test.ts

  • @next/font/google fetch error > should use a fallback font in dev

test/e2e/middleware-rewrites/test/index.test.ts

  • @next/font/google fetch error > should use a fallback font in dev

test/e2e/next-font/basepath.test.ts

  • @next/font/google fetch error > should use a fallback font in dev

test/e2e/middleware-trailing-slash/test/index.test.ts

  • @next/font/google fetch error > should use a fallback font in dev

test/e2e/next-font/google-fetch-error.test.ts

  • @next/font/google fetch error > should use a fallback font in dev

test/e2e/new-link-behavior/index.test.ts

  • @next/font/google fetch error > should use a fallback font in dev

``

  • @next/font/google fetch error > should use a fallback font in dev

test/e2e/next-image-forward-ref/index.test.ts

  • Prerender > should navigate between pages successfully
  • Prerender > should respond with 405 for POST to static page
  • Prerender > should not supply query values to params or useRouter non-dynamic page SSR
  • Prerender > should not supply query values to params or useRouter dynamic page SSR
  • Prerender > should navigate to a normal page and back
  • Prerender > should reload page on failed data request
  • Prerender > should navigate to dynamic page with brackets in param as object
  • Prerender > should navigate to dynamic page with brackets in param as string
  • Prerender > should navigate to catch-all page with brackets in param as string
  • Prerender > should navigate to catch-all page with brackets in param as object
  • Prerender > should support lazy catchall route
  • Prerender > should support nested lazy catchall route
  • Prerender > should handle fallback only page correctly HTML
  • Prerender > should handle fallback only page correctly data
  • Prerender > should allow rewriting to SSG page with fallback: false
  • Prerender > should allow rewriting to SSG page with fallback: 'blocking'
  • Prerender > should fetch /_next/data correctly with mismatched href and as
  • Prerender > should not error when rewriting to fallback dynamic SSG page
  • Prerender > should show warning when large amount of page data is returned
  • Prerender > should always show fallback for page not in getStaticPaths
  • Prerender > should log error in console and browser in dev mode
  • Prerender > should always call getStaticProps without caching in dev
  • Prerender > should show fallback before invalid JSON is returned from getStaticProps
  • Prerender > should not fallback before invalid JSON is returned from getStaticProps when blocking fallback
  • Prerender > should show error for invalid JSON returned from getStaticProps on SSR
  • Prerender > should show error for invalid JSON returned from getStaticProps on CST

@github-actions
Copy link
Contributor

Failing next.js integration test suites

Commit: 73a99c2
(Report 4/11)

Expand full test reports

test/e2e/next-font/index.test.ts

  • Prerender > should navigate between pages successfully
  • Prerender > should respond with 405 for POST to static page
  • Prerender > should not supply query values to params or useRouter non-dynamic page SSR
  • Prerender > should not supply query values to params or useRouter dynamic page SSR
  • Prerender > should navigate to a normal page and back
  • Prerender > should reload page on failed data request
  • Prerender > should navigate to dynamic page with brackets in param as object
  • Prerender > should navigate to dynamic page with brackets in param as string
  • Prerender > should navigate to catch-all page with brackets in param as string
  • Prerender > should navigate to catch-all page with brackets in param as object
  • Prerender > should support lazy catchall route
  • Prerender > should support nested lazy catchall route
  • Prerender > should handle fallback only page correctly HTML
  • Prerender > should handle fallback only page correctly data
  • Prerender > should allow rewriting to SSG page with fallback: false
  • Prerender > should allow rewriting to SSG page with fallback: 'blocking'
  • Prerender > should fetch /_next/data correctly with mismatched href and as
  • Prerender > should not error when rewriting to fallback dynamic SSG page
  • Prerender > should show warning when large amount of page data is returned
  • Prerender > should always show fallback for page not in getStaticPaths
  • Prerender > should log error in console and browser in dev mode
  • Prerender > should always call getStaticProps without caching in dev
  • Prerender > should show fallback before invalid JSON is returned from getStaticProps
  • Prerender > should not fallback before invalid JSON is returned from getStaticProps when blocking fallback
  • Prerender > should show error for invalid JSON returned from getStaticProps on SSR
  • Prerender > should show error for invalid JSON returned from getStaticProps on CST

test/e2e/nonce-head-manager/index.test.ts

  • Prerender > should navigate between pages successfully
  • Prerender > should respond with 405 for POST to static page
  • Prerender > should not supply query values to params or useRouter non-dynamic page SSR
  • Prerender > should not supply query values to params or useRouter dynamic page SSR
  • Prerender > should navigate to a normal page and back
  • Prerender > should reload page on failed data request
  • Prerender > should navigate to dynamic page with brackets in param as object
  • Prerender > should navigate to dynamic page with brackets in param as string
  • Prerender > should navigate to catch-all page with brackets in param as string
  • Prerender > should navigate to catch-all page with brackets in param as object
  • Prerender > should support lazy catchall route
  • Prerender > should support nested lazy catchall route
  • Prerender > should handle fallback only page correctly HTML
  • Prerender > should handle fallback only page correctly data
  • Prerender > should allow rewriting to SSG page with fallback: false
  • Prerender > should allow rewriting to SSG page with fallback: 'blocking'
  • Prerender > should fetch /_next/data correctly with mismatched href and as
  • Prerender > should not error when rewriting to fallback dynamic SSG page
  • Prerender > should show warning when large amount of page data is returned
  • Prerender > should always show fallback for page not in getStaticPaths
  • Prerender > should log error in console and browser in dev mode
  • Prerender > should always call getStaticProps without caching in dev
  • Prerender > should show fallback before invalid JSON is returned from getStaticProps
  • Prerender > should not fallback before invalid JSON is returned from getStaticProps when blocking fallback
  • Prerender > should show error for invalid JSON returned from getStaticProps on SSR
  • Prerender > should show error for invalid JSON returned from getStaticProps on CST

test/e2e/next-script/index.test.ts

  • Prerender > should navigate between pages successfully
  • Prerender > should respond with 405 for POST to static page
  • Prerender > should not supply query values to params or useRouter non-dynamic page SSR
  • Prerender > should not supply query values to params or useRouter dynamic page SSR
  • Prerender > should navigate to a normal page and back
  • Prerender > should reload page on failed data request
  • Prerender > should navigate to dynamic page with brackets in param as object
  • Prerender > should navigate to dynamic page with brackets in param as string
  • Prerender > should navigate to catch-all page with brackets in param as string
  • Prerender > should navigate to catch-all page with brackets in param as object
  • Prerender > should support lazy catchall route
  • Prerender > should support nested lazy catchall route
  • Prerender > should handle fallback only page correctly HTML
  • Prerender > should handle fallback only page correctly data
  • Prerender > should allow rewriting to SSG page with fallback: false
  • Prerender > should allow rewriting to SSG page with fallback: 'blocking'
  • Prerender > should fetch /_next/data correctly with mismatched href and as
  • Prerender > should not error when rewriting to fallback dynamic SSG page
  • Prerender > should show warning when large amount of page data is returned
  • Prerender > should always show fallback for page not in getStaticPaths
  • Prerender > should log error in console and browser in dev mode
  • Prerender > should always call getStaticProps without caching in dev
  • Prerender > should show fallback before invalid JSON is returned from getStaticProps
  • Prerender > should not fallback before invalid JSON is returned from getStaticProps when blocking fallback
  • Prerender > should show error for invalid JSON returned from getStaticProps on SSR
  • Prerender > should show error for invalid JSON returned from getStaticProps on CST

test/e2e/og-api/index.test.ts

  • Prerender > should navigate between pages successfully
  • Prerender > should respond with 405 for POST to static page
  • Prerender > should not supply query values to params or useRouter non-dynamic page SSR
  • Prerender > should not supply query values to params or useRouter dynamic page SSR
  • Prerender > should navigate to a normal page and back
  • Prerender > should reload page on failed data request
  • Prerender > should navigate to dynamic page with brackets in param as object
  • Prerender > should navigate to dynamic page with brackets in param as string
  • Prerender > should navigate to catch-all page with brackets in param as string
  • Prerender > should navigate to catch-all page with brackets in param as object
  • Prerender > should support lazy catchall route
  • Prerender > should support nested lazy catchall route
  • Prerender > should handle fallback only page correctly HTML
  • Prerender > should handle fallback only page correctly data
  • Prerender > should allow rewriting to SSG page with fallback: false
  • Prerender > should allow rewriting to SSG page with fallback: 'blocking'
  • Prerender > should fetch /_next/data correctly with mismatched href and as
  • Prerender > should not error when rewriting to fallback dynamic SSG page
  • Prerender > should show warning when large amount of page data is returned
  • Prerender > should always show fallback for page not in getStaticPaths
  • Prerender > should log error in console and browser in dev mode
  • Prerender > should always call getStaticProps without caching in dev
  • Prerender > should show fallback before invalid JSON is returned from getStaticProps
  • Prerender > should not fallback before invalid JSON is returned from getStaticProps when blocking fallback
  • Prerender > should show error for invalid JSON returned from getStaticProps on SSR
  • Prerender > should show error for invalid JSON returned from getStaticProps on CST

test/e2e/postcss-config-cjs/index.test.ts

  • Prerender > should navigate between pages successfully
  • Prerender > should respond with 405 for POST to static page
  • Prerender > should not supply query values to params or useRouter non-dynamic page SSR
  • Prerender > should not supply query values to params or useRouter dynamic page SSR
  • Prerender > should navigate to a normal page and back
  • Prerender > should reload page on failed data request
  • Prerender > should navigate to dynamic page with brackets in param as object
  • Prerender > should navigate to dynamic page with brackets in param as string
  • Prerender > should navigate to catch-all page with brackets in param as string
  • Prerender > should navigate to catch-all page with brackets in param as object
  • Prerender > should support lazy catchall route
  • Prerender > should support nested lazy catchall route
  • Prerender > should handle fallback only page correctly HTML
  • Prerender > should handle fallback only page correctly data
  • Prerender > should allow rewriting to SSG page with fallback: false
  • Prerender > should allow rewriting to SSG page with fallback: 'blocking'
  • Prerender > should fetch /_next/data correctly with mismatched href and as
  • Prerender > should not error when rewriting to fallback dynamic SSG page
  • Prerender > should show warning when large amount of page data is returned
  • Prerender > should always show fallback for page not in getStaticPaths
  • Prerender > should log error in console and browser in dev mode
  • Prerender > should always call getStaticProps without caching in dev
  • Prerender > should show fallback before invalid JSON is returned from getStaticProps
  • Prerender > should not fallback before invalid JSON is returned from getStaticProps when blocking fallback
  • Prerender > should show error for invalid JSON returned from getStaticProps on SSR
  • Prerender > should show error for invalid JSON returned from getStaticProps on CST

test/e2e/prerender-crawler.test.ts

  • Prerender > should navigate between pages successfully
  • Prerender > should respond with 405 for POST to static page
  • Prerender > should not supply query values to params or useRouter non-dynamic page SSR
  • Prerender > should not supply query values to params or useRouter dynamic page SSR
  • Prerender > should navigate to a normal page and back
  • Prerender > should reload page on failed data request
  • Prerender > should navigate to dynamic page with brackets in param as object
  • Prerender > should navigate to dynamic page with brackets in param as string
  • Prerender > should navigate to catch-all page with brackets in param as string
  • Prerender > should navigate to catch-all page with brackets in param as object
  • Prerender > should support lazy catchall route
  • Prerender > should support nested lazy catchall route
  • Prerender > should handle fallback only page correctly HTML
  • Prerender > should handle fallback only page correctly data
  • Prerender > should allow rewriting to SSG page with fallback: false
  • Prerender > should allow rewriting to SSG page with fallback: 'blocking'
  • Prerender > should fetch /_next/data correctly with mismatched href and as
  • Prerender > should not error when rewriting to fallback dynamic SSG page
  • Prerender > should show warning when large amount of page data is returned
  • Prerender > should always show fallback for page not in getStaticPaths
  • Prerender > should log error in console and browser in dev mode
  • Prerender > should always call getStaticProps without caching in dev
  • Prerender > should show fallback before invalid JSON is returned from getStaticProps
  • Prerender > should not fallback before invalid JSON is returned from getStaticProps when blocking fallback
  • Prerender > should show error for invalid JSON returned from getStaticProps on SSR
  • Prerender > should show error for invalid JSON returned from getStaticProps on CST

test/e2e/reload-scroll-backforward-restoration/index.test.ts

  • Prerender > should navigate between pages successfully
  • Prerender > should respond with 405 for POST to static page
  • Prerender > should not supply query values to params or useRouter non-dynamic page SSR
  • Prerender > should not supply query values to params or useRouter dynamic page SSR
  • Prerender > should navigate to a normal page and back
  • Prerender > should reload page on failed data request
  • Prerender > should navigate to dynamic page with brackets in param as object
  • Prerender > should navigate to dynamic page with brackets in param as string
  • Prerender > should navigate to catch-all page with brackets in param as string
  • Prerender > should navigate to catch-all page with brackets in param as object
  • Prerender > should support lazy catchall route
  • Prerender > should support nested lazy catchall route
  • Prerender > should handle fallback only page correctly HTML
  • Prerender > should handle fallback only page correctly data
  • Prerender > should allow rewriting to SSG page with fallback: false
  • Prerender > should allow rewriting to SSG page with fallback: 'blocking'
  • Prerender > should fetch /_next/data correctly with mismatched href and as
  • Prerender > should not error when rewriting to fallback dynamic SSG page
  • Prerender > should show warning when large amount of page data is returned
  • Prerender > should always show fallback for page not in getStaticPaths
  • Prerender > should log error in console and browser in dev mode
  • Prerender > should always call getStaticProps without caching in dev
  • Prerender > should show fallback before invalid JSON is returned from getStaticProps
  • Prerender > should not fallback before invalid JSON is returned from getStaticProps when blocking fallback
  • Prerender > should show error for invalid JSON returned from getStaticProps on SSR
  • Prerender > should show error for invalid JSON returned from getStaticProps on CST

test/e2e/streaming-ssr/index.test.ts

  • Prerender > should navigate between pages successfully
  • Prerender > should respond with 405 for POST to static page
  • Prerender > should not supply query values to params or useRouter non-dynamic page SSR
  • Prerender > should not supply query values to params or useRouter dynamic page SSR
  • Prerender > should navigate to a normal page and back
  • Prerender > should reload page on failed data request
  • Prerender > should navigate to dynamic page with brackets in param as object
  • Prerender > should navigate to dynamic page with brackets in param as string
  • Prerender > should navigate to catch-all page with brackets in param as string
  • Prerender > should navigate to catch-all page with brackets in param as object
  • Prerender > should support lazy catchall route
  • Prerender > should support nested lazy catchall route
  • Prerender > should handle fallback only page correctly HTML
  • Prerender > should handle fallback only page correctly data
  • Prerender > should allow rewriting to SSG page with fallback: false
  • Prerender > should allow rewriting to SSG page with fallback: 'blocking'
  • Prerender > should fetch /_next/data correctly with mismatched href and as
  • Prerender > should not error when rewriting to fallback dynamic SSG page
  • Prerender > should show warning when large amount of page data is returned
  • Prerender > should always show fallback for page not in getStaticPaths
  • Prerender > should log error in console and browser in dev mode
  • Prerender > should always call getStaticProps without caching in dev
  • Prerender > should show fallback before invalid JSON is returned from getStaticProps
  • Prerender > should not fallback before invalid JSON is returned from getStaticProps when blocking fallback
  • Prerender > should show error for invalid JSON returned from getStaticProps on SSR
  • Prerender > should show error for invalid JSON returned from getStaticProps on CST

test/e2e/skip-trailing-slash-redirect/index.test.ts

  • Prerender > should navigate between pages successfully
  • Prerender > should respond with 405 for POST to static page
  • Prerender > should not supply query values to params or useRouter non-dynamic page SSR
  • Prerender > should not supply query values to params or useRouter dynamic page SSR
  • Prerender > should navigate to a normal page and back
  • Prerender > should reload page on failed data request
  • Prerender > should navigate to dynamic page with brackets in param as object
  • Prerender > should navigate to dynamic page with brackets in param as string
  • Prerender > should navigate to catch-all page with brackets in param as string
  • Prerender > should navigate to catch-all page with brackets in param as object
  • Prerender > should support lazy catchall route
  • Prerender > should support nested lazy catchall route
  • Prerender > should handle fallback only page correctly HTML
  • Prerender > should handle fallback only page correctly data
  • Prerender > should allow rewriting to SSG page with fallback: false
  • Prerender > should allow rewriting to SSG page with fallback: 'blocking'
  • Prerender > should fetch /_next/data correctly with mismatched href and as
  • Prerender > should not error when rewriting to fallback dynamic SSG page
  • Prerender > should show warning when large amount of page data is returned
  • Prerender > should always show fallback for page not in getStaticPaths
  • Prerender > should log error in console and browser in dev mode
  • Prerender > should always call getStaticProps without caching in dev
  • Prerender > should show fallback before invalid JSON is returned from getStaticProps
  • Prerender > should not fallback before invalid JSON is returned from getStaticProps when blocking fallback
  • Prerender > should show error for invalid JSON returned from getStaticProps on SSR
  • Prerender > should show error for invalid JSON returned from getStaticProps on CST

test/e2e/next-font/with-font-declarations-file.test.ts

  • Prerender > should navigate between pages successfully
  • Prerender > should respond with 405 for POST to static page
  • Prerender > should not supply query values to params or useRouter non-dynamic page SSR
  • Prerender > should not supply query values to params or useRouter dynamic page SSR
  • Prerender > should navigate to a normal page and back
  • Prerender > should reload page on failed data request
  • Prerender > should navigate to dynamic page with brackets in param as object
  • Prerender > should navigate to dynamic page with brackets in param as string
  • Prerender > should navigate to catch-all page with brackets in param as string
  • Prerender > should navigate to catch-all page with brackets in param as object
  • Prerender > should support lazy catchall route
  • Prerender > should support nested lazy catchall route
  • Prerender > should handle fallback only page correctly HTML
  • Prerender > should handle fallback only page correctly data
  • Prerender > should allow rewriting to SSG page with fallback: false
  • Prerender > should allow rewriting to SSG page with fallback: 'blocking'
  • Prerender > should fetch /_next/data correctly with mismatched href and as
  • Prerender > should not error when rewriting to fallback dynamic SSG page
  • Prerender > should show warning when large amount of page data is returned
  • Prerender > should always show fallback for page not in getStaticPaths
  • Prerender > should log error in console and browser in dev mode
  • Prerender > should always call getStaticProps without caching in dev
  • Prerender > should show fallback before invalid JSON is returned from getStaticProps
  • Prerender > should not fallback before invalid JSON is returned from getStaticProps when blocking fallback
  • Prerender > should show error for invalid JSON returned from getStaticProps on SSR
  • Prerender > should show error for invalid JSON returned from getStaticProps on CST

test/e2e/next-font/without-preloaded-fonts.test.ts

  • Prerender > should navigate between pages successfully
  • Prerender > should respond with 405 for POST to static page
  • Prerender > should not supply query values to params or useRouter non-dynamic page SSR
  • Prerender > should not supply query values to params or useRouter dynamic page SSR
  • Prerender > should navigate to a normal page and back
  • Prerender > should reload page on failed data request
  • Prerender > should navigate to dynamic page with brackets in param as object
  • Prerender > should navigate to dynamic page with brackets in param as string
  • Prerender > should navigate to catch-all page with brackets in param as string
  • Prerender > should navigate to catch-all page with brackets in param as object
  • Prerender > should support lazy catchall route
  • Prerender > should support nested lazy catchall route
  • Prerender > should handle fallback only page correctly HTML
  • Prerender > should handle fallback only page correctly data
  • Prerender > should allow rewriting to SSG page with fallback: false
  • Prerender > should allow rewriting to SSG page with fallback: 'blocking'
  • Prerender > should fetch /_next/data correctly with mismatched href and as
  • Prerender > should not error when rewriting to fallback dynamic SSG page
  • Prerender > should show warning when large amount of page data is returned
  • Prerender > should always show fallback for page not in getStaticPaths
  • Prerender > should log error in console and browser in dev mode
  • Prerender > should always call getStaticProps without caching in dev
  • Prerender > should show fallback before invalid JSON is returned from getStaticProps
  • Prerender > should not fallback before invalid JSON is returned from getStaticProps when blocking fallback
  • Prerender > should show error for invalid JSON returned from getStaticProps on SSR
  • Prerender > should show error for invalid JSON returned from getStaticProps on CST

test/e2e/prerender-native-module.test.ts

  • Prerender > should navigate between pages successfully
  • Prerender > should respond with 405 for POST to static page
  • Prerender > should not supply query values to params or useRouter non-dynamic page SSR
  • Prerender > should not supply query values to params or useRouter dynamic page SSR
  • Prerender > should navigate to a normal page and back
  • Prerender > should reload page on failed data request
  • Prerender > should navigate to dynamic page with brackets in param as object
  • Prerender > should navigate to dynamic page with brackets in param as string
  • Prerender > should navigate to catch-all page with brackets in param as string
  • Prerender > should navigate to catch-all page with brackets in param as object
  • Prerender > should support lazy catchall route
  • Prerender > should support nested lazy catchall route
  • Prerender > should handle fallback only page correctly HTML
  • Prerender > should handle fallback only page correctly data
  • Prerender > should allow rewriting to SSG page with fallback: false
  • Prerender > should allow rewriting to SSG page with fallback: 'blocking'
  • Prerender > should fetch /_next/data correctly with mismatched href and as
  • Prerender > should not error when rewriting to fallback dynamic SSG page
  • Prerender > should show warning when large amount of page data is returned
  • Prerender > should always show fallback for page not in getStaticPaths
  • Prerender > should log error in console and browser in dev mode
  • Prerender > should always call getStaticProps without caching in dev
  • Prerender > should show fallback before invalid JSON is returned from getStaticProps
  • Prerender > should not fallback before invalid JSON is returned from getStaticProps when blocking fallback
  • Prerender > should show error for invalid JSON returned from getStaticProps on SSR
  • Prerender > should show error for invalid JSON returned from getStaticProps on CST

test/e2e/prerender.test.ts

  • Prerender > should navigate between pages successfully
  • Prerender > should respond with 405 for POST to static page
  • Prerender > should not supply query values to params or useRouter non-dynamic page SSR
  • Prerender > should not supply query values to params or useRouter dynamic page SSR
  • Prerender > should navigate to a normal page and back
  • Prerender > should reload page on failed data request
  • Prerender > should navigate to dynamic page with brackets in param as object
  • Prerender > should navigate to dynamic page with brackets in param as string
  • Prerender > should navigate to catch-all page with brackets in param as string
  • Prerender > should navigate to catch-all page with brackets in param as object
  • Prerender > should support lazy catchall route
  • Prerender > should support nested lazy catchall route
  • Prerender > should handle fallback only page correctly HTML
  • Prerender > should handle fallback only page correctly data
  • Prerender > should allow rewriting to SSG page with fallback: false
  • Prerender > should allow rewriting to SSG page with fallback: 'blocking'
  • Prerender > should fetch /_next/data correctly with mismatched href and as
  • Prerender > should not error when rewriting to fallback dynamic SSG page
  • Prerender > should show warning when large amount of page data is returned
  • Prerender > should always show fallback for page not in getStaticPaths
  • Prerender > should log error in console and browser in dev mode
  • Prerender > should always call getStaticProps without caching in dev
  • Prerender > should show fallback before invalid JSON is returned from getStaticProps
  • Prerender > should not fallback before invalid JSON is returned from getStaticProps when blocking fallback
  • Prerender > should show error for invalid JSON returned from getStaticProps on SSR
  • Prerender > should show error for invalid JSON returned from getStaticProps on CST

``

  • Prerender > should navigate between pages successfully
  • Prerender > should respond with 405 for POST to static page
  • Prerender > should not supply query values to params or useRouter non-dynamic page SSR
  • Prerender > should not supply query values to params or useRouter dynamic page SSR
  • Prerender > should navigate to a normal page and back
  • Prerender > should reload page on failed data request
  • Prerender > should navigate to dynamic page with brackets in param as object
  • Prerender > should navigate to dynamic page with brackets in param as string
  • Prerender > should navigate to catch-all page with brackets in param as string
  • Prerender > should navigate to catch-all page with brackets in param as object
  • Prerender > should support lazy catchall route
  • Prerender > should support nested lazy catchall route
  • Prerender > should handle fallback only page correctly HTML
  • Prerender > should handle fallback only page correctly data
  • Prerender > should allow rewriting to SSG page with fallback: false
  • Prerender > should allow rewriting to SSG page with fallback: 'blocking'
  • Prerender > should fetch /_next/data correctly with mismatched href and as
  • Prerender > should not error when rewriting to fallback dynamic SSG page
  • Prerender > should show warning when large amount of page data is returned
  • Prerender > should always show fallback for page not in getStaticPaths
  • Prerender > should log error in console and browser in dev mode
  • Prerender > should always call getStaticProps without caching in dev
  • Prerender > should show fallback before invalid JSON is returned from getStaticProps
  • Prerender > should not fallback before invalid JSON is returned from getStaticProps when blocking fallback
  • Prerender > should show error for invalid JSON returned from getStaticProps on SSR
  • Prerender > should show error for invalid JSON returned from getStaticProps on CST

test/e2e/swc-warnings/index.test.ts

  • Type module interop > should render server-side
  • Type module interop > should render server-side with modules

test/e2e/switchable-runtime/index.test.ts

  • Type module interop > should render server-side
  • Type module interop > should render server-side with modules

test/e2e/undici-fetch/index.test.ts

  • Type module interop > should render server-side
  • Type module interop > should render server-side with modules

test/e2e/type-module-interop/index.test.ts

  • Type module interop > should render server-side
  • Type module interop > should render server-side with modules

``

  • Type module interop > should render server-side
  • Type module interop > should render server-side with modules

test/e2e/app-dir/app-alias/app-alias.test.ts

  • router autoscrolling on navigation > vertical scroll when page imports css modules > should scroll to top of document when navigating between to pages without layout when

test/e2e/app-dir/app-basepath/index.test.ts

  • router autoscrolling on navigation > vertical scroll when page imports css modules > should scroll to top of document when navigating between to pages without layout when

test/e2e/404-page-router/index.test.ts

  • router autoscrolling on navigation > vertical scroll when page imports css modules > should scroll to top of document when navigating between to pages without layout when

test/e2e/app-dir/app-edge-global/app-edge-global.test.ts

  • router autoscrolling on navigation > vertical scroll when page imports css modules > should scroll to top of document when navigating between to pages without layout when

test/e2e/app-dir/app-css/index.test.ts

  • router autoscrolling on navigation > vertical scroll when page imports css modules > should scroll to top of document when navigating between to pages without layout when

test/e2e/app-dir/app-edge/app-edge.test.ts

  • router autoscrolling on navigation > vertical scroll when page imports css modules > should scroll to top of document when navigating between to pages without layout when

test/e2e/app-dir/app-middleware/app-middleware.test.ts

  • router autoscrolling on navigation > vertical scroll when page imports css modules > should scroll to top of document when navigating between to pages without layout when

test/e2e/app-dir/app-rendering/rendering.test.ts

  • router autoscrolling on navigation > vertical scroll when page imports css modules > should scroll to top of document when navigating between to pages without layout when

test/e2e/app-dir/app-static/app-static.test.ts

  • router autoscrolling on navigation > vertical scroll when page imports css modules > should scroll to top of document when navigating between to pages without layout when

test/e2e/app-dir/asset-prefix/asset-prefix.test.ts

  • router autoscrolling on navigation > vertical scroll when page imports css modules > should scroll to top of document when navigating between to pages without layout when

test/e2e/app-dir/app/index.test.ts

  • router autoscrolling on navigation > vertical scroll when page imports css modules > should scroll to top of document when navigating between to pages without layout when

test/e2e/app-dir/autoscroll-with-css-modules/index.test.ts

  • router autoscrolling on navigation > vertical scroll when page imports css modules > should scroll to top of document when navigating between to pages without layout when

``

  • router autoscrolling on navigation > vertical scroll when page imports css modules > should scroll to top of document when navigating between to pages without layout when

test/e2e/app-dir/dynamic-href/dynamic-href.test.ts

  • app-dir root layout > should correctly handle navigation between multiple root layouts

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with basic routes

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with route groups

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with parallel routes

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with dynamic routes

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with dynamic catchall routes

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with static routes

test/e2e/app-dir/dynamic/dynamic.test.ts

  • app-dir root layout > should correctly handle navigation between multiple root layouts

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with basic routes

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with route groups

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with parallel routes

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with dynamic routes

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with dynamic catchall routes

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with static routes

test/e2e/app-dir/create-root-layout/create-root-layout.test.ts

  • app-dir root layout > should correctly handle navigation between multiple root layouts

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with basic routes

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with route groups

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with parallel routes

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with dynamic routes

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with dynamic catchall routes

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with static routes

test/e2e/app-dir/global-error/global-error.test.ts

  • app-dir root layout > should correctly handle navigation between multiple root layouts

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with basic routes

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with route groups

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with parallel routes

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with dynamic routes

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with dynamic catchall routes

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with static routes

test/e2e/app-dir/head/head.test.ts

  • app-dir root layout > should correctly handle navigation between multiple root layouts

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with basic routes

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with route groups

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with parallel routes

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with dynamic routes

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with dynamic catchall routes

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with static routes

test/e2e/app-dir/interpolability-with-pages/navigation.test.ts

  • app-dir root layout > should correctly handle navigation between multiple root layouts

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with basic routes

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with route groups

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with parallel routes

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with dynamic routes

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with dynamic catchall routes

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with static routes

test/e2e/app-dir/hooks/hooks.test.ts

  • app-dir root layout > should correctly handle navigation between multiple root layouts

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with basic routes

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with route groups

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with parallel routes

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with dynamic routes

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with dynamic catchall routes

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with static routes

test/e2e/app-dir/layout-params/layout-params.test.ts

  • app-dir root layout > should correctly handle navigation between multiple root layouts

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with basic routes

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with route groups

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with parallel routes

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with dynamic routes

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with dynamic catchall routes

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with static routes

test/e2e/app-dir/metadata/metadata.test.ts

  • app-dir root layout > should correctly handle navigation between multiple root layouts

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with basic routes

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with route groups

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with parallel routes

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with dynamic routes

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with dynamic catchall routes

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with static routes

test/e2e/app-dir/navigation/navigation.test.ts

  • app-dir root layout > should correctly handle navigation between multiple root layouts

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with basic routes

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with route groups

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with parallel routes

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with dynamic routes

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with dynamic catchall routes

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with static routes

test/e2e/app-dir/next-font/next-font.test.ts

  • app-dir root layout > should correctly handle navigation between multiple root layouts

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with basic routes

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with route groups

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with parallel routes

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with dynamic routes

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with dynamic catchall routes

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with static routes

test/e2e/app-dir/next-image/next-image.test.ts

  • app-dir root layout > should correctly handle navigation between multiple root layouts

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with basic routes

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with route groups

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with parallel routes

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with dynamic routes

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with dynamic catchall routes

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with static routes

test/e2e/app-dir/rewrites-redirects/rewrites-redirects.test.ts

  • app-dir root layout > should correctly handle navigation between multiple root layouts

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with basic routes

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with route groups

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with parallel routes

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with dynamic routes

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with dynamic catchall routes

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with static routes

test/e2e/app-dir/root-layout/root-layout.test.ts

  • app-dir root layout > should correctly handle navigation between multiple root layouts

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with basic routes

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with route groups

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with parallel routes

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with dynamic routes

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with dynamic catchall routes

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with static routes

``

  • app-dir root layout > should correctly handle navigation between multiple root layouts

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with basic routes

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with route groups

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with parallel routes

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with dynamic routes

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with dynamic catchall routes

  • app-dir root layout > Should do a mpa navigation when switching root layout > should work with static routes

test/e2e/app-dir/trailingslash/trailingslash.test.ts

  • legacyBrowsers: true > should apply legacyBrowsers: true

test/e2e/basepath-trailing-slash.test.ts

  • legacyBrowsers: true > should apply legacyBrowsers: true

test/e2e/app-dir/use-selected-layout-segment-s/use-selected-layout-segment-s.test.ts

  • legacyBrowsers: true > should apply legacyBrowsers: true

test/e2e/browserslist/browserslist.test.ts

  • legacyBrowsers: true > should apply legacyBrowsers: true

test/e2e/edge-can-read-request-body/index.test.ts

  • legacyBrowsers: true > should apply legacyBrowsers: true

test/e2e/dynamic-route-interpolation/index.test.ts

  • legacyBrowsers: true > should apply legacyBrowsers: true

test/e2e/edge-compiler-can-import-blob-assets/index.test.ts

  • legacyBrowsers: true > should apply legacyBrowsers: true

test/e2e/edge-can-use-wasm-files/index.test.ts

  • legacyBrowsers: true > should apply legacyBrowsers: true

test/e2e/browserslist/legacybrowsers-false.test.ts

  • legacyBrowsers: true > should apply legacyBrowsers: true

test/e2e/browserslist/legacybrowsers-true.test.ts

  • legacyBrowsers: true > should apply legacyBrowsers: true

test/e2e/basepath.test.ts

  • legacyBrowsers: true > should apply legacyBrowsers: true

``

  • legacyBrowsers: true > should apply legacyBrowsers: true

test/e2e/edge-render-getserversideprops/index.test.ts

  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /en to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /sv to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /nl to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /en to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /sv to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /nl to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /en to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /sv to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /nl to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to:
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to: /en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to: /sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to: /nl

test/e2e/edge-configurable-runtime/index.test.ts

  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /en to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /sv to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /nl to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /en to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /sv to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /nl to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /en to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /sv to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /nl to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to:
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to: /en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to: /sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to: /nl

test/e2e/fetch-failures-have-good-stack-traces-in-edge-runtime/fetch-failures-have-good-stack-traces-in-edge-runtime.test.ts

  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /en to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /sv to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /nl to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /en to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /sv to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /nl to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /en to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /sv to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /nl to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to:
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to: /en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to: /sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to: /nl

test/e2e/handle-non-hoisted-swc-helpers/index.test.ts

  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /en to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /sv to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /nl to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /en to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /sv to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /nl to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /en to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /sv to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /nl to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to:
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to: /en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to: /sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to: /nl

test/e2e/getserversideprops/test/index.test.ts

  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /en to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /sv to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /nl to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /en to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /sv to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /nl to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /en to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /sv to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /nl to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to:
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to: /en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to: /sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to: /nl

test/e2e/i18n-api-support/index.test.ts

  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /en to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /sv to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /nl to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /en to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /sv to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /nl to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /en to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /sv to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /nl to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to:
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to: /en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to: /sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to: /nl

test/e2e/i18n-data-fetching-redirect/index.test.ts

  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /en to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /sv to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /nl to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /en to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /sv to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /nl to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /en to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /sv to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /nl to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to:
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to: /en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to: /sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to: /nl

test/e2e/i18n-ignore-rewrite-source-locale/rewrites-with-basepath.test.ts

  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /en to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /sv to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /nl to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /en to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /sv to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /nl to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /en to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /sv to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /nl to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to:
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to: /en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to: /sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to: /nl

test/e2e/i18n-ignore-redirect-source-locale/redirects-with-basepath.test.ts

  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /en to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /sv to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /nl to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /en to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /sv to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /nl to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /en to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /sv to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /nl to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to:
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to: /en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to: /sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to: /nl

test/e2e/ignore-invalid-popstateevent/with-i18n.test.ts

  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /en to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /sv to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /nl to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /en to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /sv to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /nl to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /en to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /sv to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /nl to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to:
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to: /en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to: /sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to: /nl

@github-actions
Copy link
Contributor

Failing next.js integration test suites

Commit: 73a99c2
(Report 5/11)

Expand full test reports

test/e2e/link-with-api-rewrite/index.test.ts

  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /en to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /sv to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /nl to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /en to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /sv to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /nl to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /en to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /sv to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /nl to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to:
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to: /en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to: /sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to: /nl

test/e2e/middleware-base-path/test/index.test.ts

  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /en to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /sv to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /nl to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /en to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /sv to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /nl to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /en to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /sv to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /nl to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to:
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to: /en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to: /sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to: /nl

test/e2e/manual-client-base-path/index.test.ts

  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /en to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /sv to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /nl to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /en to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /sv to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /nl to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /en to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /sv to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /nl to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to:
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to: /en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to: /sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to: /nl

test/e2e/middleware-custom-matchers-basepath/test/index.test.ts

  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /en to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /sv to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /nl to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /en to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /sv to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /nl to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /en to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /sv to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /nl to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to:
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to: /en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to: /sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to: /nl

test/e2e/i18n-ignore-rewrite-source-locale/rewrites.test.ts

  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /en to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /sv to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /nl to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /en to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /sv to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /nl to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /en to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /sv to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /nl to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to:
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to: /en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to: /sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to: /nl

test/e2e/middleware-custom-matchers-i18n/test/index.test.ts

  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /en to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /sv to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /nl to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /en to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /sv to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /nl to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /en to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /sv to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /nl to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to:
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to: /en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to: /sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to: /nl

test/e2e/i18n-ignore-redirect-source-locale/redirects.test.ts

  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /en to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /sv to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /nl to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /en to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /sv to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /nl to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /en to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /sv to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /nl to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to:
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to: /en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to: /sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to: /nl

``

  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /en to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /sv to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /nl to: sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /en to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /sv to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /nl to: en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /en to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /sv to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from: /nl to: /
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to:
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to: /en
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to: /sv
  • i18n-ignore-redirect-source-locale > get redirected to the new page, from and to: /nl

test/e2e/middleware-fetches-with-any-http-method/index.test.ts

  • @next/font/google fetch error > should use a fallback font in dev

test/e2e/middleware-fetches-with-body/index.test.ts

  • @next/font/google fetch error > should use a fallback font in dev

test/e2e/middleware-custom-matchers/test/index.test.ts

  • @next/font/google fetch error > should use a fallback font in dev

test/e2e/middleware-matcher/index.test.ts

  • @next/font/google fetch error > should use a fallback font in dev

test/e2e/middleware-redirects/test/index.test.ts

  • @next/font/google fetch error > should use a fallback font in dev

test/e2e/middleware-request-header-overrides/test/index.test.ts

  • @next/font/google fetch error > should use a fallback font in dev

test/e2e/middleware-responses/test/index.test.ts

  • @next/font/google fetch error > should use a fallback font in dev

test/e2e/middleware-shallow-link/index.test.ts

  • @next/font/google fetch error > should use a fallback font in dev

test/e2e/middleware-rewrites/test/index.test.ts

  • @next/font/google fetch error > should use a fallback font in dev

test/e2e/next-font/basepath.test.ts

  • @next/font/google fetch error > should use a fallback font in dev

test/e2e/middleware-trailing-slash/test/index.test.ts

  • @next/font/google fetch error > should use a fallback font in dev

test/e2e/next-font/google-fetch-error.test.ts

  • @next/font/google fetch error > should use a fallback font in dev

test/e2e/new-link-behavior/index.test.ts

  • @next/font/google fetch error > should use a fallback font in dev

``

  • @next/font/google fetch error > should use a fallback font in dev

test/e2e/next-image-forward-ref/index.test.ts

  • Prerender > should navigate between pages successfully
  • Prerender > should respond with 405 for POST to static page
  • Prerender > should not supply query values to params or useRouter non-dynamic page SSR
  • Prerender > should not supply query values to params or useRouter dynamic page SSR
  • Prerender > should navigate to a normal page and back
  • Prerender > should reload page on failed data request
  • Prerender > should navigate to dynamic page with brackets in param as object
  • Prerender > should navigate to dynamic page with brackets in param as string
  • Prerender > should navigate to catch-all page with brackets in param as string
  • Prerender > should navigate to catch-all page with brackets in param as object
  • Prerender > should support lazy catchall route
  • Prerender > should support nested lazy catchall route
  • Prerender > should handle fallback only page correctly HTML
  • Prerender > should handle fallback only page correctly data
  • Prerender > should allow rewriting to SSG page with fallback: false
  • Prerender > should allow rewriting to SSG page with fallback: 'blocking'
  • Prerender > should fetch /_next/data correctly with mismatched href and as
  • Prerender > should not error when rewriting to fallback dynamic SSG page
  • Prerender > should show warning when large amount of page data is returned
  • Prerender > should always show fallback for page not in getStaticPaths
  • Prerender > should log error in console and browser in dev mode
  • Prerender > should always call getStaticProps without caching in dev
  • Prerender > should show fallback before invalid JSON is returned from getStaticProps
  • Prerender > should not fallback before invalid JSON is returned from getStaticProps when blocking fallback
  • Prerender > should show error for invalid JSON returned from getStaticProps on SSR
  • Prerender > should show error for invalid JSON returned from getStaticProps on CST

test/e2e/next-font/index.test.ts

  • Prerender > should navigate between pages successfully
  • Prerender > should respond with 405 for POST to static page
  • Prerender > should not supply query values to params or useRouter non-dynamic page SSR
  • Prerender > should not supply query values to params or useRouter dynamic page SSR
  • Prerender > should navigate to a normal page and back
  • Prerender > should reload page on failed data request
  • Prerender > should navigate to dynamic page with brackets in param as object
  • Prerender > should navigate to dynamic page with brackets in param as string
  • Prerender > should navigate to catch-all page with brackets in param as string
  • Prerender > should navigate to catch-all page with brackets in param as object
  • Prerender > should support lazy catchall route
  • Prerender > should support nested lazy catchall route
  • Prerender > should handle fallback only page correctly HTML
  • Prerender > should handle fallback only page correctly data
  • Prerender > should allow rewriting to SSG page with fallback: false
  • Prerender > should allow rewriting to SSG page with fallback: 'blocking'
  • Prerender > should fetch /_next/data correctly with mismatched href and as
  • Prerender > should not error when rewriting to fallback dynamic SSG page
  • Prerender > should show warning when large amount of page data is returned
  • Prerender > should always show fallback for page not in getStaticPaths
  • Prerender > should log error in console and browser in dev mode
  • Prerender > should always call getStaticProps without caching in dev
  • Prerender > should show fallback before invalid JSON is returned from getStaticProps
  • Prerender > should not fallback before invalid JSON is returned from getStaticProps when blocking fallback
  • Prerender > should show error for invalid JSON returned from getStaticProps on SSR
  • Prerender > should show error for invalid JSON returned from getStaticProps on CST

test/e2e/nonce-head-manager/index.test.ts

  • Prerender > should navigate between pages successfully
  • Prerender > should respond with 405 for POST to static page
  • Prerender > should not supply query values to params or useRouter non-dynamic page SSR
  • Prerender > should not supply query values to params or useRouter dynamic page SSR
  • Prerender > should navigate to a normal page and back
  • Prerender > should reload page on failed data request
  • Prerender > should navigate to dynamic page with brackets in param as object
  • Prerender > should navigate to dynamic page with brackets in param as string
  • Prerender > should navigate to catch-all page with brackets in param as string
  • Prerender > should navigate to catch-all page with brackets in param as object
  • Prerender > should support lazy catchall route
  • Prerender > should support nested lazy catchall route
  • Prerender > should handle fallback only page correctly HTML
  • Prerender > should handle fallback only page correctly data
  • Prerender > should allow rewriting to SSG page with fallback: false
  • Prerender > should allow rewriting to SSG page with fallback: 'blocking'
  • Prerender > should fetch /_next/data correctly with mismatched href and as
  • Prerender > should not error when rewriting to fallback dynamic SSG page
  • Prerender > should show warning when large amount of page data is returned
  • Prerender > should always show fallback for page not in getStaticPaths
  • Prerender > should log error in console and browser in dev mode
  • Prerender > should always call getStaticProps without caching in dev
  • Prerender > should show fallback before invalid JSON is returned from getStaticProps
  • Prerender > should not fallback before invalid JSON is returned from getStaticProps when blocking fallback
  • Prerender > should show error for invalid JSON returned from getStaticProps on SSR
  • Prerender > should show error for invalid JSON returned from getStaticProps on CST

test/e2e/next-script/index.test.ts

  • Prerender > should navigate between pages successfully
  • Prerender > should respond with 405 for POST to static page
  • Prerender > should not supply query values to params or useRouter non-dynamic page SSR
  • Prerender > should not supply query values to params or useRouter dynamic page SSR
  • Prerender > should navigate to a normal page and back
  • Prerender > should reload page on failed data request
  • Prerender > should navigate to dynamic page with brackets in param as object
  • Prerender > should navigate to dynamic page with brackets in param as string
  • Prerender > should navigate to catch-all page with brackets in param as string
  • Prerender > should navigate to catch-all page with brackets in param as object
  • Prerender > should support lazy catchall route
  • Prerender > should support nested lazy catchall route
  • Prerender > should handle fallback only page correctly HTML
  • Prerender > should handle fallback only page correctly data
  • Prerender > should allow rewriting to SSG page with fallback: false
  • Prerender > should allow rewriting to SSG page with fallback: 'blocking'
  • Prerender > should fetch /_next/data correctly with mismatched href and as
  • Prerender > should not error when rewriting to fallback dynamic SSG page
  • Prerender > should show warning when large amount of page data is returned
  • Prerender > should always show fallback for page not in getStaticPaths
  • Prerender > should log error in console and browser in dev mode
  • Prerender > should always call getStaticProps without caching in dev
  • Prerender > should show fallback before invalid JSON is returned from getStaticProps
  • Prerender > should not fallback before invalid JSON is returned from getStaticProps when blocking fallback
  • Prerender > should show error for invalid JSON returned from getStaticProps on SSR
  • Prerender > should show error for invalid JSON returned from getStaticProps on CST

test/e2e/og-api/index.test.ts

  • Prerender > should navigate between pages successfully
  • Prerender > should respond with 405 for POST to static page
  • Prerender > should not supply query values to params or useRouter non-dynamic page SSR
  • Prerender > should not supply query values to params or useRouter dynamic page SSR
  • Prerender > should navigate to a normal page and back
  • Prerender > should reload page on failed data request
  • Prerender > should navigate to dynamic page with brackets in param as object
  • Prerender > should navigate to dynamic page with brackets in param as string
  • Prerender > should navigate to catch-all page with brackets in param as string
  • Prerender > should navigate to catch-all page with brackets in param as object
  • Prerender > should support lazy catchall route
  • Prerender > should support nested lazy catchall route
  • Prerender > should handle fallback only page correctly HTML
  • Prerender > should handle fallback only page correctly data
  • Prerender > should allow rewriting to SSG page with fallback: false
  • Prerender > should allow rewriting to SSG page with fallback: 'blocking'
  • Prerender > should fetch /_next/data correctly with mismatched href and as
  • Prerender > should not error when rewriting to fallback dynamic SSG page
  • Prerender > should show warning when large amount of page data is returned
  • Prerender > should always show fallback for page not in getStaticPaths
  • Prerender > should log error in console and browser in dev mode
  • Prerender > should always call getStaticProps without caching in dev
  • Prerender > should show fallback before invalid JSON is returned from getStaticProps
  • Prerender > should not fallback before invalid JSON is returned from getStaticProps when blocking fallback
  • Prerender > should show error for invalid JSON returned from getStaticProps on SSR
  • Prerender > should show error for invalid JSON returned from getStaticProps on CST

test/e2e/postcss-config-cjs/index.test.ts

  • Prerender > should navigate between pages successfully
  • Prerender > should respond with 405 for POST to static page
  • Prerender > should not supply query values to params or useRouter non-dynamic page SSR
  • Prerender > should not supply query values to params or useRouter dynamic page SSR
  • Prerender > should navigate to a normal page and back
  • Prerender > should reload page on failed data request
  • Prerender > should navigate to dynamic page with brackets in param as object
  • Prerender > should navigate to dynamic page with brackets in param as string
  • Prerender > should navigate to catch-all page with brackets in param as string
  • Prerender > should navigate to catch-all page with brackets in param as object
  • Prerender > should support lazy catchall route
  • Prerender > should support nested lazy catchall route
  • Prerender > should handle fallback only page correctly HTML
  • Prerender > should handle fallback only page correctly data
  • Prerender > should allow rewriting to SSG page with fallback: false
  • Prerender > should allow rewriting to SSG page with fallback: 'blocking'
  • Prerender > should fetch /_next/data correctly with mismatched href and as
  • Prerender > should not error when rewriting to fallback dynamic SSG page
  • Prerender > should show warning when large amount of page data is returned
  • Prerender > should always show fallback for page not in getStaticPaths
  • Prerender > should log error in console and browser in dev mode
  • Prerender > should always call getStaticProps without caching in dev
  • Prerender > should show fallback before invalid JSON is returned from getStaticProps
  • Prerender > should not fallback before invalid JSON is returned from getStaticProps when blocking fallback
  • Prerender > should show error for invalid JSON returned from getStaticProps on SSR
  • Prerender > should show error for invalid JSON returned from getStaticProps on CST

test/e2e/prerender-crawler.test.ts

  • Prerender > should navigate between pages successfully
  • Prerender > should respond with 405 for POST to static page
  • Prerender > should not supply query values to params or useRouter non-dynamic page SSR
  • Prerender > should not supply query values to params or useRouter dynamic page SSR
  • Prerender > should navigate to a normal page and back
  • Prerender > should reload page on failed data request
  • Prerender > should navigate to dynamic page with brackets in param as object
  • Prerender > should navigate to dynamic page with brackets in param as string
  • Prerender > should navigate to catch-all page with brackets in param as string
  • Prerender > should navigate to catch-all page with brackets in param as object
  • Prerender > should support lazy catchall route
  • Prerender > should support nested lazy catchall route
  • Prerender > should handle fallback only page correctly HTML
  • Prerender > should handle fallback only page correctly data
  • Prerender > should allow rewriting to SSG page with fallback: false
  • Prerender > should allow rewriting to SSG page with fallback: 'blocking'
  • Prerender > should fetch /_next/data correctly with mismatched href and as
  • Prerender > should not error when rewriting to fallback dynamic SSG page
  • Prerender > should show warning when large amount of page data is returned
  • Prerender > should always show fallback for page not in getStaticPaths
  • Prerender > should log error in console and browser in dev mode
  • Prerender > should always call getStaticProps without caching in dev
  • Prerender > should show fallback before invalid JSON is returned from getStaticProps
  • Prerender > should not fallback before invalid JSON is returned from getStaticProps when blocking fallback
  • Prerender > should show error for invalid JSON returned from getStaticProps on SSR
  • Prerender > should show error for invalid JSON returned from getStaticProps on CST

test/e2e/reload-scroll-backforward-restoration/index.test.ts

  • Prerender > should navigate between pages successfully
  • Prerender > should respond with 405 for POST to static page
  • Prerender > should not supply query values to params or useRouter non-dynamic page SSR
  • Prerender > should not supply query values to params or useRouter dynamic page SSR
  • Prerender > should navigate to a normal page and back
  • Prerender > should reload page on failed data request
  • Prerender > should navigate to dynamic page with brackets in param as object
  • Prerender > should navigate to dynamic page with brackets in param as string
  • Prerender > should navigate to catch-all page with brackets in param as string
  • Prerender > should navigate to catch-all page with brackets in param as object
  • Prerender > should support lazy catchall route
  • Prerender > should support nested lazy catchall route
  • Prerender > should handle fallback only page correctly HTML
  • Prerender > should handle fallback only page correctly data
  • Prerender > should allow rewriting to SSG page with fallback: false
  • Prerender > should allow rewriting to SSG page with fallback: 'blocking'
  • Prerender > should fetch /_next/data correctly with mismatched href and as
  • Prerender > should not error when rewriting to fallback dynamic SSG page
  • Prerender > should show warning when large amount of page data is returned
  • Prerender > should always show fallback for page not in getStaticPaths
  • Prerender > should log error in console and browser in dev mode
  • Prerender > should always call getStaticProps without caching in dev
  • Prerender > should show fallback before invalid JSON is returned from getStaticProps
  • Prerender > should not fallback before invalid JSON is returned from getStaticProps when blocking fallback
  • Prerender > should show error for invalid JSON returned from getStaticProps on SSR
  • Prerender > should show error for invalid JSON returned from getStaticProps on CST

test/e2e/streaming-ssr/index.test.ts

  • Prerender > should navigate between pages successfully
  • Prerender > should respond with 405 for POST to static page
  • Prerender > should not supply query values to params or useRouter non-dynamic page SSR
  • Prerender > should not supply query values to params or useRouter dynamic page SSR
  • Prerender > should navigate to a normal page and back
  • Prerender > should reload page on failed data request
  • Prerender > should navigate to dynamic page with brackets in param as object
  • Prerender > should navigate to dynamic page with brackets in param as string
  • Prerender > should navigate to catch-all page with brackets in param as string
  • Prerender > should navigate to catch-all page with brackets in param as object
  • Prerender > should support lazy catchall route
  • Prerender > should support nested lazy catchall route
  • Prerender > should handle fallback only page correctly HTML
  • Prerender > should handle fallback only page correctly data
  • Prerender > should allow rewriting to SSG page with fallback: false
  • Prerender > should allow rewriting to SSG page with fallback: 'blocking'
  • Prerender > should fetch /_next/data correctly with mismatched href and as
  • Prerender > should not error when rewriting to fallback dynamic SSG page
  • Prerender > should show warning when large amount of page data is returned
  • Prerender > should always show fallback for page not in getStaticPaths
  • Prerender > should log error in console and browser in dev mode
  • Prerender > should always call getStaticProps without caching in dev
  • Prerender > should show fallback before invalid JSON is returned from getStaticProps
  • Prerender > should not fallback before invalid JSON is returned from getStaticProps when blocking fallback
  • Prerender > should show error for invalid JSON returned from getStaticProps on SSR
  • Prerender > should show error for invalid JSON returned from getStaticProps on CST

test/e2e/skip-trailing-slash-redirect/index.test.ts

  • Prerender > should navigate between pages successfully
  • Prerender > should respond with 405 for POST to static page
  • Prerender > should not supply query values to params or useRouter non-dynamic page SSR
  • Prerender > should not supply query values to params or useRouter dynamic page SSR
  • Prerender > should navigate to a normal page and back
  • Prerender > should reload page on failed data request
  • Prerender > should navigate to dynamic page with brackets in param as object
  • Prerender > should navigate to dynamic page with brackets in param as string
  • Prerender > should navigate to catch-all page with brackets in param as string
  • Prerender > should navigate to catch-all page with brackets in param as object
  • Prerender > should support lazy catchall route
  • Prerender > should support nested lazy catchall route
  • Prerender > should handle fallback only page correctly HTML
  • Prerender > should handle fallback only page correctly data
  • Prerender > should allow rewriting to SSG page with fallback: false
  • Prerender > should allow rewriting to SSG page with fallback: 'blocking'
  • Prerender > should fetch /_next/data correctly with mismatched href and as
  • Prerender > should not error when rewriting to fallback dynamic SSG page
  • Prerender > should show warning when large amount of page data is returned
  • Prerender > should always show fallback for page not in getStaticPaths
  • Prerender > should log error in console and browser in dev mode
  • Prerender > should always call getStaticProps without caching in dev
  • Prerender > should show fallback before invalid JSON is returned from getStaticProps
  • Prerender > should not fallback before invalid JSON is returned from getStaticProps when blocking fallback
  • Prerender > should show error for invalid JSON returned from getStaticProps on SSR
  • Prerender > should show error for invalid JSON returned from getStaticProps on CST

test/e2e/next-font/with-font-declarations-file.test.ts

  • Prerender > should navigate between pages successfully
  • Prerender > should respond with 405 for POST to static page
  • Prerender > should not supply query values to params or useRouter non-dynamic page SSR
  • Prerender > should not supply query values to params or useRouter dynamic page SSR
  • Prerender > should navigate to a normal page and back
  • Prerender > should reload page on failed data request
  • Prerender > should navigate to dynamic page with brackets in param as object
  • Prerender > should navigate to dynamic page with brackets in param as string
  • Prerender > should navigate to catch-all page with brackets in param as string
  • Prerender > should navigate to catch-all page with brackets in param as object
  • Prerender > should support lazy catchall route
  • Prerender > should support nested lazy catchall route
  • Prerender > should handle fallback only page correctly HTML
  • Prerender > should handle fallback only page correctly data
  • Prerender > should allow rewriting to SSG page with fallback: false
  • Prerender > should allow rewriting to SSG page with fallback: 'blocking'
  • Prerender > should fetch /_next/data correctly with mismatched href and as
  • Prerender > should not error when rewriting to fallback dynamic SSG page
  • Prerender > should show warning when large amount of page data is returned
  • Prerender > should always show fallback for page not in getStaticPaths
  • Prerender > should log error in console and browser in dev mode
  • Prerender > should always call getStaticProps without caching in dev
  • Prerender > should show fallback before invalid JSON is returned from getStaticProps
  • Prerender > should not fallback before invalid JSON is returned from getStaticProps when blocking fallback
  • Prerender > should show error for invalid JSON returned from getStaticProps on SSR
  • Prerender > should show error for invalid JSON returned from getStaticProps on CST

test/e2e/next-font/without-preloaded-fonts.test.ts

  • Prerender > should navigate between pages successfully
  • Prerender > should respond with 405 for POST to static page
  • Prerender > should not supply query values to params or useRouter non-dynamic page SSR
  • Prerender > should not supply query values to params or useRouter dynamic page SSR
  • Prerender > should navigate to a normal page and back
  • Prerender > should reload page on failed data request
  • Prerender > should navigate to dynamic page with brackets in param as object
  • Prerender > should navigate to dynamic page with brackets in param as string
  • Prerender > should navigate to catch-all page with brackets in param as string
  • Prerender > should navigate to catch-all page with brackets in param as object
  • Prerender > should support lazy catchall route
  • Prerender > should support nested lazy catchall route
  • Prerender > should handle fallback only page correctly HTML
  • Prerender > should handle fallback only page correctly data
  • Prerender > should allow rewriting to SSG page with fallback: false
  • Prerender > should allow rewriting to SSG page with fallback: 'blocking'
  • Prerender > should fetch /_next/data correctly with mismatched href and as
  • Prerender > should not error when rewriting to fallback dynamic SSG page
  • Prerender > should show warning when large amount of page data is returned
  • Prerender > should always show fallback for page not in getStaticPaths
  • Prerender > should log error in console and browser in dev mode
  • Prerender > should always call getStaticProps without caching in dev
  • Prerender > should show fallback before invalid JSON is returned from getStaticProps
  • Prerender > should not fallback before invalid JSON is returned from getStaticProps when blocking fallback
  • Prerender > should show error for invalid JSON returned from getStaticProps on SSR
  • Prerender > should show error for invalid JSON returned from getStaticProps on CST

test/e2e/prerender-native-module.test.ts

  • Prerender > should navigate between pages successfully
  • Prerender > should respond with 405 for POST to static page
  • Prerender > should not supply query values to params or useRouter non-dynamic page SSR
  • Prerender > should not supply query values to params or useRouter dynamic page SSR
  • Prerender > should navigate to a normal page and back
  • Prerender > should reload page on failed data request
  • Prerender > should navigate to dynamic page with brackets in param as object
  • Prerender > should navigate to dynamic page with brackets in param as string
  • Prerender > should navigate to catch-all page with brackets in param as string
  • Prerender > should navigate to catch-all page with brackets in param as object
  • Prerender > should support lazy catchall route
  • Prerender > should support nested lazy catchall route
  • Prerender > should handle fallback only page correctly HTML
  • Prerender > should handle fallback only page correctly data
  • Prerender > should allow rewriting to SSG page with fallback: false
  • Prerender > should allow rewriting to SSG page with fallback: 'blocking'
  • Prerender > should fetch /_next/data correctly with mismatched href and as
  • Prerender > should not error when rewriting to fallback dynamic SSG page
  • Prerender > should show warning when large amount of page data is returned
  • Prerender > should always show fallback for page not in getStaticPaths
  • Prerender > should log error in console and browser in dev mode
  • Prerender > should always call getStaticProps without caching in dev
  • Prerender > should show fallback before invalid JSON is returned from getStaticProps
  • Prerender > should not fallback before invalid JSON is returned from getStaticProps when blocking fallback
  • Prerender > should show error for invalid JSON returned from getStaticProps on SSR
  • Prerender > should show error for invalid JSON returned from getStaticProps on CST

test/e2e/prerender.test.ts

  • Prerender > should navigate between pages successfully
  • Prerender > should respond with 405 for POST to static page
  • Prerender > should not supply query values to params or useRouter non-dynamic page SSR
  • Prerender > should not supply query values to params or useRouter dynamic page SSR
  • Prerender > should navigate to a normal page and back
  • Prerender > should reload page on failed data request
  • Prerender > should navigate to dynamic page with brackets in param as object
  • Prerender > should navigate to dynamic page with brackets in param as string
  • Prerender > should navigate to catch-all page with brackets in param as string
  • Prerender > should navigate to catch-all page with brackets in param as object
  • Prerender > should support lazy catchall route
  • Prerender > should support nested lazy catchall route
  • Prerender > should handle fallback only page correctly HTML
  • Prerender > should handle fallback only page correctly data
  • Prerender > should allow rewriting to SSG page with fallback: false
  • Prerender > should allow rewriting to SSG page with fallback: 'blocking'
  • Prerender > should fetch /_next/data correctly with mismatched href and as
  • Prerender > should not error when rewriting to fallback dynamic SSG page
  • Prerender > should show warning when large amount of page data is returned
  • Prerender > should always show fallback for page not in getStaticPaths
  • Prerender > should log error in console and browser in dev mode
  • Prerender > should always call getStaticProps without caching in dev
  • Prerender > should show fallback before invalid JSON is returned from getStaticProps
  • Prerender > should not fallback before invalid JSON is returned from getStaticProps when blocking fallback
  • Prerender > should show error for invalid JSON returned from getStaticProps on SSR
  • Prerender > should show error for invalid JSON returned from getStaticProps on CST

``

  • Prerender > should navigate between pages successfully
  • Prerender > should respond with 405 for POST to static page
  • Prerender > should not supply query values to params or useRouter non-dynamic page SSR
  • Prerender > should not supply query values to params or useRouter dynamic page SSR
  • Prerender > should navigate to a normal page and back
  • Prerender > should reload page on failed data request
  • Prerender > should navigate to dynamic page with brackets in param as object
  • Prerender > should navigate to dynamic page with brackets in param as string
  • Prerender > should navigate to catch-all page with brackets in param as string
  • Prerender > should navigate to catch-all page with brackets in param as object
  • Prerender > should support lazy catchall route
  • Prerender > should support nested lazy catchall route
  • Prerender > should handle fallback only page correctly HTML
  • Prerender > should handle fallback only page correctly data
  • Prerender > should allow rewriting to SSG page with fallback: false
  • Prerender > should allow rewriting to SSG page with fallback: 'blocking'
  • Prerender > should fetch /_next/data correctly with mismatched href and as
  • Prerender > should not error when rewriting to fallback dynamic SSG page
  • Prerender > should show warning when large amount of page data is returned
  • Prerender > should always show fallback for page not in getStaticPaths
  • Prerender > should log error in console and browser in dev mode
  • Prerender > should always call getStaticProps without caching in dev
  • Prerender > should show fallback before invalid JSON is returned from getStaticProps
  • Prerender > should not fallback before invalid JSON is returned from getStaticProps when blocking fallback
  • Prerender > should show error for invalid JSON returned from getStaticProps on SSR
  • Prerender > should show error for invalid JSON returned from getStaticProps on CST

test/e2e/swc-warnings/index.test.ts

  • Type module interop > should render server-side
  • Type module interop > should render server-side with modules

test/e2e/switchable-runtime/index.test.ts

  • Type module interop > should render server-side
  • Type module interop > should render server-side with modules

test/e2e/type-module-interop/index.test.ts

  • Type module interop > should render server-side
  • Type module interop > should render server-side with modules

``

  • Type module interop > should render server-side
  • Type module interop > should render server-side with modules

test/integration/404-page/test/index.test.js

  • AMP Usage > AMP dev mode > should navigate from non-AMP to AMP without error
  • AMP Usage > AMP dev mode > should add data-ampdevmode to development script tags
  • AMP Usage > AMP dev mode > should detect amp validator warning on invalid amp
  • AMP Usage > AMP dev mode > should not contain missing files warning

test/integration/500-page/test/index.test.js

  • AMP Usage > AMP dev mode > should navigate from non-AMP to AMP without error
  • AMP Usage > AMP dev mode > should add data-ampdevmode to development script tags
  • AMP Usage > AMP dev mode > should detect amp validator warning on invalid amp
  • AMP Usage > AMP dev mode > should not contain missing files warning

test/integration/amphtml-ssg/test/index.test.js

  • AMP Usage > AMP dev mode > should navigate from non-AMP to AMP without error
  • AMP Usage > AMP dev mode > should add data-ampdevmode to development script tags
  • AMP Usage > AMP dev mode > should detect amp validator warning on invalid amp
  • AMP Usage > AMP dev mode > should not contain missing files warning

test/integration/amphtml/test/index.test.js

  • AMP Usage > AMP dev mode > should navigate from non-AMP to AMP without error
  • AMP Usage > AMP dev mode > should add data-ampdevmode to development script tags
  • AMP Usage > AMP dev mode > should detect amp validator warning on invalid amp
  • AMP Usage > AMP dev mode > should not contain missing files warning

``

  • AMP Usage > AMP dev mode > should navigate from non-AMP to AMP without error
  • AMP Usage > AMP dev mode > should add data-ampdevmode to development script tags
  • AMP Usage > AMP dev mode > should detect amp validator warning on invalid amp
  • AMP Usage > AMP dev mode > should not contain missing files warning

test/integration/app-document-add-hmr/test/index.test.js

  • Async modules > dev mode > ssr async page modules
  • Async modules > dev mode > csr async page modules
  • Async modules > dev mode > works on async api routes
  • Async modules > dev mode > works with getServerSideProps
  • Async modules > dev mode > works with getStaticProps
  • Async modules > dev mode > can render async 404 pages

test/integration/api-support/test/index.test.js

  • Async modules > dev mode > ssr async page modules
  • Async modules > dev mode > csr async page modules
  • Async modules > dev mode > works on async api routes
  • Async modules > dev mode > works with getServerSideProps
  • Async modules > dev mode > works with getStaticProps
  • Async modules > dev mode > can render async 404 pages

test/integration/app-document-import-order/test/index.test.js

  • Async modules > dev mode > ssr async page modules
  • Async modules > dev mode > csr async page modules
  • Async modules > dev mode > works on async api routes
  • Async modules > dev mode > works with getServerSideProps
  • Async modules > dev mode > works with getStaticProps
  • Async modules > dev mode > can render async 404 pages

test/integration/app-document-remove-hmr/test/index.test.js

  • Async modules > dev mode > ssr async page modules
  • Async modules > dev mode > csr async page modules
  • Async modules > dev mode > works on async api routes
  • Async modules > dev mode > works with getServerSideProps
  • Async modules > dev mode > works with getStaticProps
  • Async modules > dev mode > can render async 404 pages

test/integration/app-document/test/index.test.js

  • Async modules > dev mode > ssr async page modules
  • Async modules > dev mode > csr async page modules
  • Async modules > dev mode > works on async api routes
  • Async modules > dev mode > works with getServerSideProps
  • Async modules > dev mode > works with getStaticProps
  • Async modules > dev mode > can render async 404 pages

test/integration/app-tree/test/index.test.js

  • Async modules > dev mode > ssr async page modules
  • Async modules > dev mode > csr async page modules
  • Async modules > dev mode > works on async api routes
  • Async modules > dev mode > works with getServerSideProps
  • Async modules > dev mode > works with getStaticProps
  • Async modules > dev mode > can render async 404 pages

test/integration/appdir-missing-config/test/index.test.ts

  • Async modules > dev mode > ssr async page modules
  • Async modules > dev mode > csr async page modules
  • Async modules > dev mode > works on async api routes
  • Async modules > dev mode > works with getServerSideProps
  • Async modules > dev mode > works with getStaticProps
  • Async modules > dev mode > can render async 404 pages

test/integration/async-modules/test/index.test.js

  • Async modules > dev mode > ssr async page modules
  • Async modules > dev mode > csr async page modules
  • Async modules > dev mode > works on async api routes
  • Async modules > dev mode > works with getServerSideProps
  • Async modules > dev mode > works with getStaticProps
  • Async modules > dev mode > can render async 404 pages

``

  • Async modules > dev mode > ssr async page modules
  • Async modules > dev mode > csr async page modules
  • Async modules > dev mode > works on async api routes
  • Async modules > dev mode > works with getServerSideProps
  • Async modules > dev mode > works with getStaticProps
  • Async modules > dev mode > can render async 404 pages

test/integration/babel/test/index.test.js

  • Build Activity Indicator > should validate buildActivityPosition config

  • Build Activity Indicator > Enabled > Adds the build indicator container

  • Build Activity Indicator > Enabled > Shows the build indicator when a page is built during navigation

  • Build Activity Indicator > Enabled > Shows build indicator when page is built from modifying

test/integration/auto-export/test/index.test.js

  • Build Activity Indicator > should validate buildActivityPosition config

  • Build Activity Indicator > Enabled > Adds the build indicator container

  • Build Activity Indicator > Enabled > Shows the build indicator when a page is built during navigation

  • Build Activity Indicator > Enabled > Shows build indicator when page is built from modifying

test/integration/basepath-root-catch-all/test/index.test.js

  • Build Activity Indicator > should validate buildActivityPosition config

  • Build Activity Indicator > Enabled > Adds the build indicator container

  • Build Activity Indicator > Enabled > Shows the build indicator when a page is built during navigation

  • Build Activity Indicator > Enabled > Shows build indicator when page is built from modifying

test/integration/broken-webpack-plugin/test/index.test.js

  • Build Activity Indicator > should validate buildActivityPosition config

  • Build Activity Indicator > Enabled > Adds the build indicator container

  • Build Activity Indicator > Enabled > Shows the build indicator when a page is built during navigation

  • Build Activity Indicator > Enabled > Shows build indicator when page is built from modifying

test/integration/bigint/test/index.test.js

  • Build Activity Indicator > should validate buildActivityPosition config

  • Build Activity Indicator > Enabled > Adds the build indicator container

  • Build Activity Indicator > Enabled > Shows the build indicator when a page is built during navigation

  • Build Activity Indicator > Enabled > Shows build indicator when page is built from modifying

test/integration/build-indicator/test/index.test.js

  • Build Activity Indicator > should validate buildActivityPosition config

  • Build Activity Indicator > Enabled > Adds the build indicator container

  • Build Activity Indicator > Enabled > Shows the build indicator when a page is built during navigation

  • Build Activity Indicator > Enabled > Shows build indicator when page is built from modifying

``

  • Build Activity Indicator > should validate buildActivityPosition config

  • Build Activity Indicator > Enabled > Adds the build indicator container

  • Build Activity Indicator > Enabled > Shows the build indicator when a page is built during navigation

  • Build Activity Indicator > Enabled > Shows build indicator when page is built from modifying

test/integration/client-404/test/index.test.js

  • Configuration > renders server config on the server only
  • Configuration > renders public config on the server only
  • Configuration > renders the build id in development mode
  • Configuration > should have config available on the client

test/integration/cli/test/index.test.js

  • Configuration > renders server config on the server only
  • Configuration > renders public config on the server only
  • Configuration > renders the build id in development mode
  • Configuration > should have config available on the client

test/integration/client-navigation-a11y/test/index.test.js

  • Configuration > renders server config on the server only
  • Configuration > renders public config on the server only
  • Configuration > renders the build id in development mode
  • Configuration > should have config available on the client

test/integration/client-shallow-routing/test/index.test.js

  • Configuration > renders server config on the server only
  • Configuration > renders public config on the server only
  • Configuration > renders the build id in development mode
  • Configuration > should have config available on the client

test/integration/client-navigation/test/index.test.js

  • Configuration > renders server config on the server only
  • Configuration > renders public config on the server only
  • Configuration > renders the build id in development mode
  • Configuration > should have config available on the client

test/integration/compression/test/index.test.js

  • Configuration > renders server config on the server only
  • Configuration > renders public config on the server only
  • Configuration > renders the build id in development mode
  • Configuration > should have config available on the client

test/integration/config-empty/test/index.test.js

  • Configuration > renders server config on the server only
  • Configuration > renders public config on the server only
  • Configuration > renders the build id in development mode
  • Configuration > should have config available on the client

test/integration/config-devtool-dev/test/index.test.js

  • Configuration > renders server config on the server only
  • Configuration > renders public config on the server only
  • Configuration > renders the build id in development mode
  • Configuration > should have config available on the client

test/integration/config-mjs/test/index.test.js

  • Configuration > renders server config on the server only
  • Configuration > renders public config on the server only
  • Configuration > renders the build id in development mode
  • Configuration > should have config available on the client

``

  • Configuration > renders server config on the server only
  • Configuration > renders public config on the server only
  • Configuration > renders the build id in development mode
  • Configuration > should have config available on the client

test/integration/config/test/index.test.js

  • CSS Support > Basic CSS Modules Ordering > Development Mode > should have correct color on index page (on load)

  • CSS Support > Basic CSS Modules Ordering > Development Mode > should have correct color on index page (on hover)

  • CSS Support > Basic CSS Modules Ordering > Development Mode > should have correct color on index page (on nav)

  • CSS Support > CSS Modules Composes Ordering > Development Mode > should have correct color on index page (on hover)

  • CSS Support > CSS Modules Composes Ordering > Development Mode > should have correct color on index page (on nav from index)

  • CSS Support > CSS Modules Composes Ordering > Development Mode > should have correct color on index page (on nav from other)

test/integration/conflicting-public-file-page/test/index.test.js

  • CSS Support > Basic CSS Modules Ordering > Development Mode > should have correct color on index page (on load)

  • CSS Support > Basic CSS Modules Ordering > Development Mode > should have correct color on index page (on hover)

  • CSS Support > Basic CSS Modules Ordering > Development Mode > should have correct color on index page (on nav)

  • CSS Support > CSS Modules Composes Ordering > Development Mode > should have correct color on index page (on hover)

  • CSS Support > CSS Modules Composes Ordering > Development Mode > should have correct color on index page (on nav from index)

  • CSS Support > CSS Modules Composes Ordering > Development Mode > should have correct color on index page (on nav from other)

test/integration/conflicting-app-page-error/test/index.test.js

  • CSS Support > Basic CSS Modules Ordering > Development Mode > should have correct color on index page (on load)

  • CSS Support > Basic CSS Modules Ordering > Development Mode > should have correct color on index page (on hover)

  • CSS Support > Basic CSS Modules Ordering > Development Mode > should have correct color on index page (on nav)

  • CSS Support > CSS Modules Composes Ordering > Development Mode > should have correct color on index page (on hover)

  • CSS Support > CSS Modules Composes Ordering > Development Mode > should have correct color on index page (on nav from index)

  • CSS Support > CSS Modules Composes Ordering > Development Mode > should have correct color on index page (on nav from other)

test/integration/css-client-nav/test/index.test.js

  • CSS Support > Basic CSS Modules Ordering > Development Mode > should have correct color on index page (on load)

  • CSS Support > Basic CSS Modules Ordering > Development Mode > should have correct color on index page (on hover)

  • CSS Support > Basic CSS Modules Ordering > Development Mode > should have correct color on index page (on nav)

  • CSS Support > CSS Modules Composes Ordering > Development Mode > should have correct color on index page (on hover)

  • CSS Support > CSS Modules Composes Ordering > Development Mode > should have correct color on index page (on nav from index)

  • CSS Support > CSS Modules Composes Ordering > Development Mode > should have correct color on index page (on nav from other)

test/integration/css-modules/test/index.test.js

  • CSS Support > Basic CSS Modules Ordering > Development Mode > should have correct color on index page (on load)

  • CSS Support > Basic CSS Modules Ordering > Development Mode > should have correct color on index page (on hover)

  • CSS Support > Basic CSS Modules Ordering > Development Mode > should have correct color on index page (on nav)

  • CSS Support > CSS Modules Composes Ordering > Development Mode > should have correct color on index page (on hover)

  • CSS Support > CSS Modules Composes Ordering > Development Mode > should have correct color on index page (on nav from index)

  • CSS Support > CSS Modules Composes Ordering > Development Mode > should have correct color on index page (on nav from other)

test/integration/css/test/group-1.test.js

  • CSS Support > Basic CSS Modules Ordering > Development Mode > should have correct color on index page (on load)

  • CSS Support > Basic CSS Modules Ordering > Development Mode > should have correct color on index page (on hover)

  • CSS Support > Basic CSS Modules Ordering > Development Mode > should have correct color on index page (on nav)

  • CSS Support > CSS Modules Composes Ordering > Development Mode > should have correct color on index page (on hover)

  • CSS Support > CSS Modules Composes Ordering > Development Mode > should have correct color on index page (on nav from index)

  • CSS Support > CSS Modules Composes Ordering > Development Mode > should have correct color on index page (on nav from other)

test/integration/css/test/group-2.test.js

  • CSS Support > Basic CSS Modules Ordering > Development Mode > should have correct color on index page (on load)

  • CSS Support > Basic CSS Modules Ordering > Development Mode > should have correct color on index page (on hover)

  • CSS Support > Basic CSS Modules Ordering > Development Mode > should have correct color on index page (on nav)

  • CSS Support > CSS Modules Composes Ordering > Development Mode > should have correct color on index page (on hover)

  • CSS Support > CSS Modules Composes Ordering > Development Mode > should have correct color on index page (on nav from index)

  • CSS Support > CSS Modules Composes Ordering > Development Mode > should have correct color on index page (on nav from other)

@github-actions
Copy link
Contributor

Failing next.js integration test suites

Commit: 73a99c2
(Report 6/11)

Expand full test reports

``

  • CSS Support > Basic CSS Modules Ordering > Development Mode > should have correct color on index page (on load)

  • CSS Support > Basic CSS Modules Ordering > Development Mode > should have correct color on index page (on hover)

  • CSS Support > Basic CSS Modules Ordering > Development Mode > should have correct color on index page (on nav)

  • CSS Support > CSS Modules Composes Ordering > Development Mode > should have correct color on index page (on hover)

  • CSS Support > CSS Modules Composes Ordering > Development Mode > should have correct color on index page (on nav from index)

  • CSS Support > CSS Modules Composes Ordering > Development Mode > should have correct color on index page (on nav from other)

test/integration/dynamic-optional-routing-root-static-paths/test/index.test.js

  • Dynamic Routing > dev mode > should not have error after pinging WebSocket

  • Dynamic Routing > dev mode > should handle only query on dynamic route

  • Dynamic Routing > dev mode > should handle only hash on dynamic route

  • Dynamic Routing > dev mode > should navigate with hash to dynamic route with link

  • Dynamic Routing > dev mode > should navigate with hash to dynamic route with router

  • Dynamic Routing > dev mode > should render dynamic route with query

  • Dynamic Routing > dev mode > should not have any console warnings when navigating to dynamic route

  • Dynamic Routing > dev mode > should navigate to a dynamic page successfully

  • Dynamic Routing > dev mode > should navigate to a dynamic page with href with differing query and as correctly

  • Dynamic Routing > dev mode > should navigate to a dynamic page successfully no as

  • Dynamic Routing > dev mode > should navigate to a dynamic page successfully interpolated

  • Dynamic Routing > dev mode > should navigate to a dynamic page successfully interpolated with additional query values

  • Dynamic Routing > dev mode > should navigate optional dynamic page

  • Dynamic Routing > dev mode > should navigate optional dynamic page with value

  • Dynamic Routing > dev mode > should navigate to a nested dynamic page successfully

  • Dynamic Routing > dev mode > should navigate to a nested dynamic page successfully no as

  • Dynamic Routing > dev mode > should navigate to a nested dynamic page successfully interpolated

  • Dynamic Routing > dev mode > should pass params in getInitialProps during client navigation

  • Dynamic Routing > dev mode > [catch all] should not decode slashes (start)

  • Dynamic Routing > dev mode > [catch all] should not decode slashes (end)

  • Dynamic Routing > dev mode > [catch all] should not decode slashes (middle)

  • Dynamic Routing > dev mode > [catch-all] should pass params in getInitialProps during client navigation (single)

  • Dynamic Routing > dev mode > [catch-all] should pass params in getInitialProps during client navigation (multi)

  • Dynamic Routing > dev mode > [catch-all] should pass params in getInitialProps during client navigation (encoded)

  • Dynamic Routing > dev mode > [catch-all] shouldn't fail on colon followed by double digits in the path

  • Dynamic Routing > dev mode > [ssg: catch-all] should pass params in getStaticProps during client navigation (single)

  • Dynamic Routing > dev mode > [ssg: catch-all] should pass params in getStaticProps during client navigation (single interpolated)

  • Dynamic Routing > dev mode > [ssg: catch-all] should pass params in getStaticProps during client navigation (multi)

  • Dynamic Routing > dev mode > [ssg: catch-all] should pass params in getStaticProps during client navigation (multi) no as

  • Dynamic Routing > dev mode > [ssg: catch-all] should pass params in getStaticProps during client navigation (multi interpolated)

  • Dynamic Routing > dev mode > [nested ssg: catch-all] should pass params in getStaticProps during client navigation (single)

  • Dynamic Routing > dev mode > [nested ssg: catch-all] should pass params in getStaticProps during client navigation (multi)

  • Dynamic Routing > dev mode > should update dynamic values on mount

  • Dynamic Routing > dev mode > should scroll to a hash on client-side navigation

  • Dynamic Routing > dev mode > should serve file with space from static folder

  • Dynamic Routing > dev mode > should serve file with plus from static folder

  • Dynamic Routing > dev mode > should serve file from static folder encoded

  • Dynamic Routing > dev mode > should serve file with %20 from static folder

  • Dynamic Routing > dev mode > should respond with bad request with invalid encoding

  • Dynamic Routing > dev mode > should resolve dynamic route href for page added later

  • Dynamic Routing > production mode > should have correct cache entries on prefetch

  • Dynamic Routing > production mode > should output a routes-manifest correctly

  • Dynamic Routing > production mode > should output a pages-manifest correctly

test/integration/dynamic-optional-routing-root-fallback/test/index.test.js

  • Dynamic Routing > dev mode > should not have error after pinging WebSocket

  • Dynamic Routing > dev mode > should handle only query on dynamic route

  • Dynamic Routing > dev mode > should handle only hash on dynamic route

  • Dynamic Routing > dev mode > should navigate with hash to dynamic route with link

  • Dynamic Routing > dev mode > should navigate with hash to dynamic route with router

  • Dynamic Routing > dev mode > should render dynamic route with query

  • Dynamic Routing > dev mode > should not have any console warnings when navigating to dynamic route

  • Dynamic Routing > dev mode > should navigate to a dynamic page successfully

  • Dynamic Routing > dev mode > should navigate to a dynamic page with href with differing query and as correctly

  • Dynamic Routing > dev mode > should navigate to a dynamic page successfully no as

  • Dynamic Routing > dev mode > should navigate to a dynamic page successfully interpolated

  • Dynamic Routing > dev mode > should navigate to a dynamic page successfully interpolated with additional query values

  • Dynamic Routing > dev mode > should navigate optional dynamic page

  • Dynamic Routing > dev mode > should navigate optional dynamic page with value

  • Dynamic Routing > dev mode > should navigate to a nested dynamic page successfully

  • Dynamic Routing > dev mode > should navigate to a nested dynamic page successfully no as

  • Dynamic Routing > dev mode > should navigate to a nested dynamic page successfully interpolated

  • Dynamic Routing > dev mode > should pass params in getInitialProps during client navigation

  • Dynamic Routing > dev mode > [catch all] should not decode slashes (start)

  • Dynamic Routing > dev mode > [catch all] should not decode slashes (end)

  • Dynamic Routing > dev mode > [catch all] should not decode slashes (middle)

  • Dynamic Routing > dev mode > [catch-all] should pass params in getInitialProps during client navigation (single)

  • Dynamic Routing > dev mode > [catch-all] should pass params in getInitialProps during client navigation (multi)

  • Dynamic Routing > dev mode > [catch-all] should pass params in getInitialProps during client navigation (encoded)

  • Dynamic Routing > dev mode > [catch-all] shouldn't fail on colon followed by double digits in the path

  • Dynamic Routing > dev mode > [ssg: catch-all] should pass params in getStaticProps during client navigation (single)

  • Dynamic Routing > dev mode > [ssg: catch-all] should pass params in getStaticProps during client navigation (single interpolated)

  • Dynamic Routing > dev mode > [ssg: catch-all] should pass params in getStaticProps during client navigation (multi)

  • Dynamic Routing > dev mode > [ssg: catch-all] should pass params in getStaticProps during client navigation (multi) no as

  • Dynamic Routing > dev mode > [ssg: catch-all] should pass params in getStaticProps during client navigation (multi interpolated)

  • Dynamic Routing > dev mode > [nested ssg: catch-all] should pass params in getStaticProps during client navigation (single)

  • Dynamic Routing > dev mode > [nested ssg: catch-all] should pass params in getStaticProps during client navigation (multi)

  • Dynamic Routing > dev mode > should update dynamic values on mount

  • Dynamic Routing > dev mode > should scroll to a hash on client-side navigation

  • Dynamic Routing > dev mode > should serve file with space from static folder

  • Dynamic Routing > dev mode > should serve file with plus from static folder

  • Dynamic Routing > dev mode > should serve file from static folder encoded

  • Dynamic Routing > dev mode > should serve file with %20 from static folder

  • Dynamic Routing > dev mode > should respond with bad request with invalid encoding

  • Dynamic Routing > dev mode > should resolve dynamic route href for page added later

  • Dynamic Routing > production mode > should have correct cache entries on prefetch

  • Dynamic Routing > production mode > should output a routes-manifest correctly

  • Dynamic Routing > production mode > should output a pages-manifest correctly

test/integration/dynamic-optional-routing/test/index.test.js

  • Dynamic Routing > dev mode > should not have error after pinging WebSocket

  • Dynamic Routing > dev mode > should handle only query on dynamic route

  • Dynamic Routing > dev mode > should handle only hash on dynamic route

  • Dynamic Routing > dev mode > should navigate with hash to dynamic route with link

  • Dynamic Routing > dev mode > should navigate with hash to dynamic route with router

  • Dynamic Routing > dev mode > should render dynamic route with query

  • Dynamic Routing > dev mode > should not have any console warnings when navigating to dynamic route

  • Dynamic Routing > dev mode > should navigate to a dynamic page successfully

  • Dynamic Routing > dev mode > should navigate to a dynamic page with href with differing query and as correctly

  • Dynamic Routing > dev mode > should navigate to a dynamic page successfully no as

  • Dynamic Routing > dev mode > should navigate to a dynamic page successfully interpolated

  • Dynamic Routing > dev mode > should navigate to a dynamic page successfully interpolated with additional query values

  • Dynamic Routing > dev mode > should navigate optional dynamic page

  • Dynamic Routing > dev mode > should navigate optional dynamic page with value

  • Dynamic Routing > dev mode > should navigate to a nested dynamic page successfully

  • Dynamic Routing > dev mode > should navigate to a nested dynamic page successfully no as

  • Dynamic Routing > dev mode > should navigate to a nested dynamic page successfully interpolated

  • Dynamic Routing > dev mode > should pass params in getInitialProps during client navigation

  • Dynamic Routing > dev mode > [catch all] should not decode slashes (start)

  • Dynamic Routing > dev mode > [catch all] should not decode slashes (end)

  • Dynamic Routing > dev mode > [catch all] should not decode slashes (middle)

  • Dynamic Routing > dev mode > [catch-all] should pass params in getInitialProps during client navigation (single)

  • Dynamic Routing > dev mode > [catch-all] should pass params in getInitialProps during client navigation (multi)

  • Dynamic Routing > dev mode > [catch-all] should pass params in getInitialProps during client navigation (encoded)

  • Dynamic Routing > dev mode > [catch-all] shouldn't fail on colon followed by double digits in the path

  • Dynamic Routing > dev mode > [ssg: catch-all] should pass params in getStaticProps during client navigation (single)

  • Dynamic Routing > dev mode > [ssg: catch-all] should pass params in getStaticProps during client navigation (single interpolated)

  • Dynamic Routing > dev mode > [ssg: catch-all] should pass params in getStaticProps during client navigation (multi)

  • Dynamic Routing > dev mode > [ssg: catch-all] should pass params in getStaticProps during client navigation (multi) no as

  • Dynamic Routing > dev mode > [ssg: catch-all] should pass params in getStaticProps during client navigation (multi interpolated)

  • Dynamic Routing > dev mode > [nested ssg: catch-all] should pass params in getStaticProps during client navigation (single)

  • Dynamic Routing > dev mode > [nested ssg: catch-all] should pass params in getStaticProps during client navigation (multi)

  • Dynamic Routing > dev mode > should update dynamic values on mount

  • Dynamic Routing > dev mode > should scroll to a hash on client-side navigation

  • Dynamic Routing > dev mode > should serve file with space from static folder

  • Dynamic Routing > dev mode > should serve file with plus from static folder

  • Dynamic Routing > dev mode > should serve file from static folder encoded

  • Dynamic Routing > dev mode > should serve file with %20 from static folder

  • Dynamic Routing > dev mode > should respond with bad request with invalid encoding

  • Dynamic Routing > dev mode > should resolve dynamic route href for page added later

  • Dynamic Routing > production mode > should have correct cache entries on prefetch

  • Dynamic Routing > production mode > should output a routes-manifest correctly

  • Dynamic Routing > production mode > should output a pages-manifest correctly

test/integration/edge-runtime-configurable-guards/test/index.test.js

  • Dynamic Routing > dev mode > should not have error after pinging WebSocket

  • Dynamic Routing > dev mode > should handle only query on dynamic route

  • Dynamic Routing > dev mode > should handle only hash on dynamic route

  • Dynamic Routing > dev mode > should navigate with hash to dynamic route with link

  • Dynamic Routing > dev mode > should navigate with hash to dynamic route with router

  • Dynamic Routing > dev mode > should render dynamic route with query

  • Dynamic Routing > dev mode > should not have any console warnings when navigating to dynamic route

  • Dynamic Routing > dev mode > should navigate to a dynamic page successfully

  • Dynamic Routing > dev mode > should navigate to a dynamic page with href with differing query and as correctly

  • Dynamic Routing > dev mode > should navigate to a dynamic page successfully no as

  • Dynamic Routing > dev mode > should navigate to a dynamic page successfully interpolated

  • Dynamic Routing > dev mode > should navigate to a dynamic page successfully interpolated with additional query values

  • Dynamic Routing > dev mode > should navigate optional dynamic page

  • Dynamic Routing > dev mode > should navigate optional dynamic page with value

  • Dynamic Routing > dev mode > should navigate to a nested dynamic page successfully

  • Dynamic Routing > dev mode > should navigate to a nested dynamic page successfully no as

  • Dynamic Routing > dev mode > should navigate to a nested dynamic page successfully interpolated

  • Dynamic Routing > dev mode > should pass params in getInitialProps during client navigation

  • Dynamic Routing > dev mode > [catch all] should not decode slashes (start)

  • Dynamic Routing > dev mode > [catch all] should not decode slashes (end)

  • Dynamic Routing > dev mode > [catch all] should not decode slashes (middle)

  • Dynamic Routing > dev mode > [catch-all] should pass params in getInitialProps during client navigation (single)

  • Dynamic Routing > dev mode > [catch-all] should pass params in getInitialProps during client navigation (multi)

  • Dynamic Routing > dev mode > [catch-all] should pass params in getInitialProps during client navigation (encoded)

  • Dynamic Routing > dev mode > [catch-all] shouldn't fail on colon followed by double digits in the path

  • Dynamic Routing > dev mode > [ssg: catch-all] should pass params in getStaticProps during client navigation (single)

  • Dynamic Routing > dev mode > [ssg: catch-all] should pass params in getStaticProps during client navigation (single interpolated)

  • Dynamic Routing > dev mode > [ssg: catch-all] should pass params in getStaticProps during client navigation (multi)

  • Dynamic Routing > dev mode > [ssg: catch-all] should pass params in getStaticProps during client navigation (multi) no as

  • Dynamic Routing > dev mode > [ssg: catch-all] should pass params in getStaticProps during client navigation (multi interpolated)

  • Dynamic Routing > dev mode > [nested ssg: catch-all] should pass params in getStaticProps during client navigation (single)

  • Dynamic Routing > dev mode > [nested ssg: catch-all] should pass params in getStaticProps during client navigation (multi)

  • Dynamic Routing > dev mode > should update dynamic values on mount

  • Dynamic Routing > dev mode > should scroll to a hash on client-side navigation

  • Dynamic Routing > dev mode > should serve file with space from static folder

  • Dynamic Routing > dev mode > should serve file with plus from static folder

  • Dynamic Routing > dev mode > should serve file from static folder encoded

  • Dynamic Routing > dev mode > should serve file with %20 from static folder

  • Dynamic Routing > dev mode > should respond with bad request with invalid encoding

  • Dynamic Routing > dev mode > should resolve dynamic route href for page added later

  • Dynamic Routing > production mode > should have correct cache entries on prefetch

  • Dynamic Routing > production mode > should output a routes-manifest correctly

  • Dynamic Routing > production mode > should output a pages-manifest correctly

test/integration/dynamic-routing/test/index.test.js

  • Dynamic Routing > dev mode > should not have error after pinging WebSocket

  • Dynamic Routing > dev mode > should handle only query on dynamic route

  • Dynamic Routing > dev mode > should handle only hash on dynamic route

  • Dynamic Routing > dev mode > should navigate with hash to dynamic route with link

  • Dynamic Routing > dev mode > should navigate with hash to dynamic route with router

  • Dynamic Routing > dev mode > should render dynamic route with query

  • Dynamic Routing > dev mode > should not have any console warnings when navigating to dynamic route

  • Dynamic Routing > dev mode > should navigate to a dynamic page successfully

  • Dynamic Routing > dev mode > should navigate to a dynamic page with href with differing query and as correctly

  • Dynamic Routing > dev mode > should navigate to a dynamic page successfully no as

  • Dynamic Routing > dev mode > should navigate to a dynamic page successfully interpolated

  • Dynamic Routing > dev mode > should navigate to a dynamic page successfully interpolated with additional query values

  • Dynamic Routing > dev mode > should navigate optional dynamic page

  • Dynamic Routing > dev mode > should navigate optional dynamic page with value

  • Dynamic Routing > dev mode > should navigate to a nested dynamic page successfully

  • Dynamic Routing > dev mode > should navigate to a nested dynamic page successfully no as

  • Dynamic Routing > dev mode > should navigate to a nested dynamic page successfully interpolated

  • Dynamic Routing > dev mode > should pass params in getInitialProps during client navigation

  • Dynamic Routing > dev mode > [catch all] should not decode slashes (start)

  • Dynamic Routing > dev mode > [catch all] should not decode slashes (end)

  • Dynamic Routing > dev mode > [catch all] should not decode slashes (middle)

  • Dynamic Routing > dev mode > [catch-all] should pass params in getInitialProps during client navigation (single)

  • Dynamic Routing > dev mode > [catch-all] should pass params in getInitialProps during client navigation (multi)

  • Dynamic Routing > dev mode > [catch-all] should pass params in getInitialProps during client navigation (encoded)

  • Dynamic Routing > dev mode > [catch-all] shouldn't fail on colon followed by double digits in the path

  • Dynamic Routing > dev mode > [ssg: catch-all] should pass params in getStaticProps during client navigation (single)

  • Dynamic Routing > dev mode > [ssg: catch-all] should pass params in getStaticProps during client navigation (single interpolated)

  • Dynamic Routing > dev mode > [ssg: catch-all] should pass params in getStaticProps during client navigation (multi)

  • Dynamic Routing > dev mode > [ssg: catch-all] should pass params in getStaticProps during client navigation (multi) no as

  • Dynamic Routing > dev mode > [ssg: catch-all] should pass params in getStaticProps during client navigation (multi interpolated)

  • Dynamic Routing > dev mode > [nested ssg: catch-all] should pass params in getStaticProps during client navigation (single)

  • Dynamic Routing > dev mode > [nested ssg: catch-all] should pass params in getStaticProps during client navigation (multi)

  • Dynamic Routing > dev mode > should update dynamic values on mount

  • Dynamic Routing > dev mode > should scroll to a hash on client-side navigation

  • Dynamic Routing > dev mode > should serve file with space from static folder

  • Dynamic Routing > dev mode > should serve file with plus from static folder

  • Dynamic Routing > dev mode > should serve file from static folder encoded

  • Dynamic Routing > dev mode > should serve file with %20 from static folder

  • Dynamic Routing > dev mode > should respond with bad request with invalid encoding

  • Dynamic Routing > dev mode > should resolve dynamic route href for page added later

  • Dynamic Routing > production mode > should have correct cache entries on prefetch

  • Dynamic Routing > production mode > should output a routes-manifest correctly

  • Dynamic Routing > production mode > should output a pages-manifest correctly

test/integration/edge-runtime-dynamic-code/test/index.test.js

  • Dynamic Routing > dev mode > should not have error after pinging WebSocket

  • Dynamic Routing > dev mode > should handle only query on dynamic route

  • Dynamic Routing > dev mode > should handle only hash on dynamic route

  • Dynamic Routing > dev mode > should navigate with hash to dynamic route with link

  • Dynamic Routing > dev mode > should navigate with hash to dynamic route with router

  • Dynamic Routing > dev mode > should render dynamic route with query

  • Dynamic Routing > dev mode > should not have any console warnings when navigating to dynamic route

  • Dynamic Routing > dev mode > should navigate to a dynamic page successfully

  • Dynamic Routing > dev mode > should navigate to a dynamic page with href with differing query and as correctly

  • Dynamic Routing > dev mode > should navigate to a dynamic page successfully no as

  • Dynamic Routing > dev mode > should navigate to a dynamic page successfully interpolated

  • Dynamic Routing > dev mode > should navigate to a dynamic page successfully interpolated with additional query values

  • Dynamic Routing > dev mode > should navigate optional dynamic page

  • Dynamic Routing > dev mode > should navigate optional dynamic page with value

  • Dynamic Routing > dev mode > should navigate to a nested dynamic page successfully

  • Dynamic Routing > dev mode > should navigate to a nested dynamic page successfully no as

  • Dynamic Routing > dev mode > should navigate to a nested dynamic page successfully interpolated

  • Dynamic Routing > dev mode > should pass params in getInitialProps during client navigation

  • Dynamic Routing > dev mode > [catch all] should not decode slashes (start)

  • Dynamic Routing > dev mode > [catch all] should not decode slashes (end)

  • Dynamic Routing > dev mode > [catch all] should not decode slashes (middle)

  • Dynamic Routing > dev mode > [catch-all] should pass params in getInitialProps during client navigation (single)

  • Dynamic Routing > dev mode > [catch-all] should pass params in getInitialProps during client navigation (multi)

  • Dynamic Routing > dev mode > [catch-all] should pass params in getInitialProps during client navigation (encoded)

  • Dynamic Routing > dev mode > [catch-all] shouldn't fail on colon followed by double digits in the path

  • Dynamic Routing > dev mode > [ssg: catch-all] should pass params in getStaticProps during client navigation (single)

  • Dynamic Routing > dev mode > [ssg: catch-all] should pass params in getStaticProps during client navigation (single interpolated)

  • Dynamic Routing > dev mode > [ssg: catch-all] should pass params in getStaticProps during client navigation (multi)

  • Dynamic Routing > dev mode > [ssg: catch-all] should pass params in getStaticProps during client navigation (multi) no as

  • Dynamic Routing > dev mode > [ssg: catch-all] should pass params in getStaticProps during client navigation (multi interpolated)

  • Dynamic Routing > dev mode > [nested ssg: catch-all] should pass params in getStaticProps during client navigation (single)

  • Dynamic Routing > dev mode > [nested ssg: catch-all] should pass params in getStaticProps during client navigation (multi)

  • Dynamic Routing > dev mode > should update dynamic values on mount

  • Dynamic Routing > dev mode > should scroll to a hash on client-side navigation

  • Dynamic Routing > dev mode > should serve file with space from static folder

  • Dynamic Routing > dev mode > should serve file with plus from static folder

  • Dynamic Routing > dev mode > should serve file from static folder encoded

  • Dynamic Routing > dev mode > should serve file with %20 from static folder

  • Dynamic Routing > dev mode > should respond with bad request with invalid encoding

  • Dynamic Routing > dev mode > should resolve dynamic route href for page added later

  • Dynamic Routing > production mode > should have correct cache entries on prefetch

  • Dynamic Routing > production mode > should output a routes-manifest correctly

  • Dynamic Routing > production mode > should output a pages-manifest correctly

test/integration/edge-runtime-module-errors/test/index.test.js

  • Dynamic Routing > dev mode > should not have error after pinging WebSocket

  • Dynamic Routing > dev mode > should handle only query on dynamic route

  • Dynamic Routing > dev mode > should handle only hash on dynamic route

  • Dynamic Routing > dev mode > should navigate with hash to dynamic route with link

  • Dynamic Routing > dev mode > should navigate with hash to dynamic route with router

  • Dynamic Routing > dev mode > should render dynamic route with query

  • Dynamic Routing > dev mode > should not have any console warnings when navigating to dynamic route

  • Dynamic Routing > dev mode > should navigate to a dynamic page successfully

  • Dynamic Routing > dev mode > should navigate to a dynamic page with href with differing query and as correctly

  • Dynamic Routing > dev mode > should navigate to a dynamic page successfully no as

  • Dynamic Routing > dev mode > should navigate to a dynamic page successfully interpolated

  • Dynamic Routing > dev mode > should navigate to a dynamic page successfully interpolated with additional query values

  • Dynamic Routing > dev mode > should navigate optional dynamic page

  • Dynamic Routing > dev mode > should navigate optional dynamic page with value

  • Dynamic Routing > dev mode > should navigate to a nested dynamic page successfully

  • Dynamic Routing > dev mode > should navigate to a nested dynamic page successfully no as

  • Dynamic Routing > dev mode > should navigate to a nested dynamic page successfully interpolated

  • Dynamic Routing > dev mode > should pass params in getInitialProps during client navigation

  • Dynamic Routing > dev mode > [catch all] should not decode slashes (start)

  • Dynamic Routing > dev mode > [catch all] should not decode slashes (end)

  • Dynamic Routing > dev mode > [catch all] should not decode slashes (middle)

  • Dynamic Routing > dev mode > [catch-all] should pass params in getInitialProps during client navigation (single)

  • Dynamic Routing > dev mode > [catch-all] should pass params in getInitialProps during client navigation (multi)

  • Dynamic Routing > dev mode > [catch-all] should pass params in getInitialProps during client navigation (encoded)

  • Dynamic Routing > dev mode > [catch-all] shouldn't fail on colon followed by double digits in the path

  • Dynamic Routing > dev mode > [ssg: catch-all] should pass params in getStaticProps during client navigation (single)

  • Dynamic Routing > dev mode > [ssg: catch-all] should pass params in getStaticProps during client navigation (single interpolated)

  • Dynamic Routing > dev mode > [ssg: catch-all] should pass params in getStaticProps during client navigation (multi)

  • Dynamic Routing > dev mode > [ssg: catch-all] should pass params in getStaticProps during client navigation (multi) no as

  • Dynamic Routing > dev mode > [ssg: catch-all] should pass params in getStaticProps during client navigation (multi interpolated)

  • Dynamic Routing > dev mode > [nested ssg: catch-all] should pass params in getStaticProps during client navigation (single)

  • Dynamic Routing > dev mode > [nested ssg: catch-all] should pass params in getStaticProps during client navigation (multi)

  • Dynamic Routing > dev mode > should update dynamic values on mount

  • Dynamic Routing > dev mode > should scroll to a hash on client-side navigation

  • Dynamic Routing > dev mode > should serve file with space from static folder

  • Dynamic Routing > dev mode > should serve file with plus from static folder

  • Dynamic Routing > dev mode > should serve file from static folder encoded

  • Dynamic Routing > dev mode > should serve file with %20 from static folder

  • Dynamic Routing > dev mode > should respond with bad request with invalid encoding

  • Dynamic Routing > dev mode > should resolve dynamic route href for page added later

  • Dynamic Routing > production mode > should have correct cache entries on prefetch

  • Dynamic Routing > production mode > should output a routes-manifest correctly

  • Dynamic Routing > production mode > should output a pages-manifest correctly

test/integration/dynamic-routing/test/middleware.test.js

  • Dynamic Routing > dev mode > should not have error after pinging WebSocket

  • Dynamic Routing > dev mode > should handle only query on dynamic route

  • Dynamic Routing > dev mode > should handle only hash on dynamic route

  • Dynamic Routing > dev mode > should navigate with hash to dynamic route with link

  • Dynamic Routing > dev mode > should navigate with hash to dynamic route with router

  • Dynamic Routing > dev mode > should render dynamic route with query

  • Dynamic Routing > dev mode > should not have any console warnings when navigating to dynamic route

  • Dynamic Routing > dev mode > should navigate to a dynamic page successfully

  • Dynamic Routing > dev mode > should navigate to a dynamic page with href with differing query and as correctly

  • Dynamic Routing > dev mode > should navigate to a dynamic page successfully no as

  • Dynamic Routing > dev mode > should navigate to a dynamic page successfully interpolated

  • Dynamic Routing > dev mode > should navigate to a dynamic page successfully interpolated with additional query values

  • Dynamic Routing > dev mode > should navigate optional dynamic page

  • Dynamic Routing > dev mode > should navigate optional dynamic page with value

  • Dynamic Routing > dev mode > should navigate to a nested dynamic page successfully

  • Dynamic Routing > dev mode > should navigate to a nested dynamic page successfully no as

  • Dynamic Routing > dev mode > should navigate to a nested dynamic page successfully interpolated

  • Dynamic Routing > dev mode > should pass params in getInitialProps during client navigation

  • Dynamic Routing > dev mode > [catch all] should not decode slashes (start)

  • Dynamic Routing > dev mode > [catch all] should not decode slashes (end)

  • Dynamic Routing > dev mode > [catch all] should not decode slashes (middle)

  • Dynamic Routing > dev mode > [catch-all] should pass params in getInitialProps during client navigation (single)

  • Dynamic Routing > dev mode > [catch-all] should pass params in getInitialProps during client navigation (multi)

  • Dynamic Routing > dev mode > [catch-all] should pass params in getInitialProps during client navigation (encoded)

  • Dynamic Routing > dev mode > [catch-all] shouldn't fail on colon followed by double digits in the path

  • Dynamic Routing > dev mode > [ssg: catch-all] should pass params in getStaticProps during client navigation (single)

  • Dynamic Routing > dev mode > [ssg: catch-all] should pass params in getStaticProps during client navigation (single interpolated)

  • Dynamic Routing > dev mode > [ssg: catch-all] should pass params in getStaticProps during client navigation (multi)

  • Dynamic Routing > dev mode > [ssg: catch-all] should pass params in getStaticProps during client navigation (multi) no as

  • Dynamic Routing > dev mode > [ssg: catch-all] should pass params in getStaticProps during client navigation (multi interpolated)

  • Dynamic Routing > dev mode > [nested ssg: catch-all] should pass params in getStaticProps during client navigation (single)

  • Dynamic Routing > dev mode > [nested ssg: catch-all] should pass params in getStaticProps during client navigation (multi)

  • Dynamic Routing > dev mode > should update dynamic values on mount

  • Dynamic Routing > dev mode > should scroll to a hash on client-side navigation

  • Dynamic Routing > dev mode > should serve file with space from static folder

  • Dynamic Routing > dev mode > should serve file with plus from static folder

  • Dynamic Routing > dev mode > should serve file from static folder encoded

  • Dynamic Routing > dev mode > should serve file with %20 from static folder

  • Dynamic Routing > dev mode > should respond with bad request with invalid encoding

  • Dynamic Routing > dev mode > should resolve dynamic route href for page added later

  • Dynamic Routing > production mode > should have correct cache entries on prefetch

  • Dynamic Routing > production mode > should output a routes-manifest correctly

  • Dynamic Routing > production mode > should output a pages-manifest correctly

``

  • Dynamic Routing > dev mode > should not have error after pinging WebSocket

  • Dynamic Routing > dev mode > should handle only query on dynamic route

  • Dynamic Routing > dev mode > should handle only hash on dynamic route

  • Dynamic Routing > dev mode > should navigate with hash to dynamic route with link

  • Dynamic Routing > dev mode > should navigate with hash to dynamic route with router

  • Dynamic Routing > dev mode > should render dynamic route with query

  • Dynamic Routing > dev mode > should not have any console warnings when navigating to dynamic route

  • Dynamic Routing > dev mode > should navigate to a dynamic page successfully

  • Dynamic Routing > dev mode > should navigate to a dynamic page with href with differing query and as correctly

  • Dynamic Routing > dev mode > should navigate to a dynamic page successfully no as

  • Dynamic Routing > dev mode > should navigate to a dynamic page successfully interpolated

  • Dynamic Routing > dev mode > should navigate to a dynamic page successfully interpolated with additional query values

  • Dynamic Routing > dev mode > should navigate optional dynamic page

  • Dynamic Routing > dev mode > should navigate optional dynamic page with value

  • Dynamic Routing > dev mode > should navigate to a nested dynamic page successfully

  • Dynamic Routing > dev mode > should navigate to a nested dynamic page successfully no as

  • Dynamic Routing > dev mode > should navigate to a nested dynamic page successfully interpolated

  • Dynamic Routing > dev mode > should pass params in getInitialProps during client navigation

  • Dynamic Routing > dev mode > [catch all] should not decode slashes (start)

  • Dynamic Routing > dev mode > [catch all] should not decode slashes (end)

  • Dynamic Routing > dev mode > [catch all] should not decode slashes (middle)

  • Dynamic Routing > dev mode > [catch-all] should pass params in getInitialProps during client navigation (single)

  • Dynamic Routing > dev mode > [catch-all] should pass params in getInitialProps during client navigation (multi)

  • Dynamic Routing > dev mode > [catch-all] should pass params in getInitialProps during client navigation (encoded)

  • Dynamic Routing > dev mode > [catch-all] shouldn't fail on colon followed by double digits in the path

  • Dynamic Routing > dev mode > [ssg: catch-all] should pass params in getStaticProps during client navigation (single)

  • Dynamic Routing > dev mode > [ssg: catch-all] should pass params in getStaticProps during client navigation (single interpolated)

  • Dynamic Routing > dev mode > [ssg: catch-all] should pass params in getStaticProps during client navigation (multi)

  • Dynamic Routing > dev mode > [ssg: catch-all] should pass params in getStaticProps during client navigation (multi) no as

  • Dynamic Routing > dev mode > [ssg: catch-all] should pass params in getStaticProps during client navigation (multi interpolated)

  • Dynamic Routing > dev mode > [nested ssg: catch-all] should pass params in getStaticProps during client navigation (single)

  • Dynamic Routing > dev mode > [nested ssg: catch-all] should pass params in getStaticProps during client navigation (multi)

  • Dynamic Routing > dev mode > should update dynamic values on mount

  • Dynamic Routing > dev mode > should scroll to a hash on client-side navigation

  • Dynamic Routing > dev mode > should serve file with space from static folder

  • Dynamic Routing > dev mode > should serve file with plus from static folder

  • Dynamic Routing > dev mode > should serve file from static folder encoded

  • Dynamic Routing > dev mode > should serve file with %20 from static folder

  • Dynamic Routing > dev mode > should respond with bad request with invalid encoding

  • Dynamic Routing > dev mode > should resolve dynamic route href for page added later

  • Dynamic Routing > production mode > should have correct cache entries on prefetch

  • Dynamic Routing > production mode > should output a routes-manifest correctly

  • Dynamic Routing > production mode > should output a pages-manifest correctly

test/integration/edge-runtime-streaming-error/test/index.test.ts

  • Env Config > dev mode > should inline global values during build

  • Env Config > dev mode > with hot reload > should have process environment override .env

  • Env Config > dev mode > with hot reload > should provide global env to next.config.js

  • Env Config > dev mode > with hot reload > should inline global values during build

  • Env Config > dev mode > with hot reload > should provide env for SSG

  • Env Config > dev mode > with hot reload > should provide env correctly for SSR

  • Env Config > dev mode > with hot reload > should provide env correctly for API routes

  • Env Config > dev mode > with hot reload > should load env from .env

  • Env Config > dev mode > with hot reload > should have updated runtime values after change

  • Env Config > dev mode > with hot reload > should trigger HMR correctly when NEXT_PUBLIC_ env is changed

  • Env Config > server mode > should inline global values during build

  • Env Config > test environment > should inline global values during build

test/integration/edge-runtime-response-error/test/index.test.js

  • Env Config > dev mode > should inline global values during build

  • Env Config > dev mode > with hot reload > should have process environment override .env

  • Env Config > dev mode > with hot reload > should provide global env to next.config.js

  • Env Config > dev mode > with hot reload > should inline global values during build

  • Env Config > dev mode > with hot reload > should provide env for SSG

  • Env Config > dev mode > with hot reload > should provide env correctly for SSR

  • Env Config > dev mode > with hot reload > should provide env correctly for API routes

  • Env Config > dev mode > with hot reload > should load env from .env

  • Env Config > dev mode > with hot reload > should have updated runtime values after change

  • Env Config > dev mode > with hot reload > should trigger HMR correctly when NEXT_PUBLIC_ env is changed

  • Env Config > server mode > should inline global values during build

  • Env Config > test environment > should inline global values during build

test/integration/edge-runtime-with-node.js-apis/test/index.test.ts

  • Env Config > dev mode > should inline global values during build

  • Env Config > dev mode > with hot reload > should have process environment override .env

  • Env Config > dev mode > with hot reload > should provide global env to next.config.js

  • Env Config > dev mode > with hot reload > should inline global values during build

  • Env Config > dev mode > with hot reload > should provide env for SSG

  • Env Config > dev mode > with hot reload > should provide env correctly for SSR

  • Env Config > dev mode > with hot reload > should provide env correctly for API routes

  • Env Config > dev mode > with hot reload > should load env from .env

  • Env Config > dev mode > with hot reload > should have updated runtime values after change

  • Env Config > dev mode > with hot reload > should trigger HMR correctly when NEXT_PUBLIC_ env is changed

  • Env Config > server mode > should inline global values during build

  • Env Config > test environment > should inline global values during build

test/integration/empty-object-getInitialProps/test/index.test.js

  • Env Config > dev mode > should inline global values during build

  • Env Config > dev mode > with hot reload > should have process environment override .env

  • Env Config > dev mode > with hot reload > should provide global env to next.config.js

  • Env Config > dev mode > with hot reload > should inline global values during build

  • Env Config > dev mode > with hot reload > should provide env for SSG

  • Env Config > dev mode > with hot reload > should provide env correctly for SSR

  • Env Config > dev mode > with hot reload > should provide env correctly for API routes

  • Env Config > dev mode > with hot reload > should load env from .env

  • Env Config > dev mode > with hot reload > should have updated runtime values after change

  • Env Config > dev mode > with hot reload > should trigger HMR correctly when NEXT_PUBLIC_ env is changed

  • Env Config > server mode > should inline global values during build

  • Env Config > test environment > should inline global values during build

test/integration/empty-project/test/index.test.js

  • Env Config > dev mode > should inline global values during build

  • Env Config > dev mode > with hot reload > should have process environment override .env

  • Env Config > dev mode > with hot reload > should provide global env to next.config.js

  • Env Config > dev mode > with hot reload > should inline global values during build

  • Env Config > dev mode > with hot reload > should provide env for SSG

  • Env Config > dev mode > with hot reload > should provide env correctly for SSR

  • Env Config > dev mode > with hot reload > should provide env correctly for API routes

  • Env Config > dev mode > with hot reload > should load env from .env

  • Env Config > dev mode > with hot reload > should have updated runtime values after change

  • Env Config > dev mode > with hot reload > should trigger HMR correctly when NEXT_PUBLIC_ env is changed

  • Env Config > server mode > should inline global values during build

  • Env Config > test environment > should inline global values during build

test/integration/env-config/test/index.test.js

  • Env Config > dev mode > should inline global values during build

  • Env Config > dev mode > with hot reload > should have process environment override .env

  • Env Config > dev mode > with hot reload > should provide global env to next.config.js

  • Env Config > dev mode > with hot reload > should inline global values during build

  • Env Config > dev mode > with hot reload > should provide env for SSG

  • Env Config > dev mode > with hot reload > should provide env correctly for SSR

  • Env Config > dev mode > with hot reload > should provide env correctly for API routes

  • Env Config > dev mode > with hot reload > should load env from .env

  • Env Config > dev mode > with hot reload > should have updated runtime values after change

  • Env Config > dev mode > with hot reload > should trigger HMR correctly when NEXT_PUBLIC_ env is changed

  • Env Config > server mode > should inline global values during build

  • Env Config > test environment > should inline global values during build

``

  • Env Config > dev mode > should inline global values during build

  • Env Config > dev mode > with hot reload > should have process environment override .env

  • Env Config > dev mode > with hot reload > should provide global env to next.config.js

  • Env Config > dev mode > with hot reload > should inline global values during build

  • Env Config > dev mode > with hot reload > should provide env for SSG

  • Env Config > dev mode > with hot reload > should provide env correctly for SSR

  • Env Config > dev mode > with hot reload > should provide env correctly for API routes

  • Env Config > dev mode > with hot reload > should load env from .env

  • Env Config > dev mode > with hot reload > should have updated runtime values after change

  • Env Config > dev mode > with hot reload > should trigger HMR correctly when NEXT_PUBLIC_ env is changed

  • Env Config > server mode > should inline global values during build

  • Env Config > test environment > should inline global values during build

test/integration/fallback-route-params/test/index.test.js

  • ServerSide Props Preview Mode > Development Mode > should enable preview mode
  • ServerSide Props Preview Mode > Development Mode > should return cookies to be expired after dev server reboot
  • ServerSide Props Preview Mode > Development Mode > should fetch preview data on SSR
  • ServerSide Props Preview Mode > Development Mode > should fetch preview data on CST

test/integration/fallback-false-rewrite/test/index.test.js

  • ServerSide Props Preview Mode > Development Mode > should enable preview mode
  • ServerSide Props Preview Mode > Development Mode > should return cookies to be expired after dev server reboot
  • ServerSide Props Preview Mode > Development Mode > should fetch preview data on SSR
  • ServerSide Props Preview Mode > Development Mode > should fetch preview data on CST

test/integration/getinitialprops/test/index.test.js

  • ServerSide Props Preview Mode > Development Mode > should enable preview mode
  • ServerSide Props Preview Mode > Development Mode > should return cookies to be expired after dev server reboot
  • ServerSide Props Preview Mode > Development Mode > should fetch preview data on SSR
  • ServerSide Props Preview Mode > Development Mode > should fetch preview data on CST

test/integration/file-serving/test/index.test.js

  • ServerSide Props Preview Mode > Development Mode > should enable preview mode
  • ServerSide Props Preview Mode > Development Mode > should return cookies to be expired after dev server reboot
  • ServerSide Props Preview Mode > Development Mode > should fetch preview data on SSR
  • ServerSide Props Preview Mode > Development Mode > should fetch preview data on CST

test/integration/getserversideprops-preview/test/index.test.js

  • ServerSide Props Preview Mode > Development Mode > should enable preview mode
  • ServerSide Props Preview Mode > Development Mode > should return cookies to be expired after dev server reboot
  • ServerSide Props Preview Mode > Development Mode > should fetch preview data on SSR
  • ServerSide Props Preview Mode > Development Mode > should fetch preview data on CST

``

  • ServerSide Props Preview Mode > Development Mode > should enable preview mode
  • ServerSide Props Preview Mode > Development Mode > should return cookies to be expired after dev server reboot
  • ServerSide Props Preview Mode > Development Mode > should fetch preview data on SSR
  • ServerSide Props Preview Mode > Development Mode > should fetch preview data on CST

test/integration/gssp-redirect-with-rewrites/test/index.test.js

  • i18n Support > dev mode > should not rewrite for index page
  • i18n Support > dev mode > should not rewrite for dynamic page

test/integration/gssp-redirect-base-path/test/index.test.js

  • i18n Support > dev mode > should not rewrite for index page
  • i18n Support > dev mode > should not rewrite for dynamic page

test/integration/hashbang/test/index.test.js

  • i18n Support > dev mode > should not rewrite for index page
  • i18n Support > dev mode > should not rewrite for dynamic page

test/integration/gssp-redirect/test/index.test.js

  • i18n Support > dev mode > should not rewrite for index page
  • i18n Support > dev mode > should not rewrite for dynamic page

test/integration/hydration/test/index.test.js

  • i18n Support > dev mode > should not rewrite for index page
  • i18n Support > dev mode > should not rewrite for dynamic page

test/integration/i18n-support-base-path/test/index.test.js

  • i18n Support > dev mode > should not rewrite for index page
  • i18n Support > dev mode > should not rewrite for dynamic page

test/integration/i18n-support-catchall/test/index.test.js

  • i18n Support > dev mode > should not rewrite for index page
  • i18n Support > dev mode > should not rewrite for dynamic page

test/integration/i18n-support-custom-error/test/index.test.js

  • i18n Support > dev mode > should not rewrite for index page
  • i18n Support > dev mode > should not rewrite for dynamic page

test/integration/i18n-support-fallback-rewrite-legacy/test/index.test.js

  • i18n Support > dev mode > should not rewrite for index page
  • i18n Support > dev mode > should not rewrite for dynamic page

``

  • i18n Support > dev mode > should not rewrite for index page
  • i18n Support > dev mode > should not rewrite for dynamic page

@github-actions
Copy link
Contributor

Failing next.js integration test suites

Commit: 73a99c2
(Report 7/11)

Expand full test reports

test/integration/i18n-support-index-rewrite/test/index.test.js

  • with squoosh > Server support w/o next.config.js > should not allow vector svg

  • with squoosh > Server support w/o next.config.js > should maintain ico format

  • with squoosh > Server support w/o next.config.js > should maintain jpg format for old Safari

  • with squoosh > Server support w/o next.config.js > should maintain png format for old Safari

  • with squoosh > Server support w/o next.config.js > should downlevel webp format to jpeg for old Safari

  • with squoosh > Server support w/o next.config.js > should downlevel avif format to jpeg for old Safari

  • with squoosh > Server support w/o next.config.js > should resize relative url and webp Firefox accept header

  • with squoosh > Server support w/o next.config.js > should resize relative url and png accept header

  • with squoosh > Server support w/o next.config.js > should resize relative url with invalid accept header as png

  • with squoosh > Server support w/o next.config.js > should resize relative url with invalid accept header as gif

  • with squoosh > Server support w/o next.config.js > should resize relative url with invalid accept header as tiff

  • with squoosh > Server support w/o next.config.js > should resize relative url and old Chrome accept header as webp

  • with squoosh > Server support w/o next.config.js > should set 304 status without body when etag matches if-none-match

  • with squoosh > Server support w/o next.config.js > should maintain bmp

  • with squoosh > Server support w/o next.config.js > should not resize if requested width is larger than original source image

  • with squoosh > Server support w/o next.config.js > should not change the color type of a png

  • with squoosh > Server support with next.config.js > should normalize invalid status codes

  • with squoosh > Server support with next.config.js > should return home page

  • with squoosh > Server support with next.config.js > should handle non-ascii characters in image url

  • with squoosh > Server support with next.config.js > should maintain animated gif

  • with squoosh > Server support with next.config.js > should maintain animated png

  • with squoosh > Server support with next.config.js > should maintain animated png 2

  • with squoosh > Server support with next.config.js > should maintain animated webp

  • with squoosh > Server support with next.config.js > should not allow vector svg

  • with squoosh > Server support with next.config.js > should maintain ico format

  • with squoosh > Server support with next.config.js > should maintain jpg format for old Safari

  • with squoosh > Server support with next.config.js > should maintain png format for old Safari

  • with squoosh > Server support with next.config.js > should downlevel webp format to jpeg for old Safari

  • with squoosh > Server support with next.config.js > should downlevel avif format to jpeg for old Safari

  • with squoosh > Server support with next.config.js > should fail when url is missing

  • with squoosh > Server support with next.config.js > should fail when w is missing

  • with squoosh > Server support with next.config.js > should fail when q is missing

  • with squoosh > Server support with next.config.js > should fail when q is greater than 100

  • with squoosh > Server support with next.config.js > should fail when q is less than 1

  • with squoosh > Server support with next.config.js > should fail when w is 0

  • with squoosh > Server support with next.config.js > should fail when w is less than 0

  • with squoosh > Server support with next.config.js > should fail when w is not a number

  • with squoosh > Server support with next.config.js > should fail when q is not a number

  • with squoosh > Server support with next.config.js > should fail when domain is not defined in next.config.js

  • with squoosh > Server support with next.config.js > should fail when width is not in next.config.js

  • with squoosh > Server support with next.config.js > should emit blur svg when width is 8 in dev but not prod

  • with squoosh > Server support with next.config.js > should emit blur svg when width is less than 8 in dev but not prod

  • with squoosh > Server support with next.config.js > should resize relative url and webp Firefox accept header

  • with squoosh > Server support with next.config.js > should resize relative url and png accept header

  • with squoosh > Server support with next.config.js > should resize relative url with invalid accept header as png

  • with squoosh > Server support with next.config.js > should resize relative url with invalid accept header as gif

  • with squoosh > Server support with next.config.js > should resize relative url with invalid accept header as tiff

  • with squoosh > Server support with next.config.js > should resize relative url and old Chrome accept header as webp

  • with squoosh > Server support with next.config.js > should resize relative url and new Chrome accept header as avif

  • with squoosh > Server support with next.config.js > should compress avif smaller than webp at q=100

  • with squoosh > Server support with next.config.js > should compress avif smaller than webp at q=75

  • with squoosh > Server support with next.config.js > should compress avif smaller than webp at q=50

  • with squoosh > Server support with next.config.js > should resize absolute url from localhost

  • with squoosh > Server support with next.config.js > should automatically detect image type when content-type is octet-stream

  • with squoosh > Server support with next.config.js > should use cache and stale-while-revalidate when query is the same for external image

  • with squoosh > Server support with next.config.js > should fail when url has file protocol

  • with squoosh > Server support with next.config.js > should fail when url has ftp protocol

  • with squoosh > Server support with next.config.js > should fail when internal url is not an image

  • with squoosh > Server support with next.config.js > should fail when url fails to load an image

  • with squoosh > Server support with next.config.js > should use cache and stale-while-revalidate when query is the same for internal image

  • with squoosh > Server support with next.config.js > should use cached image file when parameters are the same for animated gif

  • with squoosh > Server support with next.config.js > should set 304 status without body when etag matches if-none-match

  • with squoosh > Server support with next.config.js > should maintain bmp

  • with squoosh > Server support with next.config.js > should not resize if requested width is larger than original source image

  • with squoosh > Server support with next.config.js > should not change the color type of a png

  • with squoosh > Server support with next.config.js > should set cache-control to immutable for static images

  • with squoosh > Server support with next.config.js > should error if the resource isn't a valid image

  • with squoosh > Server support with next.config.js > should error if the image file does not exist

  • with squoosh > Server support with next.config.js > should handle concurrent requests

  • with squoosh > Server support with next.config.js > should have sharp missing warning

  • with squoosh > Server support with next.config.js > should not have sharp outdated warning

  • with squoosh > dev support w/o next.config.js > should return home page

  • with squoosh > dev support w/o next.config.js > should maintain animated gif

  • with squoosh > dev support w/o next.config.js > should maintain animated png

  • with squoosh > dev support w/o next.config.js > should maintain animated png 2

  • with squoosh > dev support w/o next.config.js > should maintain animated webp

  • with squoosh > dev support w/o next.config.js > should not allow vector svg

  • with squoosh > dev support w/o next.config.js > should maintain ico format

  • with squoosh > dev support w/o next.config.js > should maintain jpg format for old Safari

  • with squoosh > dev support w/o next.config.js > should maintain png format for old Safari

  • with squoosh > dev support w/o next.config.js > should downlevel webp format to jpeg for old Safari

  • with squoosh > dev support w/o next.config.js > should downlevel avif format to jpeg for old Safari

  • with squoosh > dev support w/o next.config.js > should fail when url is missing

  • with squoosh > dev support w/o next.config.js > should fail when w is missing

  • with squoosh > dev support w/o next.config.js > should fail when q is missing

  • with squoosh > dev support w/o next.config.js > should fail when q is greater than 100

  • with squoosh > dev support w/o next.config.js > should fail when q is less than 1

  • with squoosh > dev support w/o next.config.js > should fail when w is 0

  • with squoosh > dev support w/o next.config.js > should fail when w is less than 0

  • with squoosh > dev support w/o next.config.js > should fail when w is not a number

  • with squoosh > dev support w/o next.config.js > should fail when q is not a number

  • with squoosh > dev support w/o next.config.js > should fail when domain is not defined in next.config.js

  • with squoosh > dev support w/o next.config.js > should fail when width is not in next.config.js

  • with squoosh > dev support w/o next.config.js > should emit blur svg when width is 8 in dev but not prod

  • with squoosh > dev support w/o next.config.js > should emit blur svg when width is less than 8 in dev but not prod

  • with squoosh > dev support w/o next.config.js > should resize relative url and webp Firefox accept header

  • with squoosh > dev support w/o next.config.js > should resize relative url and png accept header

  • with squoosh > dev support w/o next.config.js > should resize relative url with invalid accept header as png

  • with squoosh > dev support w/o next.config.js > should resize relative url with invalid accept header as gif

  • with squoosh > dev support w/o next.config.js > should resize relative url with invalid accept header as tiff

  • with squoosh > dev support w/o next.config.js > should resize relative url and old Chrome accept header as webp

  • with squoosh > dev support w/o next.config.js > should fail when url has file protocol

  • with squoosh > dev support w/o next.config.js > should fail when url has ftp protocol

  • with squoosh > dev support w/o next.config.js > should fail when internal url is not an image

  • with squoosh > dev support w/o next.config.js > should use cache and stale-while-revalidate when query is the same for internal image

  • with squoosh > dev support w/o next.config.js > should use cached image file when parameters are the same for animated gif

  • with squoosh > dev support w/o next.config.js > should set 304 status without body when etag matches if-none-match

  • with squoosh > dev support w/o next.config.js > should maintain bmp

  • with squoosh > dev support w/o next.config.js > should not resize if requested width is larger than original source image

  • with squoosh > dev support w/o next.config.js > should not change the color type of a png

  • with squoosh > dev support w/o next.config.js > should error if the resource isn't a valid image

  • with squoosh > dev support w/o next.config.js > should error if the image file does not exist

  • with squoosh > dev support with next.config.js > should normalize invalid status codes

  • with squoosh > dev support with next.config.js > should return home page

  • with squoosh > dev support with next.config.js > should handle non-ascii characters in image url

  • with squoosh > dev support with next.config.js > should maintain animated gif

  • with squoosh > dev support with next.config.js > should maintain animated png

  • with squoosh > dev support with next.config.js > should maintain animated png 2

  • with squoosh > dev support with next.config.js > should maintain animated webp

  • with squoosh > dev support with next.config.js > should not allow vector svg

  • with squoosh > dev support with next.config.js > should maintain ico format

  • with squoosh > dev support with next.config.js > should maintain jpg format for old Safari

  • with squoosh > dev support with next.config.js > should maintain png format for old Safari

  • with squoosh > dev support with next.config.js > should downlevel webp format to jpeg for old Safari

  • with squoosh > dev support with next.config.js > should downlevel avif format to jpeg for old Safari

  • with squoosh > dev support with next.config.js > should fail when url is missing

  • with squoosh > dev support with next.config.js > should fail when w is missing

  • with squoosh > dev support with next.config.js > should fail when q is missing

  • with squoosh > dev support with next.config.js > should fail when q is greater than 100

  • with squoosh > dev support with next.config.js > should fail when q is less than 1

  • with squoosh > dev support with next.config.js > should fail when w is 0

  • with squoosh > dev support with next.config.js > should fail when w is less than 0

  • with squoosh > dev support with next.config.js > should fail when w is not a number

  • with squoosh > dev support with next.config.js > should fail when q is not a number

  • with squoosh > dev support with next.config.js > should fail when domain is not defined in next.config.js

  • with squoosh > dev support with next.config.js > should fail when width is not in next.config.js

  • with squoosh > dev support with next.config.js > should emit blur svg when width is 8 in dev but not prod

  • with squoosh > dev support with next.config.js > should emit blur svg when width is less than 8 in dev but not prod

  • with squoosh > dev support with next.config.js > should resize relative url and webp Firefox accept header

  • with squoosh > dev support with next.config.js > should resize relative url and png accept header

  • with squoosh > dev support with next.config.js > should resize relative url with invalid accept header as png

  • with squoosh > dev support with next.config.js > should resize relative url with invalid accept header as gif

  • with squoosh > dev support with next.config.js > should resize relative url with invalid accept header as tiff

  • with squoosh > dev support with next.config.js > should resize relative url and old Chrome accept header as webp

  • with squoosh > dev support with next.config.js > should resize relative url and new Chrome accept header as avif

  • with squoosh > dev support with next.config.js > should compress avif smaller than webp at q=100

  • with squoosh > dev support with next.config.js > should compress avif smaller than webp at q=75

  • with squoosh > dev support with next.config.js > should compress avif smaller than webp at q=50

  • with squoosh > dev support with next.config.js > should resize absolute url from localhost

  • with squoosh > dev support with next.config.js > should automatically detect image type when content-type is octet-stream

  • with squoosh > dev support with next.config.js > should use cache and stale-while-revalidate when query is the same for external image

  • with squoosh > dev support with next.config.js > should fail when url has file protocol

  • with squoosh > dev support with next.config.js > should fail when url has ftp protocol

  • with squoosh > dev support with next.config.js > should fail when internal url is not an image

  • with squoosh > dev support with next.config.js > should fail when url fails to load an image

  • with squoosh > dev support with next.config.js > should use cache and stale-while-revalidate when query is the same for internal image

  • with squoosh > dev support with next.config.js > should use cached image file when parameters are the same for animated gif

  • with squoosh > dev support with next.config.js > should set 304 status without body when etag matches if-none-match

  • with squoosh > dev support with next.config.js > should maintain bmp

  • with squoosh > dev support with next.config.js > should not resize if requested width is larger than original source image

  • with squoosh > dev support with next.config.js > should not change the color type of a png

  • with squoosh > dev support with next.config.js > should set cache-control to immutable for static images

  • with squoosh > dev support with next.config.js > should error if the resource isn't a valid image

  • with squoosh > dev support with next.config.js > should error if the image file does not exist

  • with squoosh > dev support with next.config.js > should handle concurrent requests

  • with squoosh > dev support with next.config.js > should not have sharp missing warning

  • with squoosh > dev support with next.config.js > should not have sharp outdated warning

test/integration/i18n-support-fallback-rewrite/test/index.test.js

  • with squoosh > Server support w/o next.config.js > should not allow vector svg

  • with squoosh > Server support w/o next.config.js > should maintain ico format

  • with squoosh > Server support w/o next.config.js > should maintain jpg format for old Safari

  • with squoosh > Server support w/o next.config.js > should maintain png format for old Safari

  • with squoosh > Server support w/o next.config.js > should downlevel webp format to jpeg for old Safari

  • with squoosh > Server support w/o next.config.js > should downlevel avif format to jpeg for old Safari

  • with squoosh > Server support w/o next.config.js > should resize relative url and webp Firefox accept header

  • with squoosh > Server support w/o next.config.js > should resize relative url and png accept header

  • with squoosh > Server support w/o next.config.js > should resize relative url with invalid accept header as png

  • with squoosh > Server support w/o next.config.js > should resize relative url with invalid accept header as gif

  • with squoosh > Server support w/o next.config.js > should resize relative url with invalid accept header as tiff

  • with squoosh > Server support w/o next.config.js > should resize relative url and old Chrome accept header as webp

  • with squoosh > Server support w/o next.config.js > should set 304 status without body when etag matches if-none-match

  • with squoosh > Server support w/o next.config.js > should maintain bmp

  • with squoosh > Server support w/o next.config.js > should not resize if requested width is larger than original source image

  • with squoosh > Server support w/o next.config.js > should not change the color type of a png

  • with squoosh > Server support with next.config.js > should normalize invalid status codes

  • with squoosh > Server support with next.config.js > should return home page

  • with squoosh > Server support with next.config.js > should handle non-ascii characters in image url

  • with squoosh > Server support with next.config.js > should maintain animated gif

  • with squoosh > Server support with next.config.js > should maintain animated png

  • with squoosh > Server support with next.config.js > should maintain animated png 2

  • with squoosh > Server support with next.config.js > should maintain animated webp

  • with squoosh > Server support with next.config.js > should not allow vector svg

  • with squoosh > Server support with next.config.js > should maintain ico format

  • with squoosh > Server support with next.config.js > should maintain jpg format for old Safari

  • with squoosh > Server support with next.config.js > should maintain png format for old Safari

  • with squoosh > Server support with next.config.js > should downlevel webp format to jpeg for old Safari

  • with squoosh > Server support with next.config.js > should downlevel avif format to jpeg for old Safari

  • with squoosh > Server support with next.config.js > should fail when url is missing

  • with squoosh > Server support with next.config.js > should fail when w is missing

  • with squoosh > Server support with next.config.js > should fail when q is missing

  • with squoosh > Server support with next.config.js > should fail when q is greater than 100

  • with squoosh > Server support with next.config.js > should fail when q is less than 1

  • with squoosh > Server support with next.config.js > should fail when w is 0

  • with squoosh > Server support with next.config.js > should fail when w is less than 0

  • with squoosh > Server support with next.config.js > should fail when w is not a number

  • with squoosh > Server support with next.config.js > should fail when q is not a number

  • with squoosh > Server support with next.config.js > should fail when domain is not defined in next.config.js

  • with squoosh > Server support with next.config.js > should fail when width is not in next.config.js

  • with squoosh > Server support with next.config.js > should emit blur svg when width is 8 in dev but not prod

  • with squoosh > Server support with next.config.js > should emit blur svg when width is less than 8 in dev but not prod

  • with squoosh > Server support with next.config.js > should resize relative url and webp Firefox accept header

  • with squoosh > Server support with next.config.js > should resize relative url and png accept header

  • with squoosh > Server support with next.config.js > should resize relative url with invalid accept header as png

  • with squoosh > Server support with next.config.js > should resize relative url with invalid accept header as gif

  • with squoosh > Server support with next.config.js > should resize relative url with invalid accept header as tiff

  • with squoosh > Server support with next.config.js > should resize relative url and old Chrome accept header as webp

  • with squoosh > Server support with next.config.js > should resize relative url and new Chrome accept header as avif

  • with squoosh > Server support with next.config.js > should compress avif smaller than webp at q=100

  • with squoosh > Server support with next.config.js > should compress avif smaller than webp at q=75

  • with squoosh > Server support with next.config.js > should compress avif smaller than webp at q=50

  • with squoosh > Server support with next.config.js > should resize absolute url from localhost

  • with squoosh > Server support with next.config.js > should automatically detect image type when content-type is octet-stream

  • with squoosh > Server support with next.config.js > should use cache and stale-while-revalidate when query is the same for external image

  • with squoosh > Server support with next.config.js > should fail when url has file protocol

  • with squoosh > Server support with next.config.js > should fail when url has ftp protocol

  • with squoosh > Server support with next.config.js > should fail when internal url is not an image

  • with squoosh > Server support with next.config.js > should fail when url fails to load an image

  • with squoosh > Server support with next.config.js > should use cache and stale-while-revalidate when query is the same for internal image

  • with squoosh > Server support with next.config.js > should use cached image file when parameters are the same for animated gif

  • with squoosh > Server support with next.config.js > should set 304 status without body when etag matches if-none-match

  • with squoosh > Server support with next.config.js > should maintain bmp

  • with squoosh > Server support with next.config.js > should not resize if requested width is larger than original source image

  • with squoosh > Server support with next.config.js > should not change the color type of a png

  • with squoosh > Server support with next.config.js > should set cache-control to immutable for static images

  • with squoosh > Server support with next.config.js > should error if the resource isn't a valid image

  • with squoosh > Server support with next.config.js > should error if the image file does not exist

  • with squoosh > Server support with next.config.js > should handle concurrent requests

  • with squoosh > Server support with next.config.js > should have sharp missing warning

  • with squoosh > Server support with next.config.js > should not have sharp outdated warning

  • with squoosh > dev support w/o next.config.js > should return home page

  • with squoosh > dev support w/o next.config.js > should maintain animated gif

  • with squoosh > dev support w/o next.config.js > should maintain animated png

  • with squoosh > dev support w/o next.config.js > should maintain animated png 2

  • with squoosh > dev support w/o next.config.js > should maintain animated webp

  • with squoosh > dev support w/o next.config.js > should not allow vector svg

  • with squoosh > dev support w/o next.config.js > should maintain ico format

  • with squoosh > dev support w/o next.config.js > should maintain jpg format for old Safari

  • with squoosh > dev support w/o next.config.js > should maintain png format for old Safari

  • with squoosh > dev support w/o next.config.js > should downlevel webp format to jpeg for old Safari

  • with squoosh > dev support w/o next.config.js > should downlevel avif format to jpeg for old Safari

  • with squoosh > dev support w/o next.config.js > should fail when url is missing

  • with squoosh > dev support w/o next.config.js > should fail when w is missing

  • with squoosh > dev support w/o next.config.js > should fail when q is missing

  • with squoosh > dev support w/o next.config.js > should fail when q is greater than 100

  • with squoosh > dev support w/o next.config.js > should fail when q is less than 1

  • with squoosh > dev support w/o next.config.js > should fail when w is 0

  • with squoosh > dev support w/o next.config.js > should fail when w is less than 0

  • with squoosh > dev support w/o next.config.js > should fail when w is not a number

  • with squoosh > dev support w/o next.config.js > should fail when q is not a number

  • with squoosh > dev support w/o next.config.js > should fail when domain is not defined in next.config.js

  • with squoosh > dev support w/o next.config.js > should fail when width is not in next.config.js

  • with squoosh > dev support w/o next.config.js > should emit blur svg when width is 8 in dev but not prod

  • with squoosh > dev support w/o next.config.js > should emit blur svg when width is less than 8 in dev but not prod

  • with squoosh > dev support w/o next.config.js > should resize relative url and webp Firefox accept header

  • with squoosh > dev support w/o next.config.js > should resize relative url and png accept header

  • with squoosh > dev support w/o next.config.js > should resize relative url with invalid accept header as png

  • with squoosh > dev support w/o next.config.js > should resize relative url with invalid accept header as gif

  • with squoosh > dev support w/o next.config.js > should resize relative url with invalid accept header as tiff

  • with squoosh > dev support w/o next.config.js > should resize relative url and old Chrome accept header as webp

  • with squoosh > dev support w/o next.config.js > should fail when url has file protocol

  • with squoosh > dev support w/o next.config.js > should fail when url has ftp protocol

  • with squoosh > dev support w/o next.config.js > should fail when internal url is not an image

  • with squoosh > dev support w/o next.config.js > should use cache and stale-while-revalidate when query is the same for internal image

  • with squoosh > dev support w/o next.config.js > should use cached image file when parameters are the same for animated gif

  • with squoosh > dev support w/o next.config.js > should set 304 status without body when etag matches if-none-match

  • with squoosh > dev support w/o next.config.js > should maintain bmp

  • with squoosh > dev support w/o next.config.js > should not resize if requested width is larger than original source image

  • with squoosh > dev support w/o next.config.js > should not change the color type of a png

  • with squoosh > dev support w/o next.config.js > should error if the resource isn't a valid image

  • with squoosh > dev support w/o next.config.js > should error if the image file does not exist

  • with squoosh > dev support with next.config.js > should normalize invalid status codes

  • with squoosh > dev support with next.config.js > should return home page

  • with squoosh > dev support with next.config.js > should handle non-ascii characters in image url

  • with squoosh > dev support with next.config.js > should maintain animated gif

  • with squoosh > dev support with next.config.js > should maintain animated png

  • with squoosh > dev support with next.config.js > should maintain animated png 2

  • with squoosh > dev support with next.config.js > should maintain animated webp

  • with squoosh > dev support with next.config.js > should not allow vector svg

  • with squoosh > dev support with next.config.js > should maintain ico format

  • with squoosh > dev support with next.config.js > should maintain jpg format for old Safari

  • with squoosh > dev support with next.config.js > should maintain png format for old Safari

  • with squoosh > dev support with next.config.js > should downlevel webp format to jpeg for old Safari

  • with squoosh > dev support with next.config.js > should downlevel avif format to jpeg for old Safari

  • with squoosh > dev support with next.config.js > should fail when url is missing

  • with squoosh > dev support with next.config.js > should fail when w is missing

  • with squoosh > dev support with next.config.js > should fail when q is missing

  • with squoosh > dev support with next.config.js > should fail when q is greater than 100

  • with squoosh > dev support with next.config.js > should fail when q is less than 1

  • with squoosh > dev support with next.config.js > should fail when w is 0

  • with squoosh > dev support with next.config.js > should fail when w is less than 0

  • with squoosh > dev support with next.config.js > should fail when w is not a number

  • with squoosh > dev support with next.config.js > should fail when q is not a number

  • with squoosh > dev support with next.config.js > should fail when domain is not defined in next.config.js

  • with squoosh > dev support with next.config.js > should fail when width is not in next.config.js

  • with squoosh > dev support with next.config.js > should emit blur svg when width is 8 in dev but not prod

  • with squoosh > dev support with next.config.js > should emit blur svg when width is less than 8 in dev but not prod

  • with squoosh > dev support with next.config.js > should resize relative url and webp Firefox accept header

  • with squoosh > dev support with next.config.js > should resize relative url and png accept header

  • with squoosh > dev support with next.config.js > should resize relative url with invalid accept header as png

  • with squoosh > dev support with next.config.js > should resize relative url with invalid accept header as gif

  • with squoosh > dev support with next.config.js > should resize relative url with invalid accept header as tiff

  • with squoosh > dev support with next.config.js > should resize relative url and old Chrome accept header as webp

  • with squoosh > dev support with next.config.js > should resize relative url and new Chrome accept header as avif

  • with squoosh > dev support with next.config.js > should compress avif smaller than webp at q=100

  • with squoosh > dev support with next.config.js > should compress avif smaller than webp at q=75

  • with squoosh > dev support with next.config.js > should compress avif smaller than webp at q=50

  • with squoosh > dev support with next.config.js > should resize absolute url from localhost

  • with squoosh > dev support with next.config.js > should automatically detect image type when content-type is octet-stream

  • with squoosh > dev support with next.config.js > should use cache and stale-while-revalidate when query is the same for external image

  • with squoosh > dev support with next.config.js > should fail when url has file protocol

  • with squoosh > dev support with next.config.js > should fail when url has ftp protocol

  • with squoosh > dev support with next.config.js > should fail when internal url is not an image

  • with squoosh > dev support with next.config.js > should fail when url fails to load an image

  • with squoosh > dev support with next.config.js > should use cache and stale-while-revalidate when query is the same for internal image

  • with squoosh > dev support with next.config.js > should use cached image file when parameters are the same for animated gif

  • with squoosh > dev support with next.config.js > should set 304 status without body when etag matches if-none-match

  • with squoosh > dev support with next.config.js > should maintain bmp

  • with squoosh > dev support with next.config.js > should not resize if requested width is larger than original source image

  • with squoosh > dev support with next.config.js > should not change the color type of a png

  • with squoosh > dev support with next.config.js > should set cache-control to immutable for static images

  • with squoosh > dev support with next.config.js > should error if the resource isn't a valid image

  • with squoosh > dev support with next.config.js > should error if the image file does not exist

  • with squoosh > dev support with next.config.js > should handle concurrent requests

  • with squoosh > dev support with next.config.js > should not have sharp missing warning

  • with squoosh > dev support with next.config.js > should not have sharp outdated warning

test/integration/i18n-support-same-page-hash-change/test/index.test.js

  • with squoosh > Server support w/o next.config.js > should not allow vector svg

  • with squoosh > Server support w/o next.config.js > should maintain ico format

  • with squoosh > Server support w/o next.config.js > should maintain jpg format for old Safari

  • with squoosh > Server support w/o next.config.js > should maintain png format for old Safari

  • with squoosh > Server support w/o next.config.js > should downlevel webp format to jpeg for old Safari

  • with squoosh > Server support w/o next.config.js > should downlevel avif format to jpeg for old Safari

  • with squoosh > Server support w/o next.config.js > should resize relative url and webp Firefox accept header

  • with squoosh > Server support w/o next.config.js > should resize relative url and png accept header

  • with squoosh > Server support w/o next.config.js > should resize relative url with invalid accept header as png

  • with squoosh > Server support w/o next.config.js > should resize relative url with invalid accept header as gif

  • with squoosh > Server support w/o next.config.js > should resize relative url with invalid accept header as tiff

  • with squoosh > Server support w/o next.config.js > should resize relative url and old Chrome accept header as webp

  • with squoosh > Server support w/o next.config.js > should set 304 status without body when etag matches if-none-match

  • with squoosh > Server support w/o next.config.js > should maintain bmp

  • with squoosh > Server support w/o next.config.js > should not resize if requested width is larger than original source image

  • with squoosh > Server support w/o next.config.js > should not change the color type of a png

  • with squoosh > Server support with next.config.js > should normalize invalid status codes

  • with squoosh > Server support with next.config.js > should return home page

  • with squoosh > Server support with next.config.js > should handle non-ascii characters in image url

  • with squoosh > Server support with next.config.js > should maintain animated gif

  • with squoosh > Server support with next.config.js > should maintain animated png

  • with squoosh > Server support with next.config.js > should maintain animated png 2

  • with squoosh > Server support with next.config.js > should maintain animated webp

  • with squoosh > Server support with next.config.js > should not allow vector svg

  • with squoosh > Server support with next.config.js > should maintain ico format

  • with squoosh > Server support with next.config.js > should maintain jpg format for old Safari

  • with squoosh > Server support with next.config.js > should maintain png format for old Safari

  • with squoosh > Server support with next.config.js > should downlevel webp format to jpeg for old Safari

  • with squoosh > Server support with next.config.js > should downlevel avif format to jpeg for old Safari

  • with squoosh > Server support with next.config.js > should fail when url is missing

  • with squoosh > Server support with next.config.js > should fail when w is missing

  • with squoosh > Server support with next.config.js > should fail when q is missing

  • with squoosh > Server support with next.config.js > should fail when q is greater than 100

  • with squoosh > Server support with next.config.js > should fail when q is less than 1

  • with squoosh > Server support with next.config.js > should fail when w is 0

  • with squoosh > Server support with next.config.js > should fail when w is less than 0

  • with squoosh > Server support with next.config.js > should fail when w is not a number

  • with squoosh > Server support with next.config.js > should fail when q is not a number

  • with squoosh > Server support with next.config.js > should fail when domain is not defined in next.config.js

  • with squoosh > Server support with next.config.js > should fail when width is not in next.config.js

  • with squoosh > Server support with next.config.js > should emit blur svg when width is 8 in dev but not prod

  • with squoosh > Server support with next.config.js > should emit blur svg when width is less than 8 in dev but not prod

  • with squoosh > Server support with next.config.js > should resize relative url and webp Firefox accept header

  • with squoosh > Server support with next.config.js > should resize relative url and png accept header

  • with squoosh > Server support with next.config.js > should resize relative url with invalid accept header as png

  • with squoosh > Server support with next.config.js > should resize relative url with invalid accept header as gif

  • with squoosh > Server support with next.config.js > should resize relative url with invalid accept header as tiff

  • with squoosh > Server support with next.config.js > should resize relative url and old Chrome accept header as webp

  • with squoosh > Server support with next.config.js > should resize relative url and new Chrome accept header as avif

  • with squoosh > Server support with next.config.js > should compress avif smaller than webp at q=100

  • with squoosh > Server support with next.config.js > should compress avif smaller than webp at q=75

  • with squoosh > Server support with next.config.js > should compress avif smaller than webp at q=50

  • with squoosh > Server support with next.config.js > should resize absolute url from localhost

  • with squoosh > Server support with next.config.js > should automatically detect image type when content-type is octet-stream

  • with squoosh > Server support with next.config.js > should use cache and stale-while-revalidate when query is the same for external image

  • with squoosh > Server support with next.config.js > should fail when url has file protocol

  • with squoosh > Server support with next.config.js > should fail when url has ftp protocol

  • with squoosh > Server support with next.config.js > should fail when internal url is not an image

  • with squoosh > Server support with next.config.js > should fail when url fails to load an image

  • with squoosh > Server support with next.config.js > should use cache and stale-while-revalidate when query is the same for internal image

  • with squoosh > Server support with next.config.js > should use cached image file when parameters are the same for animated gif

  • with squoosh > Server support with next.config.js > should set 304 status without body when etag matches if-none-match

  • with squoosh > Server support with next.config.js > should maintain bmp

  • with squoosh > Server support with next.config.js > should not resize if requested width is larger than original source image

  • with squoosh > Server support with next.config.js > should not change the color type of a png

  • with squoosh > Server support with next.config.js > should set cache-control to immutable for static images

  • with squoosh > Server support with next.config.js > should error if the resource isn't a valid image

  • with squoosh > Server support with next.config.js > should error if the image file does not exist

  • with squoosh > Server support with next.config.js > should handle concurrent requests

  • with squoosh > Server support with next.config.js > should have sharp missing warning

  • with squoosh > Server support with next.config.js > should not have sharp outdated warning

  • with squoosh > dev support w/o next.config.js > should return home page

  • with squoosh > dev support w/o next.config.js > should maintain animated gif

  • with squoosh > dev support w/o next.config.js > should maintain animated png

  • with squoosh > dev support w/o next.config.js > should maintain animated png 2

  • with squoosh > dev support w/o next.config.js > should maintain animated webp

  • with squoosh > dev support w/o next.config.js > should not allow vector svg

  • with squoosh > dev support w/o next.config.js > should maintain ico format

  • with squoosh > dev support w/o next.config.js > should maintain jpg format for old Safari

  • with squoosh > dev support w/o next.config.js > should maintain png format for old Safari

  • with squoosh > dev support w/o next.config.js > should downlevel webp format to jpeg for old Safari

  • with squoosh > dev support w/o next.config.js > should downlevel avif format to jpeg for old Safari

  • with squoosh > dev support w/o next.config.js > should fail when url is missing

  • with squoosh > dev support w/o next.config.js > should fail when w is missing

  • with squoosh > dev support w/o next.config.js > should fail when q is missing

  • with squoosh > dev support w/o next.config.js > should fail when q is greater than 100

  • with squoosh > dev support w/o next.config.js > should fail when q is less than 1

  • with squoosh > dev support w/o next.config.js > should fail when w is 0

  • with squoosh > dev support w/o next.config.js > should fail when w is less than 0

  • with squoosh > dev support w/o next.config.js > should fail when w is not a number

  • with squoosh > dev support w/o next.config.js > should fail when q is not a number

  • with squoosh > dev support w/o next.config.js > should fail when domain is not defined in next.config.js

  • with squoosh > dev support w/o next.config.js > should fail when width is not in next.config.js

  • with squoosh > dev support w/o next.config.js > should emit blur svg when width is 8 in dev but not prod

  • with squoosh > dev support w/o next.config.js > should emit blur svg when width is less than 8 in dev but not prod

  • with squoosh > dev support w/o next.config.js > should resize relative url and webp Firefox accept header

  • with squoosh > dev support w/o next.config.js > should resize relative url and png accept header

  • with squoosh > dev support w/o next.config.js > should resize relative url with invalid accept header as png

  • with squoosh > dev support w/o next.config.js > should resize relative url with invalid accept header as gif

  • with squoosh > dev support w/o next.config.js > should resize relative url with invalid accept header as tiff

  • with squoosh > dev support w/o next.config.js > should resize relative url and old Chrome accept header as webp

  • with squoosh > dev support w/o next.config.js > should fail when url has file protocol

  • with squoosh > dev support w/o next.config.js > should fail when url has ftp protocol

  • with squoosh > dev support w/o next.config.js > should fail when internal url is not an image

  • with squoosh > dev support w/o next.config.js > should use cache and stale-while-revalidate when query is the same for internal image

  • with squoosh > dev support w/o next.config.js > should use cached image file when parameters are the same for animated gif

  • with squoosh > dev support w/o next.config.js > should set 304 status without body when etag matches if-none-match

  • with squoosh > dev support w/o next.config.js > should maintain bmp

  • with squoosh > dev support w/o next.config.js > should not resize if requested width is larger than original source image

  • with squoosh > dev support w/o next.config.js > should not change the color type of a png

  • with squoosh > dev support w/o next.config.js > should error if the resource isn't a valid image

  • with squoosh > dev support w/o next.config.js > should error if the image file does not exist

  • with squoosh > dev support with next.config.js > should normalize invalid status codes

  • with squoosh > dev support with next.config.js > should return home page

  • with squoosh > dev support with next.config.js > should handle non-ascii characters in image url

  • with squoosh > dev support with next.config.js > should maintain animated gif

  • with squoosh > dev support with next.config.js > should maintain animated png

  • with squoosh > dev support with next.config.js > should maintain animated png 2

  • with squoosh > dev support with next.config.js > should maintain animated webp

  • with squoosh > dev support with next.config.js > should not allow vector svg

  • with squoosh > dev support with next.config.js > should maintain ico format

  • with squoosh > dev support with next.config.js > should maintain jpg format for old Safari

  • with squoosh > dev support with next.config.js > should maintain png format for old Safari

  • with squoosh > dev support with next.config.js > should downlevel webp format to jpeg for old Safari

  • with squoosh > dev support with next.config.js > should downlevel avif format to jpeg for old Safari

  • with squoosh > dev support with next.config.js > should fail when url is missing

  • with squoosh > dev support with next.config.js > should fail when w is missing

  • with squoosh > dev support with next.config.js > should fail when q is missing

  • with squoosh > dev support with next.config.js > should fail when q is greater than 100

  • with squoosh > dev support with next.config.js > should fail when q is less than 1

  • with squoosh > dev support with next.config.js > should fail when w is 0

  • with squoosh > dev support with next.config.js > should fail when w is less than 0

  • with squoosh > dev support with next.config.js > should fail when w is not a number

  • with squoosh > dev support with next.config.js > should fail when q is not a number

  • with squoosh > dev support with next.config.js > should fail when domain is not defined in next.config.js

  • with squoosh > dev support with next.config.js > should fail when width is not in next.config.js

  • with squoosh > dev support with next.config.js > should emit blur svg when width is 8 in dev but not prod

  • with squoosh > dev support with next.config.js > should emit blur svg when width is less than 8 in dev but not prod

  • with squoosh > dev support with next.config.js > should resize relative url and webp Firefox accept header

  • with squoosh > dev support with next.config.js > should resize relative url and png accept header

  • with squoosh > dev support with next.config.js > should resize relative url with invalid accept header as png

  • with squoosh > dev support with next.config.js > should resize relative url with invalid accept header as gif

  • with squoosh > dev support with next.config.js > should resize relative url with invalid accept header as tiff

  • with squoosh > dev support with next.config.js > should resize relative url and old Chrome accept header as webp

  • with squoosh > dev support with next.config.js > should resize relative url and new Chrome accept header as avif

  • with squoosh > dev support with next.config.js > should compress avif smaller than webp at q=100

  • with squoosh > dev support with next.config.js > should compress avif smaller than webp at q=75

  • with squoosh > dev support with next.config.js > should compress avif smaller than webp at q=50

  • with squoosh > dev support with next.config.js > should resize absolute url from localhost

  • with squoosh > dev support with next.config.js > should automatically detect image type when content-type is octet-stream

  • with squoosh > dev support with next.config.js > should use cache and stale-while-revalidate when query is the same for external image

  • with squoosh > dev support with next.config.js > should fail when url has file protocol

  • with squoosh > dev support with next.config.js > should fail when url has ftp protocol

  • with squoosh > dev support with next.config.js > should fail when internal url is not an image

  • with squoosh > dev support with next.config.js > should fail when url fails to load an image

  • with squoosh > dev support with next.config.js > should use cache and stale-while-revalidate when query is the same for internal image

  • with squoosh > dev support with next.config.js > should use cached image file when parameters are the same for animated gif

  • with squoosh > dev support with next.config.js > should set 304 status without body when etag matches if-none-match

  • with squoosh > dev support with next.config.js > should maintain bmp

  • with squoosh > dev support with next.config.js > should not resize if requested width is larger than original source image

  • with squoosh > dev support with next.config.js > should not change the color type of a png

  • with squoosh > dev support with next.config.js > should set cache-control to immutable for static images

  • with squoosh > dev support with next.config.js > should error if the resource isn't a valid image

  • with squoosh > dev support with next.config.js > should error if the image file does not exist

  • with squoosh > dev support with next.config.js > should handle concurrent requests

  • with squoosh > dev support with next.config.js > should not have sharp missing warning

  • with squoosh > dev support with next.config.js > should not have sharp outdated warning

@github-actions
Copy link
Contributor

Failing next.js integration test suites

Commit: 73a99c2
(Report 8/11)

Expand full test reports

test/integration/i18n-support/test/index.test.js

  • with squoosh > Server support w/o next.config.js > should not allow vector svg

  • with squoosh > Server support w/o next.config.js > should maintain ico format

  • with squoosh > Server support w/o next.config.js > should maintain jpg format for old Safari

  • with squoosh > Server support w/o next.config.js > should maintain png format for old Safari

  • with squoosh > Server support w/o next.config.js > should downlevel webp format to jpeg for old Safari

  • with squoosh > Server support w/o next.config.js > should downlevel avif format to jpeg for old Safari

  • with squoosh > Server support w/o next.config.js > should resize relative url and webp Firefox accept header

  • with squoosh > Server support w/o next.config.js > should resize relative url and png accept header

  • with squoosh > Server support w/o next.config.js > should resize relative url with invalid accept header as png

  • with squoosh > Server support w/o next.config.js > should resize relative url with invalid accept header as gif

  • with squoosh > Server support w/o next.config.js > should resize relative url with invalid accept header as tiff

  • with squoosh > Server support w/o next.config.js > should resize relative url and old Chrome accept header as webp

  • with squoosh > Server support w/o next.config.js > should set 304 status without body when etag matches if-none-match

  • with squoosh > Server support w/o next.config.js > should maintain bmp

  • with squoosh > Server support w/o next.config.js > should not resize if requested width is larger than original source image

  • with squoosh > Server support w/o next.config.js > should not change the color type of a png

  • with squoosh > Server support with next.config.js > should normalize invalid status codes

  • with squoosh > Server support with next.config.js > should return home page

  • with squoosh > Server support with next.config.js > should handle non-ascii characters in image url

  • with squoosh > Server support with next.config.js > should maintain animated gif

  • with squoosh > Server support with next.config.js > should maintain animated png

  • with squoosh > Server support with next.config.js > should maintain animated png 2

  • with squoosh > Server support with next.config.js > should maintain animated webp

  • with squoosh > Server support with next.config.js > should not allow vector svg

  • with squoosh > Server support with next.config.js > should maintain ico format

  • with squoosh > Server support with next.config.js > should maintain jpg format for old Safari

  • with squoosh > Server support with next.config.js > should maintain png format for old Safari

  • with squoosh > Server support with next.config.js > should downlevel webp format to jpeg for old Safari

  • with squoosh > Server support with next.config.js > should downlevel avif format to jpeg for old Safari

  • with squoosh > Server support with next.config.js > should fail when url is missing

  • with squoosh > Server support with next.config.js > should fail when w is missing

  • with squoosh > Server support with next.config.js > should fail when q is missing

  • with squoosh > Server support with next.config.js > should fail when q is greater than 100

  • with squoosh > Server support with next.config.js > should fail when q is less than 1

  • with squoosh > Server support with next.config.js > should fail when w is 0

  • with squoosh > Server support with next.config.js > should fail when w is less than 0

  • with squoosh > Server support with next.config.js > should fail when w is not a number

  • with squoosh > Server support with next.config.js > should fail when q is not a number

  • with squoosh > Server support with next.config.js > should fail when domain is not defined in next.config.js

  • with squoosh > Server support with next.config.js > should fail when width is not in next.config.js

  • with squoosh > Server support with next.config.js > should emit blur svg when width is 8 in dev but not prod

  • with squoosh > Server support with next.config.js > should emit blur svg when width is less than 8 in dev but not prod

  • with squoosh > Server support with next.config.js > should resize relative url and webp Firefox accept header

  • with squoosh > Server support with next.config.js > should resize relative url and png accept header

  • with squoosh > Server support with next.config.js > should resize relative url with invalid accept header as png

  • with squoosh > Server support with next.config.js > should resize relative url with invalid accept header as gif

  • with squoosh > Server support with next.config.js > should resize relative url with invalid accept header as tiff

  • with squoosh > Server support with next.config.js > should resize relative url and old Chrome accept header as webp

  • with squoosh > Server support with next.config.js > should resize relative url and new Chrome accept header as avif

  • with squoosh > Server support with next.config.js > should compress avif smaller than webp at q=100

  • with squoosh > Server support with next.config.js > should compress avif smaller than webp at q=75

  • with squoosh > Server support with next.config.js > should compress avif smaller than webp at q=50

  • with squoosh > Server support with next.config.js > should resize absolute url from localhost

  • with squoosh > Server support with next.config.js > should automatically detect image type when content-type is octet-stream

  • with squoosh > Server support with next.config.js > should use cache and stale-while-revalidate when query is the same for external image

  • with squoosh > Server support with next.config.js > should fail when url has file protocol

  • with squoosh > Server support with next.config.js > should fail when url has ftp protocol

  • with squoosh > Server support with next.config.js > should fail when internal url is not an image

  • with squoosh > Server support with next.config.js > should fail when url fails to load an image

  • with squoosh > Server support with next.config.js > should use cache and stale-while-revalidate when query is the same for internal image

  • with squoosh > Server support with next.config.js > should use cached image file when parameters are the same for animated gif

  • with squoosh > Server support with next.config.js > should set 304 status without body when etag matches if-none-match

  • with squoosh > Server support with next.config.js > should maintain bmp

  • with squoosh > Server support with next.config.js > should not resize if requested width is larger than original source image

  • with squoosh > Server support with next.config.js > should not change the color type of a png

  • with squoosh > Server support with next.config.js > should set cache-control to immutable for static images

  • with squoosh > Server support with next.config.js > should error if the resource isn't a valid image

  • with squoosh > Server support with next.config.js > should error if the image file does not exist

  • with squoosh > Server support with next.config.js > should handle concurrent requests

  • with squoosh > Server support with next.config.js > should have sharp missing warning

  • with squoosh > Server support with next.config.js > should not have sharp outdated warning

  • with squoosh > dev support w/o next.config.js > should return home page

  • with squoosh > dev support w/o next.config.js > should maintain animated gif

  • with squoosh > dev support w/o next.config.js > should maintain animated png

  • with squoosh > dev support w/o next.config.js > should maintain animated png 2

  • with squoosh > dev support w/o next.config.js > should maintain animated webp

  • with squoosh > dev support w/o next.config.js > should not allow vector svg

  • with squoosh > dev support w/o next.config.js > should maintain ico format

  • with squoosh > dev support w/o next.config.js > should maintain jpg format for old Safari

  • with squoosh > dev support w/o next.config.js > should maintain png format for old Safari

  • with squoosh > dev support w/o next.config.js > should downlevel webp format to jpeg for old Safari

  • with squoosh > dev support w/o next.config.js > should downlevel avif format to jpeg for old Safari

  • with squoosh > dev support w/o next.config.js > should fail when url is missing

  • with squoosh > dev support w/o next.config.js > should fail when w is missing

  • with squoosh > dev support w/o next.config.js > should fail when q is missing

  • with squoosh > dev support w/o next.config.js > should fail when q is greater than 100

  • with squoosh > dev support w/o next.config.js > should fail when q is less than 1

  • with squoosh > dev support w/o next.config.js > should fail when w is 0

  • with squoosh > dev support w/o next.config.js > should fail when w is less than 0

  • with squoosh > dev support w/o next.config.js > should fail when w is not a number

  • with squoosh > dev support w/o next.config.js > should fail when q is not a number

  • with squoosh > dev support w/o next.config.js > should fail when domain is not defined in next.config.js

  • with squoosh > dev support w/o next.config.js > should fail when width is not in next.config.js

  • with squoosh > dev support w/o next.config.js > should emit blur svg when width is 8 in dev but not prod

  • with squoosh > dev support w/o next.config.js > should emit blur svg when width is less than 8 in dev but not prod

  • with squoosh > dev support w/o next.config.js > should resize relative url and webp Firefox accept header

  • with squoosh > dev support w/o next.config.js > should resize relative url and png accept header

  • with squoosh > dev support w/o next.config.js > should resize relative url with invalid accept header as png

  • with squoosh > dev support w/o next.config.js > should resize relative url with invalid accept header as gif

  • with squoosh > dev support w/o next.config.js > should resize relative url with invalid accept header as tiff

  • with squoosh > dev support w/o next.config.js > should resize relative url and old Chrome accept header as webp

  • with squoosh > dev support w/o next.config.js > should fail when url has file protocol

  • with squoosh > dev support w/o next.config.js > should fail when url has ftp protocol

  • with squoosh > dev support w/o next.config.js > should fail when internal url is not an image

  • with squoosh > dev support w/o next.config.js > should use cache and stale-while-revalidate when query is the same for internal image

  • with squoosh > dev support w/o next.config.js > should use cached image file when parameters are the same for animated gif

  • with squoosh > dev support w/o next.config.js > should set 304 status without body when etag matches if-none-match

  • with squoosh > dev support w/o next.config.js > should maintain bmp

  • with squoosh > dev support w/o next.config.js > should not resize if requested width is larger than original source image

  • with squoosh > dev support w/o next.config.js > should not change the color type of a png

  • with squoosh > dev support w/o next.config.js > should error if the resource isn't a valid image

  • with squoosh > dev support w/o next.config.js > should error if the image file does not exist

  • with squoosh > dev support with next.config.js > should normalize invalid status codes

  • with squoosh > dev support with next.config.js > should return home page

  • with squoosh > dev support with next.config.js > should handle non-ascii characters in image url

  • with squoosh > dev support with next.config.js > should maintain animated gif

  • with squoosh > dev support with next.config.js > should maintain animated png

  • with squoosh > dev support with next.config.js > should maintain animated png 2

  • with squoosh > dev support with next.config.js > should maintain animated webp

  • with squoosh > dev support with next.config.js > should not allow vector svg

  • with squoosh > dev support with next.config.js > should maintain ico format

  • with squoosh > dev support with next.config.js > should maintain jpg format for old Safari

  • with squoosh > dev support with next.config.js > should maintain png format for old Safari

  • with squoosh > dev support with next.config.js > should downlevel webp format to jpeg for old Safari

  • with squoosh > dev support with next.config.js > should downlevel avif format to jpeg for old Safari

  • with squoosh > dev support with next.config.js > should fail when url is missing

  • with squoosh > dev support with next.config.js > should fail when w is missing

  • with squoosh > dev support with next.config.js > should fail when q is missing

  • with squoosh > dev support with next.config.js > should fail when q is greater than 100

  • with squoosh > dev support with next.config.js > should fail when q is less than 1

  • with squoosh > dev support with next.config.js > should fail when w is 0

  • with squoosh > dev support with next.config.js > should fail when w is less than 0

  • with squoosh > dev support with next.config.js > should fail when w is not a number

  • with squoosh > dev support with next.config.js > should fail when q is not a number

  • with squoosh > dev support with next.config.js > should fail when domain is not defined in next.config.js

  • with squoosh > dev support with next.config.js > should fail when width is not in next.config.js

  • with squoosh > dev support with next.config.js > should emit blur svg when width is 8 in dev but not prod

  • with squoosh > dev support with next.config.js > should emit blur svg when width is less than 8 in dev but not prod

  • with squoosh > dev support with next.config.js > should resize relative url and webp Firefox accept header

  • with squoosh > dev support with next.config.js > should resize relative url and png accept header

  • with squoosh > dev support with next.config.js > should resize relative url with invalid accept header as png

  • with squoosh > dev support with next.config.js > should resize relative url with invalid accept header as gif

  • with squoosh > dev support with next.config.js > should resize relative url with invalid accept header as tiff

  • with squoosh > dev support with next.config.js > should resize relative url and old Chrome accept header as webp

  • with squoosh > dev support with next.config.js > should resize relative url and new Chrome accept header as avif

  • with squoosh > dev support with next.config.js > should compress avif smaller than webp at q=100

  • with squoosh > dev support with next.config.js > should compress avif smaller than webp at q=75

  • with squoosh > dev support with next.config.js > should compress avif smaller than webp at q=50

  • with squoosh > dev support with next.config.js > should resize absolute url from localhost

  • with squoosh > dev support with next.config.js > should automatically detect image type when content-type is octet-stream

  • with squoosh > dev support with next.config.js > should use cache and stale-while-revalidate when query is the same for external image

  • with squoosh > dev support with next.config.js > should fail when url has file protocol

  • with squoosh > dev support with next.config.js > should fail when url has ftp protocol

  • with squoosh > dev support with next.config.js > should fail when internal url is not an image

  • with squoosh > dev support with next.config.js > should fail when url fails to load an image

  • with squoosh > dev support with next.config.js > should use cache and stale-while-revalidate when query is the same for internal image

  • with squoosh > dev support with next.config.js > should use cached image file when parameters are the same for animated gif

  • with squoosh > dev support with next.config.js > should set 304 status without body when etag matches if-none-match

  • with squoosh > dev support with next.config.js > should maintain bmp

  • with squoosh > dev support with next.config.js > should not resize if requested width is larger than original source image

  • with squoosh > dev support with next.config.js > should not change the color type of a png

  • with squoosh > dev support with next.config.js > should set cache-control to immutable for static images

  • with squoosh > dev support with next.config.js > should error if the resource isn't a valid image

  • with squoosh > dev support with next.config.js > should error if the image file does not exist

  • with squoosh > dev support with next.config.js > should handle concurrent requests

  • with squoosh > dev support with next.config.js > should not have sharp missing warning

  • with squoosh > dev support with next.config.js > should not have sharp outdated warning

test/integration/image-optimizer/test/index.test.ts

  • with squoosh > Server support w/o next.config.js > should not allow vector svg

  • with squoosh > Server support w/o next.config.js > should maintain ico format

  • with squoosh > Server support w/o next.config.js > should maintain jpg format for old Safari

  • with squoosh > Server support w/o next.config.js > should maintain png format for old Safari

  • with squoosh > Server support w/o next.config.js > should downlevel webp format to jpeg for old Safari

  • with squoosh > Server support w/o next.config.js > should downlevel avif format to jpeg for old Safari

  • with squoosh > Server support w/o next.config.js > should resize relative url and webp Firefox accept header

  • with squoosh > Server support w/o next.config.js > should resize relative url and png accept header

  • with squoosh > Server support w/o next.config.js > should resize relative url with invalid accept header as png

  • with squoosh > Server support w/o next.config.js > should resize relative url with invalid accept header as gif

  • with squoosh > Server support w/o next.config.js > should resize relative url with invalid accept header as tiff

  • with squoosh > Server support w/o next.config.js > should resize relative url and old Chrome accept header as webp

  • with squoosh > Server support w/o next.config.js > should set 304 status without body when etag matches if-none-match

  • with squoosh > Server support w/o next.config.js > should maintain bmp

  • with squoosh > Server support w/o next.config.js > should not resize if requested width is larger than original source image

  • with squoosh > Server support w/o next.config.js > should not change the color type of a png

  • with squoosh > Server support with next.config.js > should normalize invalid status codes

  • with squoosh > Server support with next.config.js > should return home page

  • with squoosh > Server support with next.config.js > should handle non-ascii characters in image url

  • with squoosh > Server support with next.config.js > should maintain animated gif

  • with squoosh > Server support with next.config.js > should maintain animated png

  • with squoosh > Server support with next.config.js > should maintain animated png 2

  • with squoosh > Server support with next.config.js > should maintain animated webp

  • with squoosh > Server support with next.config.js > should not allow vector svg

  • with squoosh > Server support with next.config.js > should maintain ico format

  • with squoosh > Server support with next.config.js > should maintain jpg format for old Safari

  • with squoosh > Server support with next.config.js > should maintain png format for old Safari

  • with squoosh > Server support with next.config.js > should downlevel webp format to jpeg for old Safari

  • with squoosh > Server support with next.config.js > should downlevel avif format to jpeg for old Safari

  • with squoosh > Server support with next.config.js > should fail when url is missing

  • with squoosh > Server support with next.config.js > should fail when w is missing

  • with squoosh > Server support with next.config.js > should fail when q is missing

  • with squoosh > Server support with next.config.js > should fail when q is greater than 100

  • with squoosh > Server support with next.config.js > should fail when q is less than 1

  • with squoosh > Server support with next.config.js > should fail when w is 0

  • with squoosh > Server support with next.config.js > should fail when w is less than 0

  • with squoosh > Server support with next.config.js > should fail when w is not a number

  • with squoosh > Server support with next.config.js > should fail when q is not a number

  • with squoosh > Server support with next.config.js > should fail when domain is not defined in next.config.js

  • with squoosh > Server support with next.config.js > should fail when width is not in next.config.js

  • with squoosh > Server support with next.config.js > should emit blur svg when width is 8 in dev but not prod

  • with squoosh > Server support with next.config.js > should emit blur svg when width is less than 8 in dev but not prod

  • with squoosh > Server support with next.config.js > should resize relative url and webp Firefox accept header

  • with squoosh > Server support with next.config.js > should resize relative url and png accept header

  • with squoosh > Server support with next.config.js > should resize relative url with invalid accept header as png

  • with squoosh > Server support with next.config.js > should resize relative url with invalid accept header as gif

  • with squoosh > Server support with next.config.js > should resize relative url with invalid accept header as tiff

  • with squoosh > Server support with next.config.js > should resize relative url and old Chrome accept header as webp

  • with squoosh > Server support with next.config.js > should resize relative url and new Chrome accept header as avif

  • with squoosh > Server support with next.config.js > should compress avif smaller than webp at q=100

  • with squoosh > Server support with next.config.js > should compress avif smaller than webp at q=75

  • with squoosh > Server support with next.config.js > should compress avif smaller than webp at q=50

  • with squoosh > Server support with next.config.js > should resize absolute url from localhost

  • with squoosh > Server support with next.config.js > should automatically detect image type when content-type is octet-stream

  • with squoosh > Server support with next.config.js > should use cache and stale-while-revalidate when query is the same for external image

  • with squoosh > Server support with next.config.js > should fail when url has file protocol

  • with squoosh > Server support with next.config.js > should fail when url has ftp protocol

  • with squoosh > Server support with next.config.js > should fail when internal url is not an image

  • with squoosh > Server support with next.config.js > should fail when url fails to load an image

  • with squoosh > Server support with next.config.js > should use cache and stale-while-revalidate when query is the same for internal image

  • with squoosh > Server support with next.config.js > should use cached image file when parameters are the same for animated gif

  • with squoosh > Server support with next.config.js > should set 304 status without body when etag matches if-none-match

  • with squoosh > Server support with next.config.js > should maintain bmp

  • with squoosh > Server support with next.config.js > should not resize if requested width is larger than original source image

  • with squoosh > Server support with next.config.js > should not change the color type of a png

  • with squoosh > Server support with next.config.js > should set cache-control to immutable for static images

  • with squoosh > Server support with next.config.js > should error if the resource isn't a valid image

  • with squoosh > Server support with next.config.js > should error if the image file does not exist

  • with squoosh > Server support with next.config.js > should handle concurrent requests

  • with squoosh > Server support with next.config.js > should have sharp missing warning

  • with squoosh > Server support with next.config.js > should not have sharp outdated warning

  • with squoosh > dev support w/o next.config.js > should return home page

  • with squoosh > dev support w/o next.config.js > should maintain animated gif

  • with squoosh > dev support w/o next.config.js > should maintain animated png

  • with squoosh > dev support w/o next.config.js > should maintain animated png 2

  • with squoosh > dev support w/o next.config.js > should maintain animated webp

  • with squoosh > dev support w/o next.config.js > should not allow vector svg

  • with squoosh > dev support w/o next.config.js > should maintain ico format

  • with squoosh > dev support w/o next.config.js > should maintain jpg format for old Safari

  • with squoosh > dev support w/o next.config.js > should maintain png format for old Safari

  • with squoosh > dev support w/o next.config.js > should downlevel webp format to jpeg for old Safari

  • with squoosh > dev support w/o next.config.js > should downlevel avif format to jpeg for old Safari

  • with squoosh > dev support w/o next.config.js > should fail when url is missing

  • with squoosh > dev support w/o next.config.js > should fail when w is missing

  • with squoosh > dev support w/o next.config.js > should fail when q is missing

  • with squoosh > dev support w/o next.config.js > should fail when q is greater than 100

  • with squoosh > dev support w/o next.config.js > should fail when q is less than 1

  • with squoosh > dev support w/o next.config.js > should fail when w is 0

  • with squoosh > dev support w/o next.config.js > should fail when w is less than 0

  • with squoosh > dev support w/o next.config.js > should fail when w is not a number

  • with squoosh > dev support w/o next.config.js > should fail when q is not a number

  • with squoosh > dev support w/o next.config.js > should fail when domain is not defined in next.config.js

  • with squoosh > dev support w/o next.config.js > should fail when width is not in next.config.js

  • with squoosh > dev support w/o next.config.js > should emit blur svg when width is 8 in dev but not prod

  • with squoosh > dev support w/o next.config.js > should emit blur svg when width is less than 8 in dev but not prod

  • with squoosh > dev support w/o next.config.js > should resize relative url and webp Firefox accept header

  • with squoosh > dev support w/o next.config.js > should resize relative url and png accept header

  • with squoosh > dev support w/o next.config.js > should resize relative url with invalid accept header as png

  • with squoosh > dev support w/o next.config.js > should resize relative url with invalid accept header as gif

  • with squoosh > dev support w/o next.config.js > should resize relative url with invalid accept header as tiff

  • with squoosh > dev support w/o next.config.js > should resize relative url and old Chrome accept header as webp

  • with squoosh > dev support w/o next.config.js > should fail when url has file protocol

  • with squoosh > dev support w/o next.config.js > should fail when url has ftp protocol

  • with squoosh > dev support w/o next.config.js > should fail when internal url is not an image

  • with squoosh > dev support w/o next.config.js > should use cache and stale-while-revalidate when query is the same for internal image

  • with squoosh > dev support w/o next.config.js > should use cached image file when parameters are the same for animated gif

  • with squoosh > dev support w/o next.config.js > should set 304 status without body when etag matches if-none-match

  • with squoosh > dev support w/o next.config.js > should maintain bmp

  • with squoosh > dev support w/o next.config.js > should not resize if requested width is larger than original source image

  • with squoosh > dev support w/o next.config.js > should not change the color type of a png

  • with squoosh > dev support w/o next.config.js > should error if the resource isn't a valid image

  • with squoosh > dev support w/o next.config.js > should error if the image file does not exist

  • with squoosh > dev support with next.config.js > should normalize invalid status codes

  • with squoosh > dev support with next.config.js > should return home page

  • with squoosh > dev support with next.config.js > should handle non-ascii characters in image url

  • with squoosh > dev support with next.config.js > should maintain animated gif

  • with squoosh > dev support with next.config.js > should maintain animated png

  • with squoosh > dev support with next.config.js > should maintain animated png 2

  • with squoosh > dev support with next.config.js > should maintain animated webp

  • with squoosh > dev support with next.config.js > should not allow vector svg

  • with squoosh > dev support with next.config.js > should maintain ico format

  • with squoosh > dev support with next.config.js > should maintain jpg format for old Safari

  • with squoosh > dev support with next.config.js > should maintain png format for old Safari

  • with squoosh > dev support with next.config.js > should downlevel webp format to jpeg for old Safari

  • with squoosh > dev support with next.config.js > should downlevel avif format to jpeg for old Safari

  • with squoosh > dev support with next.config.js > should fail when url is missing

  • with squoosh > dev support with next.config.js > should fail when w is missing

  • with squoosh > dev support with next.config.js > should fail when q is missing

  • with squoosh > dev support with next.config.js > should fail when q is greater than 100

  • with squoosh > dev support with next.config.js > should fail when q is less than 1

  • with squoosh > dev support with next.config.js > should fail when w is 0

  • with squoosh > dev support with next.config.js > should fail when w is less than 0

  • with squoosh > dev support with next.config.js > should fail when w is not a number

  • with squoosh > dev support with next.config.js > should fail when q is not a number

  • with squoosh > dev support with next.config.js > should fail when domain is not defined in next.config.js

  • with squoosh > dev support with next.config.js > should fail when width is not in next.config.js

  • with squoosh > dev support with next.config.js > should emit blur svg when width is 8 in dev but not prod

  • with squoosh > dev support with next.config.js > should emit blur svg when width is less than 8 in dev but not prod

  • with squoosh > dev support with next.config.js > should resize relative url and webp Firefox accept header

  • with squoosh > dev support with next.config.js > should resize relative url and png accept header

  • with squoosh > dev support with next.config.js > should resize relative url with invalid accept header as png

  • with squoosh > dev support with next.config.js > should resize relative url with invalid accept header as gif

  • with squoosh > dev support with next.config.js > should resize relative url with invalid accept header as tiff

  • with squoosh > dev support with next.config.js > should resize relative url and old Chrome accept header as webp

  • with squoosh > dev support with next.config.js > should resize relative url and new Chrome accept header as avif

  • with squoosh > dev support with next.config.js > should compress avif smaller than webp at q=100

  • with squoosh > dev support with next.config.js > should compress avif smaller than webp at q=75

  • with squoosh > dev support with next.config.js > should compress avif smaller than webp at q=50

  • with squoosh > dev support with next.config.js > should resize absolute url from localhost

  • with squoosh > dev support with next.config.js > should automatically detect image type when content-type is octet-stream

  • with squoosh > dev support with next.config.js > should use cache and stale-while-revalidate when query is the same for external image

  • with squoosh > dev support with next.config.js > should fail when url has file protocol

  • with squoosh > dev support with next.config.js > should fail when url has ftp protocol

  • with squoosh > dev support with next.config.js > should fail when internal url is not an image

  • with squoosh > dev support with next.config.js > should fail when url fails to load an image

  • with squoosh > dev support with next.config.js > should use cache and stale-while-revalidate when query is the same for internal image

  • with squoosh > dev support with next.config.js > should use cached image file when parameters are the same for animated gif

  • with squoosh > dev support with next.config.js > should set 304 status without body when etag matches if-none-match

  • with squoosh > dev support with next.config.js > should maintain bmp

  • with squoosh > dev support with next.config.js > should not resize if requested width is larger than original source image

  • with squoosh > dev support with next.config.js > should not change the color type of a png

  • with squoosh > dev support with next.config.js > should set cache-control to immutable for static images

  • with squoosh > dev support with next.config.js > should error if the resource isn't a valid image

  • with squoosh > dev support with next.config.js > should error if the image file does not exist

  • with squoosh > dev support with next.config.js > should handle concurrent requests

  • with squoosh > dev support with next.config.js > should not have sharp missing warning

  • with squoosh > dev support with next.config.js > should not have sharp outdated warning

test/integration/import-assertion/test/index.test.js

  • with squoosh > Server support w/o next.config.js > should not allow vector svg

  • with squoosh > Server support w/o next.config.js > should maintain ico format

  • with squoosh > Server support w/o next.config.js > should maintain jpg format for old Safari

  • with squoosh > Server support w/o next.config.js > should maintain png format for old Safari

  • with squoosh > Server support w/o next.config.js > should downlevel webp format to jpeg for old Safari

  • with squoosh > Server support w/o next.config.js > should downlevel avif format to jpeg for old Safari

  • with squoosh > Server support w/o next.config.js > should resize relative url and webp Firefox accept header

  • with squoosh > Server support w/o next.config.js > should resize relative url and png accept header

  • with squoosh > Server support w/o next.config.js > should resize relative url with invalid accept header as png

  • with squoosh > Server support w/o next.config.js > should resize relative url with invalid accept header as gif

  • with squoosh > Server support w/o next.config.js > should resize relative url with invalid accept header as tiff

  • with squoosh > Server support w/o next.config.js > should resize relative url and old Chrome accept header as webp

  • with squoosh > Server support w/o next.config.js > should set 304 status without body when etag matches if-none-match

  • with squoosh > Server support w/o next.config.js > should maintain bmp

  • with squoosh > Server support w/o next.config.js > should not resize if requested width is larger than original source image

  • with squoosh > Server support w/o next.config.js > should not change the color type of a png

  • with squoosh > Server support with next.config.js > should normalize invalid status codes

  • with squoosh > Server support with next.config.js > should return home page

  • with squoosh > Server support with next.config.js > should handle non-ascii characters in image url

  • with squoosh > Server support with next.config.js > should maintain animated gif

  • with squoosh > Server support with next.config.js > should maintain animated png

  • with squoosh > Server support with next.config.js > should maintain animated png 2

  • with squoosh > Server support with next.config.js > should maintain animated webp

  • with squoosh > Server support with next.config.js > should not allow vector svg

  • with squoosh > Server support with next.config.js > should maintain ico format

  • with squoosh > Server support with next.config.js > should maintain jpg format for old Safari

  • with squoosh > Server support with next.config.js > should maintain png format for old Safari

  • with squoosh > Server support with next.config.js > should downlevel webp format to jpeg for old Safari

  • with squoosh > Server support with next.config.js > should downlevel avif format to jpeg for old Safari

  • with squoosh > Server support with next.config.js > should fail when url is missing

  • with squoosh > Server support with next.config.js > should fail when w is missing

  • with squoosh > Server support with next.config.js > should fail when q is missing

  • with squoosh > Server support with next.config.js > should fail when q is greater than 100

  • with squoosh > Server support with next.config.js > should fail when q is less than 1

  • with squoosh > Server support with next.config.js > should fail when w is 0

  • with squoosh > Server support with next.config.js > should fail when w is less than 0

  • with squoosh > Server support with next.config.js > should fail when w is not a number

  • with squoosh > Server support with next.config.js > should fail when q is not a number

  • with squoosh > Server support with next.config.js > should fail when domain is not defined in next.config.js

  • with squoosh > Server support with next.config.js > should fail when width is not in next.config.js

  • with squoosh > Server support with next.config.js > should emit blur svg when width is 8 in dev but not prod

  • with squoosh > Server support with next.config.js > should emit blur svg when width is less than 8 in dev but not prod

  • with squoosh > Server support with next.config.js > should resize relative url and webp Firefox accept header

  • with squoosh > Server support with next.config.js > should resize relative url and png accept header

  • with squoosh > Server support with next.config.js > should resize relative url with invalid accept header as png

  • with squoosh > Server support with next.config.js > should resize relative url with invalid accept header as gif

  • with squoosh > Server support with next.config.js > should resize relative url with invalid accept header as tiff

  • with squoosh > Server support with next.config.js > should resize relative url and old Chrome accept header as webp

  • with squoosh > Server support with next.config.js > should resize relative url and new Chrome accept header as avif

  • with squoosh > Server support with next.config.js > should compress avif smaller than webp at q=100

  • with squoosh > Server support with next.config.js > should compress avif smaller than webp at q=75

  • with squoosh > Server support with next.config.js > should compress avif smaller than webp at q=50

  • with squoosh > Server support with next.config.js > should resize absolute url from localhost

  • with squoosh > Server support with next.config.js > should automatically detect image type when content-type is octet-stream

  • with squoosh > Server support with next.config.js > should use cache and stale-while-revalidate when query is the same for external image

  • with squoosh > Server support with next.config.js > should fail when url has file protocol

  • with squoosh > Server support with next.config.js > should fail when url has ftp protocol

  • with squoosh > Server support with next.config.js > should fail when internal url is not an image

  • with squoosh > Server support with next.config.js > should fail when url fails to load an image

  • with squoosh > Server support with next.config.js > should use cache and stale-while-revalidate when query is the same for internal image

  • with squoosh > Server support with next.config.js > should use cached image file when parameters are the same for animated gif

  • with squoosh > Server support with next.config.js > should set 304 status without body when etag matches if-none-match

  • with squoosh > Server support with next.config.js > should maintain bmp

  • with squoosh > Server support with next.config.js > should not resize if requested width is larger than original source image

  • with squoosh > Server support with next.config.js > should not change the color type of a png

  • with squoosh > Server support with next.config.js > should set cache-control to immutable for static images

  • with squoosh > Server support with next.config.js > should error if the resource isn't a valid image

  • with squoosh > Server support with next.config.js > should error if the image file does not exist

  • with squoosh > Server support with next.config.js > should handle concurrent requests

  • with squoosh > Server support with next.config.js > should have sharp missing warning

  • with squoosh > Server support with next.config.js > should not have sharp outdated warning

  • with squoosh > dev support w/o next.config.js > should return home page

  • with squoosh > dev support w/o next.config.js > should maintain animated gif

  • with squoosh > dev support w/o next.config.js > should maintain animated png

  • with squoosh > dev support w/o next.config.js > should maintain animated png 2

  • with squoosh > dev support w/o next.config.js > should maintain animated webp

  • with squoosh > dev support w/o next.config.js > should not allow vector svg

  • with squoosh > dev support w/o next.config.js > should maintain ico format

  • with squoosh > dev support w/o next.config.js > should maintain jpg format for old Safari

  • with squoosh > dev support w/o next.config.js > should maintain png format for old Safari

  • with squoosh > dev support w/o next.config.js > should downlevel webp format to jpeg for old Safari

  • with squoosh > dev support w/o next.config.js > should downlevel avif format to jpeg for old Safari

  • with squoosh > dev support w/o next.config.js > should fail when url is missing

  • with squoosh > dev support w/o next.config.js > should fail when w is missing

  • with squoosh > dev support w/o next.config.js > should fail when q is missing

  • with squoosh > dev support w/o next.config.js > should fail when q is greater than 100

  • with squoosh > dev support w/o next.config.js > should fail when q is less than 1

  • with squoosh > dev support w/o next.config.js > should fail when w is 0

  • with squoosh > dev support w/o next.config.js > should fail when w is less than 0

  • with squoosh > dev support w/o next.config.js > should fail when w is not a number

  • with squoosh > dev support w/o next.config.js > should fail when q is not a number

  • with squoosh > dev support w/o next.config.js > should fail when domain is not defined in next.config.js

  • with squoosh > dev support w/o next.config.js > should fail when width is not in next.config.js

  • with squoosh > dev support w/o next.config.js > should emit blur svg when width is 8 in dev but not prod

  • with squoosh > dev support w/o next.config.js > should emit blur svg when width is less than 8 in dev but not prod

  • with squoosh > dev support w/o next.config.js > should resize relative url and webp Firefox accept header

  • with squoosh > dev support w/o next.config.js > should resize relative url and png accept header

  • with squoosh > dev support w/o next.config.js > should resize relative url with invalid accept header as png

  • with squoosh > dev support w/o next.config.js > should resize relative url with invalid accept header as gif

  • with squoosh > dev support w/o next.config.js > should resize relative url with invalid accept header as tiff

  • with squoosh > dev support w/o next.config.js > should resize relative url and old Chrome accept header as webp

  • with squoosh > dev support w/o next.config.js > should fail when url has file protocol

  • with squoosh > dev support w/o next.config.js > should fail when url has ftp protocol

  • with squoosh > dev support w/o next.config.js > should fail when internal url is not an image

  • with squoosh > dev support w/o next.config.js > should use cache and stale-while-revalidate when query is the same for internal image

  • with squoosh > dev support w/o next.config.js > should use cached image file when parameters are the same for animated gif

  • with squoosh > dev support w/o next.config.js > should set 304 status without body when etag matches if-none-match

  • with squoosh > dev support w/o next.config.js > should maintain bmp

  • with squoosh > dev support w/o next.config.js > should not resize if requested width is larger than original source image

  • with squoosh > dev support w/o next.config.js > should not change the color type of a png

  • with squoosh > dev support w/o next.config.js > should error if the resource isn't a valid image

  • with squoosh > dev support w/o next.config.js > should error if the image file does not exist

  • with squoosh > dev support with next.config.js > should normalize invalid status codes

  • with squoosh > dev support with next.config.js > should return home page

  • with squoosh > dev support with next.config.js > should handle non-ascii characters in image url

  • with squoosh > dev support with next.config.js > should maintain animated gif

  • with squoosh > dev support with next.config.js > should maintain animated png

  • with squoosh > dev support with next.config.js > should maintain animated png 2

  • with squoosh > dev support with next.config.js > should maintain animated webp

  • with squoosh > dev support with next.config.js > should not allow vector svg

  • with squoosh > dev support with next.config.js > should maintain ico format

  • with squoosh > dev support with next.config.js > should maintain jpg format for old Safari

  • with squoosh > dev support with next.config.js > should maintain png format for old Safari

  • with squoosh > dev support with next.config.js > should downlevel webp format to jpeg for old Safari

  • with squoosh > dev support with next.config.js > should downlevel avif format to jpeg for old Safari

  • with squoosh > dev support with next.config.js > should fail when url is missing

  • with squoosh > dev support with next.config.js > should fail when w is missing

  • with squoosh > dev support with next.config.js > should fail when q is missing

  • with squoosh > dev support with next.config.js > should fail when q is greater than 100

  • with squoosh > dev support with next.config.js > should fail when q is less than 1

  • with squoosh > dev support with next.config.js > should fail when w is 0

  • with squoosh > dev support with next.config.js > should fail when w is less than 0

  • with squoosh > dev support with next.config.js > should fail when w is not a number

  • with squoosh > dev support with next.config.js > should fail when q is not a number

  • with squoosh > dev support with next.config.js > should fail when domain is not defined in next.config.js

  • with squoosh > dev support with next.config.js > should fail when width is not in next.config.js

  • with squoosh > dev support with next.config.js > should emit blur svg when width is 8 in dev but not prod

  • with squoosh > dev support with next.config.js > should emit blur svg when width is less than 8 in dev but not prod

  • with squoosh > dev support with next.config.js > should resize relative url and webp Firefox accept header

  • with squoosh > dev support with next.config.js > should resize relative url and png accept header

  • with squoosh > dev support with next.config.js > should resize relative url with invalid accept header as png

  • with squoosh > dev support with next.config.js > should resize relative url with invalid accept header as gif

  • with squoosh > dev support with next.config.js > should resize relative url with invalid accept header as tiff

  • with squoosh > dev support with next.config.js > should resize relative url and old Chrome accept header as webp

  • with squoosh > dev support with next.config.js > should resize relative url and new Chrome accept header as avif

  • with squoosh > dev support with next.config.js > should compress avif smaller than webp at q=100

  • with squoosh > dev support with next.config.js > should compress avif smaller than webp at q=75

  • with squoosh > dev support with next.config.js > should compress avif smaller than webp at q=50

  • with squoosh > dev support with next.config.js > should resize absolute url from localhost

  • with squoosh > dev support with next.config.js > should automatically detect image type when content-type is octet-stream

  • with squoosh > dev support with next.config.js > should use cache and stale-while-revalidate when query is the same for external image

  • with squoosh > dev support with next.config.js > should fail when url has file protocol

  • with squoosh > dev support with next.config.js > should fail when url has ftp protocol

  • with squoosh > dev support with next.config.js > should fail when internal url is not an image

  • with squoosh > dev support with next.config.js > should fail when url fails to load an image

  • with squoosh > dev support with next.config.js > should use cache and stale-while-revalidate when query is the same for internal image

  • with squoosh > dev support with next.config.js > should use cached image file when parameters are the same for animated gif

  • with squoosh > dev support with next.config.js > should set 304 status without body when etag matches if-none-match

  • with squoosh > dev support with next.config.js > should maintain bmp

  • with squoosh > dev support with next.config.js > should not resize if requested width is larger than original source image

  • with squoosh > dev support with next.config.js > should not change the color type of a png

  • with squoosh > dev support with next.config.js > should set cache-control to immutable for static images

  • with squoosh > dev support with next.config.js > should error if the resource isn't a valid image

  • with squoosh > dev support with next.config.js > should error if the image file does not exist

  • with squoosh > dev support with next.config.js > should handle concurrent requests

  • with squoosh > dev support with next.config.js > should not have sharp missing warning

  • with squoosh > dev support with next.config.js > should not have sharp outdated warning

@github-actions
Copy link
Contributor

Failing next.js integration test suites

Commit: 73a99c2
(Report 9/11)

Expand full test reports

test/integration/invalid-custom-routes/test/index.test.js

  • with squoosh > Server support w/o next.config.js > should not allow vector svg

  • with squoosh > Server support w/o next.config.js > should maintain ico format

  • with squoosh > Server support w/o next.config.js > should maintain jpg format for old Safari

  • with squoosh > Server support w/o next.config.js > should maintain png format for old Safari

  • with squoosh > Server support w/o next.config.js > should downlevel webp format to jpeg for old Safari

  • with squoosh > Server support w/o next.config.js > should downlevel avif format to jpeg for old Safari

  • with squoosh > Server support w/o next.config.js > should resize relative url and webp Firefox accept header

  • with squoosh > Server support w/o next.config.js > should resize relative url and png accept header

  • with squoosh > Server support w/o next.config.js > should resize relative url with invalid accept header as png

  • with squoosh > Server support w/o next.config.js > should resize relative url with invalid accept header as gif

  • with squoosh > Server support w/o next.config.js > should resize relative url with invalid accept header as tiff

  • with squoosh > Server support w/o next.config.js > should resize relative url and old Chrome accept header as webp

  • with squoosh > Server support w/o next.config.js > should set 304 status without body when etag matches if-none-match

  • with squoosh > Server support w/o next.config.js > should maintain bmp

  • with squoosh > Server support w/o next.config.js > should not resize if requested width is larger than original source image

  • with squoosh > Server support w/o next.config.js > should not change the color type of a png

  • with squoosh > Server support with next.config.js > should normalize invalid status codes

  • with squoosh > Server support with next.config.js > should return home page

  • with squoosh > Server support with next.config.js > should handle non-ascii characters in image url

  • with squoosh > Server support with next.config.js > should maintain animated gif

  • with squoosh > Server support with next.config.js > should maintain animated png

  • with squoosh > Server support with next.config.js > should maintain animated png 2

  • with squoosh > Server support with next.config.js > should maintain animated webp

  • with squoosh > Server support with next.config.js > should not allow vector svg

  • with squoosh > Server support with next.config.js > should maintain ico format

  • with squoosh > Server support with next.config.js > should maintain jpg format for old Safari

  • with squoosh > Server support with next.config.js > should maintain png format for old Safari

  • with squoosh > Server support with next.config.js > should downlevel webp format to jpeg for old Safari

  • with squoosh > Server support with next.config.js > should downlevel avif format to jpeg for old Safari

  • with squoosh > Server support with next.config.js > should fail when url is missing

  • with squoosh > Server support with next.config.js > should fail when w is missing

  • with squoosh > Server support with next.config.js > should fail when q is missing

  • with squoosh > Server support with next.config.js > should fail when q is greater than 100

  • with squoosh > Server support with next.config.js > should fail when q is less than 1

  • with squoosh > Server support with next.config.js > should fail when w is 0

  • with squoosh > Server support with next.config.js > should fail when w is less than 0

  • with squoosh > Server support with next.config.js > should fail when w is not a number

  • with squoosh > Server support with next.config.js > should fail when q is not a number

  • with squoosh > Server support with next.config.js > should fail when domain is not defined in next.config.js

  • with squoosh > Server support with next.config.js > should fail when width is not in next.config.js

  • with squoosh > Server support with next.config.js > should emit blur svg when width is 8 in dev but not prod

  • with squoosh > Server support with next.config.js > should emit blur svg when width is less than 8 in dev but not prod

  • with squoosh > Server support with next.config.js > should resize relative url and webp Firefox accept header

  • with squoosh > Server support with next.config.js > should resize relative url and png accept header

  • with squoosh > Server support with next.config.js > should resize relative url with invalid accept header as png

  • with squoosh > Server support with next.config.js > should resize relative url with invalid accept header as gif

  • with squoosh > Server support with next.config.js > should resize relative url with invalid accept header as tiff

  • with squoosh > Server support with next.config.js > should resize relative url and old Chrome accept header as webp

  • with squoosh > Server support with next.config.js > should resize relative url and new Chrome accept header as avif

  • with squoosh > Server support with next.config.js > should compress avif smaller than webp at q=100

  • with squoosh > Server support with next.config.js > should compress avif smaller than webp at q=75

  • with squoosh > Server support with next.config.js > should compress avif smaller than webp at q=50

  • with squoosh > Server support with next.config.js > should resize absolute url from localhost

  • with squoosh > Server support with next.config.js > should automatically detect image type when content-type is octet-stream

  • with squoosh > Server support with next.config.js > should use cache and stale-while-revalidate when query is the same for external image

  • with squoosh > Server support with next.config.js > should fail when url has file protocol

  • with squoosh > Server support with next.config.js > should fail when url has ftp protocol

  • with squoosh > Server support with next.config.js > should fail when internal url is not an image

  • with squoosh > Server support with next.config.js > should fail when url fails to load an image

  • with squoosh > Server support with next.config.js > should use cache and stale-while-revalidate when query is the same for internal image

  • with squoosh > Server support with next.config.js > should use cached image file when parameters are the same for animated gif

  • with squoosh > Server support with next.config.js > should set 304 status without body when etag matches if-none-match

  • with squoosh > Server support with next.config.js > should maintain bmp

  • with squoosh > Server support with next.config.js > should not resize if requested width is larger than original source image

  • with squoosh > Server support with next.config.js > should not change the color type of a png

  • with squoosh > Server support with next.config.js > should set cache-control to immutable for static images

  • with squoosh > Server support with next.config.js > should error if the resource isn't a valid image

  • with squoosh > Server support with next.config.js > should error if the image file does not exist

  • with squoosh > Server support with next.config.js > should handle concurrent requests

  • with squoosh > Server support with next.config.js > should have sharp missing warning

  • with squoosh > Server support with next.config.js > should not have sharp outdated warning

  • with squoosh > dev support w/o next.config.js > should return home page

  • with squoosh > dev support w/o next.config.js > should maintain animated gif

  • with squoosh > dev support w/o next.config.js > should maintain animated png

  • with squoosh > dev support w/o next.config.js > should maintain animated png 2

  • with squoosh > dev support w/o next.config.js > should maintain animated webp

  • with squoosh > dev support w/o next.config.js > should not allow vector svg

  • with squoosh > dev support w/o next.config.js > should maintain ico format

  • with squoosh > dev support w/o next.config.js > should maintain jpg format for old Safari

  • with squoosh > dev support w/o next.config.js > should maintain png format for old Safari

  • with squoosh > dev support w/o next.config.js > should downlevel webp format to jpeg for old Safari

  • with squoosh > dev support w/o next.config.js > should downlevel avif format to jpeg for old Safari

  • with squoosh > dev support w/o next.config.js > should fail when url is missing

  • with squoosh > dev support w/o next.config.js > should fail when w is missing

  • with squoosh > dev support w/o next.config.js > should fail when q is missing

  • with squoosh > dev support w/o next.config.js > should fail when q is greater than 100

  • with squoosh > dev support w/o next.config.js > should fail when q is less than 1

  • with squoosh > dev support w/o next.config.js > should fail when w is 0

  • with squoosh > dev support w/o next.config.js > should fail when w is less than 0

  • with squoosh > dev support w/o next.config.js > should fail when w is not a number

  • with squoosh > dev support w/o next.config.js > should fail when q is not a number

  • with squoosh > dev support w/o next.config.js > should fail when domain is not defined in next.config.js

  • with squoosh > dev support w/o next.config.js > should fail when width is not in next.config.js

  • with squoosh > dev support w/o next.config.js > should emit blur svg when width is 8 in dev but not prod

  • with squoosh > dev support w/o next.config.js > should emit blur svg when width is less than 8 in dev but not prod

  • with squoosh > dev support w/o next.config.js > should resize relative url and webp Firefox accept header

  • with squoosh > dev support w/o next.config.js > should resize relative url and png accept header

  • with squoosh > dev support w/o next.config.js > should resize relative url with invalid accept header as png

  • with squoosh > dev support w/o next.config.js > should resize relative url with invalid accept header as gif

  • with squoosh > dev support w/o next.config.js > should resize relative url with invalid accept header as tiff

  • with squoosh > dev support w/o next.config.js > should resize relative url and old Chrome accept header as webp

  • with squoosh > dev support w/o next.config.js > should fail when url has file protocol

  • with squoosh > dev support w/o next.config.js > should fail when url has ftp protocol

  • with squoosh > dev support w/o next.config.js > should fail when internal url is not an image

  • with squoosh > dev support w/o next.config.js > should use cache and stale-while-revalidate when query is the same for internal image

  • with squoosh > dev support w/o next.config.js > should use cached image file when parameters are the same for animated gif

  • with squoosh > dev support w/o next.config.js > should set 304 status without body when etag matches if-none-match

  • with squoosh > dev support w/o next.config.js > should maintain bmp

  • with squoosh > dev support w/o next.config.js > should not resize if requested width is larger than original source image

  • with squoosh > dev support w/o next.config.js > should not change the color type of a png

  • with squoosh > dev support w/o next.config.js > should error if the resource isn't a valid image

  • with squoosh > dev support w/o next.config.js > should error if the image file does not exist

  • with squoosh > dev support with next.config.js > should normalize invalid status codes

  • with squoosh > dev support with next.config.js > should return home page

  • with squoosh > dev support with next.config.js > should handle non-ascii characters in image url

  • with squoosh > dev support with next.config.js > should maintain animated gif

  • with squoosh > dev support with next.config.js > should maintain animated png

  • with squoosh > dev support with next.config.js > should maintain animated png 2

  • with squoosh > dev support with next.config.js > should maintain animated webp

  • with squoosh > dev support with next.config.js > should not allow vector svg

  • with squoosh > dev support with next.config.js > should maintain ico format

  • with squoosh > dev support with next.config.js > should maintain jpg format for old Safari

  • with squoosh > dev support with next.config.js > should maintain png format for old Safari

  • with squoosh > dev support with next.config.js > should downlevel webp format to jpeg for old Safari

  • with squoosh > dev support with next.config.js > should downlevel avif format to jpeg for old Safari

  • with squoosh > dev support with next.config.js > should fail when url is missing

  • with squoosh > dev support with next.config.js > should fail when w is missing

  • with squoosh > dev support with next.config.js > should fail when q is missing

  • with squoosh > dev support with next.config.js > should fail when q is greater than 100

  • with squoosh > dev support with next.config.js > should fail when q is less than 1

  • with squoosh > dev support with next.config.js > should fail when w is 0

  • with squoosh > dev support with next.config.js > should fail when w is less than 0

  • with squoosh > dev support with next.config.js > should fail when w is not a number

  • with squoosh > dev support with next.config.js > should fail when q is not a number

  • with squoosh > dev support with next.config.js > should fail when domain is not defined in next.config.js

  • with squoosh > dev support with next.config.js > should fail when width is not in next.config.js

  • with squoosh > dev support with next.config.js > should emit blur svg when width is 8 in dev but not prod

  • with squoosh > dev support with next.config.js > should emit blur svg when width is less than 8 in dev but not prod

  • with squoosh > dev support with next.config.js > should resize relative url and webp Firefox accept header

  • with squoosh > dev support with next.config.js > should resize relative url and png accept header

  • with squoosh > dev support with next.config.js > should resize relative url with invalid accept header as png

  • with squoosh > dev support with next.config.js > should resize relative url with invalid accept header as gif

  • with squoosh > dev support with next.config.js > should resize relative url with invalid accept header as tiff

  • with squoosh > dev support with next.config.js > should resize relative url and old Chrome accept header as webp

  • with squoosh > dev support with next.config.js > should resize relative url and new Chrome accept header as avif

  • with squoosh > dev support with next.config.js > should compress avif smaller than webp at q=100

  • with squoosh > dev support with next.config.js > should compress avif smaller than webp at q=75

  • with squoosh > dev support with next.config.js > should compress avif smaller than webp at q=50

  • with squoosh > dev support with next.config.js > should resize absolute url from localhost

  • with squoosh > dev support with next.config.js > should automatically detect image type when content-type is octet-stream

  • with squoosh > dev support with next.config.js > should use cache and stale-while-revalidate when query is the same for external image

  • with squoosh > dev support with next.config.js > should fail when url has file protocol

  • with squoosh > dev support with next.config.js > should fail when url has ftp protocol

  • with squoosh > dev support with next.config.js > should fail when internal url is not an image

  • with squoosh > dev support with next.config.js > should fail when url fails to load an image

  • with squoosh > dev support with next.config.js > should use cache and stale-while-revalidate when query is the same for internal image

  • with squoosh > dev support with next.config.js > should use cached image file when parameters are the same for animated gif

  • with squoosh > dev support with next.config.js > should set 304 status without body when etag matches if-none-match

  • with squoosh > dev support with next.config.js > should maintain bmp

  • with squoosh > dev support with next.config.js > should not resize if requested width is larger than original source image

  • with squoosh > dev support with next.config.js > should not change the color type of a png

  • with squoosh > dev support with next.config.js > should set cache-control to immutable for static images

  • with squoosh > dev support with next.config.js > should error if the resource isn't a valid image

  • with squoosh > dev support with next.config.js > should error if the image file does not exist

  • with squoosh > dev support with next.config.js > should handle concurrent requests

  • with squoosh > dev support with next.config.js > should not have sharp missing warning

  • with squoosh > dev support with next.config.js > should not have sharp outdated warning

test/integration/index-index/test/index.test.js

  • with squoosh > Server support w/o next.config.js > should not allow vector svg

  • with squoosh > Server support w/o next.config.js > should maintain ico format

  • with squoosh > Server support w/o next.config.js > should maintain jpg format for old Safari

  • with squoosh > Server support w/o next.config.js > should maintain png format for old Safari

  • with squoosh > Server support w/o next.config.js > should downlevel webp format to jpeg for old Safari

  • with squoosh > Server support w/o next.config.js > should downlevel avif format to jpeg for old Safari

  • with squoosh > Server support w/o next.config.js > should resize relative url and webp Firefox accept header

  • with squoosh > Server support w/o next.config.js > should resize relative url and png accept header

  • with squoosh > Server support w/o next.config.js > should resize relative url with invalid accept header as png

  • with squoosh > Server support w/o next.config.js > should resize relative url with invalid accept header as gif

  • with squoosh > Server support w/o next.config.js > should resize relative url with invalid accept header as tiff

  • with squoosh > Server support w/o next.config.js > should resize relative url and old Chrome accept header as webp

  • with squoosh > Server support w/o next.config.js > should set 304 status without body when etag matches if-none-match

  • with squoosh > Server support w/o next.config.js > should maintain bmp

  • with squoosh > Server support w/o next.config.js > should not resize if requested width is larger than original source image

  • with squoosh > Server support w/o next.config.js > should not change the color type of a png

  • with squoosh > Server support with next.config.js > should normalize invalid status codes

  • with squoosh > Server support with next.config.js > should return home page

  • with squoosh > Server support with next.config.js > should handle non-ascii characters in image url

  • with squoosh > Server support with next.config.js > should maintain animated gif

  • with squoosh > Server support with next.config.js > should maintain animated png

  • with squoosh > Server support with next.config.js > should maintain animated png 2

  • with squoosh > Server support with next.config.js > should maintain animated webp

  • with squoosh > Server support with next.config.js > should not allow vector svg

  • with squoosh > Server support with next.config.js > should maintain ico format

  • with squoosh > Server support with next.config.js > should maintain jpg format for old Safari

  • with squoosh > Server support with next.config.js > should maintain png format for old Safari

  • with squoosh > Server support with next.config.js > should downlevel webp format to jpeg for old Safari

  • with squoosh > Server support with next.config.js > should downlevel avif format to jpeg for old Safari

  • with squoosh > Server support with next.config.js > should fail when url is missing

  • with squoosh > Server support with next.config.js > should fail when w is missing

  • with squoosh > Server support with next.config.js > should fail when q is missing

  • with squoosh > Server support with next.config.js > should fail when q is greater than 100

  • with squoosh > Server support with next.config.js > should fail when q is less than 1

  • with squoosh > Server support with next.config.js > should fail when w is 0

  • with squoosh > Server support with next.config.js > should fail when w is less than 0

  • with squoosh > Server support with next.config.js > should fail when w is not a number

  • with squoosh > Server support with next.config.js > should fail when q is not a number

  • with squoosh > Server support with next.config.js > should fail when domain is not defined in next.config.js

  • with squoosh > Server support with next.config.js > should fail when width is not in next.config.js

  • with squoosh > Server support with next.config.js > should emit blur svg when width is 8 in dev but not prod

  • with squoosh > Server support with next.config.js > should emit blur svg when width is less than 8 in dev but not prod

  • with squoosh > Server support with next.config.js > should resize relative url and webp Firefox accept header

  • with squoosh > Server support with next.config.js > should resize relative url and png accept header

  • with squoosh > Server support with next.config.js > should resize relative url with invalid accept header as png

  • with squoosh > Server support with next.config.js > should resize relative url with invalid accept header as gif

  • with squoosh > Server support with next.config.js > should resize relative url with invalid accept header as tiff

  • with squoosh > Server support with next.config.js > should resize relative url and old Chrome accept header as webp

  • with squoosh > Server support with next.config.js > should resize relative url and new Chrome accept header as avif

  • with squoosh > Server support with next.config.js > should compress avif smaller than webp at q=100

  • with squoosh > Server support with next.config.js > should compress avif smaller than webp at q=75

  • with squoosh > Server support with next.config.js > should compress avif smaller than webp at q=50

  • with squoosh > Server support with next.config.js > should resize absolute url from localhost

  • with squoosh > Server support with next.config.js > should automatically detect image type when content-type is octet-stream

  • with squoosh > Server support with next.config.js > should use cache and stale-while-revalidate when query is the same for external image

  • with squoosh > Server support with next.config.js > should fail when url has file protocol

  • with squoosh > Server support with next.config.js > should fail when url has ftp protocol

  • with squoosh > Server support with next.config.js > should fail when internal url is not an image

  • with squoosh > Server support with next.config.js > should fail when url fails to load an image

  • with squoosh > Server support with next.config.js > should use cache and stale-while-revalidate when query is the same for internal image

  • with squoosh > Server support with next.config.js > should use cached image file when parameters are the same for animated gif

  • with squoosh > Server support with next.config.js > should set 304 status without body when etag matches if-none-match

  • with squoosh > Server support with next.config.js > should maintain bmp

  • with squoosh > Server support with next.config.js > should not resize if requested width is larger than original source image

  • with squoosh > Server support with next.config.js > should not change the color type of a png

  • with squoosh > Server support with next.config.js > should set cache-control to immutable for static images

  • with squoosh > Server support with next.config.js > should error if the resource isn't a valid image

  • with squoosh > Server support with next.config.js > should error if the image file does not exist

  • with squoosh > Server support with next.config.js > should handle concurrent requests

  • with squoosh > Server support with next.config.js > should have sharp missing warning

  • with squoosh > Server support with next.config.js > should not have sharp outdated warning

  • with squoosh > dev support w/o next.config.js > should return home page

  • with squoosh > dev support w/o next.config.js > should maintain animated gif

  • with squoosh > dev support w/o next.config.js > should maintain animated png

  • with squoosh > dev support w/o next.config.js > should maintain animated png 2

  • with squoosh > dev support w/o next.config.js > should maintain animated webp

  • with squoosh > dev support w/o next.config.js > should not allow vector svg

  • with squoosh > dev support w/o next.config.js > should maintain ico format

  • with squoosh > dev support w/o next.config.js > should maintain jpg format for old Safari

  • with squoosh > dev support w/o next.config.js > should maintain png format for old Safari

  • with squoosh > dev support w/o next.config.js > should downlevel webp format to jpeg for old Safari

  • with squoosh > dev support w/o next.config.js > should downlevel avif format to jpeg for old Safari

  • with squoosh > dev support w/o next.config.js > should fail when url is missing

  • with squoosh > dev support w/o next.config.js > should fail when w is missing

  • with squoosh > dev support w/o next.config.js > should fail when q is missing

  • with squoosh > dev support w/o next.config.js > should fail when q is greater than 100

  • with squoosh > dev support w/o next.config.js > should fail when q is less than 1

  • with squoosh > dev support w/o next.config.js > should fail when w is 0

  • with squoosh > dev support w/o next.config.js > should fail when w is less than 0

  • with squoosh > dev support w/o next.config.js > should fail when w is not a number

  • with squoosh > dev support w/o next.config.js > should fail when q is not a number

  • with squoosh > dev support w/o next.config.js > should fail when domain is not defined in next.config.js

  • with squoosh > dev support w/o next.config.js > should fail when width is not in next.config.js

  • with squoosh > dev support w/o next.config.js > should emit blur svg when width is 8 in dev but not prod

  • with squoosh > dev support w/o next.config.js > should emit blur svg when width is less than 8 in dev but not prod

  • with squoosh > dev support w/o next.config.js > should resize relative url and webp Firefox accept header

  • with squoosh > dev support w/o next.config.js > should resize relative url and png accept header

  • with squoosh > dev support w/o next.config.js > should resize relative url with invalid accept header as png

  • with squoosh > dev support w/o next.config.js > should resize relative url with invalid accept header as gif

  • with squoosh > dev support w/o next.config.js > should resize relative url with invalid accept header as tiff

  • with squoosh > dev support w/o next.config.js > should resize relative url and old Chrome accept header as webp

  • with squoosh > dev support w/o next.config.js > should fail when url has file protocol

  • with squoosh > dev support w/o next.config.js > should fail when url has ftp protocol

  • with squoosh > dev support w/o next.config.js > should fail when internal url is not an image

  • with squoosh > dev support w/o next.config.js > should use cache and stale-while-revalidate when query is the same for internal image

  • with squoosh > dev support w/o next.config.js > should use cached image file when parameters are the same for animated gif

  • with squoosh > dev support w/o next.config.js > should set 304 status without body when etag matches if-none-match

  • with squoosh > dev support w/o next.config.js > should maintain bmp

  • with squoosh > dev support w/o next.config.js > should not resize if requested width is larger than original source image

  • with squoosh > dev support w/o next.config.js > should not change the color type of a png

  • with squoosh > dev support w/o next.config.js > should error if the resource isn't a valid image

  • with squoosh > dev support w/o next.config.js > should error if the image file does not exist

  • with squoosh > dev support with next.config.js > should normalize invalid status codes

  • with squoosh > dev support with next.config.js > should return home page

  • with squoosh > dev support with next.config.js > should handle non-ascii characters in image url

  • with squoosh > dev support with next.config.js > should maintain animated gif

  • with squoosh > dev support with next.config.js > should maintain animated png

  • with squoosh > dev support with next.config.js > should maintain animated png 2

  • with squoosh > dev support with next.config.js > should maintain animated webp

  • with squoosh > dev support with next.config.js > should not allow vector svg

  • with squoosh > dev support with next.config.js > should maintain ico format

  • with squoosh > dev support with next.config.js > should maintain jpg format for old Safari

  • with squoosh > dev support with next.config.js > should maintain png format for old Safari

  • with squoosh > dev support with next.config.js > should downlevel webp format to jpeg for old Safari

  • with squoosh > dev support with next.config.js > should downlevel avif format to jpeg for old Safari

  • with squoosh > dev support with next.config.js > should fail when url is missing

  • with squoosh > dev support with next.config.js > should fail when w is missing

  • with squoosh > dev support with next.config.js > should fail when q is missing

  • with squoosh > dev support with next.config.js > should fail when q is greater than 100

  • with squoosh > dev support with next.config.js > should fail when q is less than 1

  • with squoosh > dev support with next.config.js > should fail when w is 0

  • with squoosh > dev support with next.config.js > should fail when w is less than 0

  • with squoosh > dev support with next.config.js > should fail when w is not a number

  • with squoosh > dev support with next.config.js > should fail when q is not a number

  • with squoosh > dev support with next.config.js > should fail when domain is not defined in next.config.js

  • with squoosh > dev support with next.config.js > should fail when width is not in next.config.js

  • with squoosh > dev support with next.config.js > should emit blur svg when width is 8 in dev but not prod

  • with squoosh > dev support with next.config.js > should emit blur svg when width is less than 8 in dev but not prod

  • with squoosh > dev support with next.config.js > should resize relative url and webp Firefox accept header

  • with squoosh > dev support with next.config.js > should resize relative url and png accept header

  • with squoosh > dev support with next.config.js > should resize relative url with invalid accept header as png

  • with squoosh > dev support with next.config.js > should resize relative url with invalid accept header as gif

  • with squoosh > dev support with next.config.js > should resize relative url with invalid accept header as tiff

  • with squoosh > dev support with next.config.js > should resize relative url and old Chrome accept header as webp

  • with squoosh > dev support with next.config.js > should resize relative url and new Chrome accept header as avif

  • with squoosh > dev support with next.config.js > should compress avif smaller than webp at q=100

  • with squoosh > dev support with next.config.js > should compress avif smaller than webp at q=75

  • with squoosh > dev support with next.config.js > should compress avif smaller than webp at q=50

  • with squoosh > dev support with next.config.js > should resize absolute url from localhost

  • with squoosh > dev support with next.config.js > should automatically detect image type when content-type is octet-stream

  • with squoosh > dev support with next.config.js > should use cache and stale-while-revalidate when query is the same for external image

  • with squoosh > dev support with next.config.js > should fail when url has file protocol

  • with squoosh > dev support with next.config.js > should fail when url has ftp protocol

  • with squoosh > dev support with next.config.js > should fail when internal url is not an image

  • with squoosh > dev support with next.config.js > should fail when url fails to load an image

  • with squoosh > dev support with next.config.js > should use cache and stale-while-revalidate when query is the same for internal image

  • with squoosh > dev support with next.config.js > should use cached image file when parameters are the same for animated gif

  • with squoosh > dev support with next.config.js > should set 304 status without body when etag matches if-none-match

  • with squoosh > dev support with next.config.js > should maintain bmp

  • with squoosh > dev support with next.config.js > should not resize if requested width is larger than original source image

  • with squoosh > dev support with next.config.js > should not change the color type of a png

  • with squoosh > dev support with next.config.js > should set cache-control to immutable for static images

  • with squoosh > dev support with next.config.js > should error if the resource isn't a valid image

  • with squoosh > dev support with next.config.js > should error if the image file does not exist

  • with squoosh > dev support with next.config.js > should handle concurrent requests

  • with squoosh > dev support with next.config.js > should not have sharp missing warning

  • with squoosh > dev support with next.config.js > should not have sharp outdated warning

test/integration/image-optimizer/test/old-sharp.test.ts

  • with squoosh > Server support w/o next.config.js > should not allow vector svg

  • with squoosh > Server support w/o next.config.js > should maintain ico format

  • with squoosh > Server support w/o next.config.js > should maintain jpg format for old Safari

  • with squoosh > Server support w/o next.config.js > should maintain png format for old Safari

  • with squoosh > Server support w/o next.config.js > should downlevel webp format to jpeg for old Safari

  • with squoosh > Server support w/o next.config.js > should downlevel avif format to jpeg for old Safari

  • with squoosh > Server support w/o next.config.js > should resize relative url and webp Firefox accept header

  • with squoosh > Server support w/o next.config.js > should resize relative url and png accept header

  • with squoosh > Server support w/o next.config.js > should resize relative url with invalid accept header as png

  • with squoosh > Server support w/o next.config.js > should resize relative url with invalid accept header as gif

  • with squoosh > Server support w/o next.config.js > should resize relative url with invalid accept header as tiff

  • with squoosh > Server support w/o next.config.js > should resize relative url and old Chrome accept header as webp

  • with squoosh > Server support w/o next.config.js > should set 304 status without body when etag matches if-none-match

  • with squoosh > Server support w/o next.config.js > should maintain bmp

  • with squoosh > Server support w/o next.config.js > should not resize if requested width is larger than original source image

  • with squoosh > Server support w/o next.config.js > should not change the color type of a png

  • with squoosh > Server support with next.config.js > should normalize invalid status codes

  • with squoosh > Server support with next.config.js > should return home page

  • with squoosh > Server support with next.config.js > should handle non-ascii characters in image url

  • with squoosh > Server support with next.config.js > should maintain animated gif

  • with squoosh > Server support with next.config.js > should maintain animated png

  • with squoosh > Server support with next.config.js > should maintain animated png 2

  • with squoosh > Server support with next.config.js > should maintain animated webp

  • with squoosh > Server support with next.config.js > should not allow vector svg

  • with squoosh > Server support with next.config.js > should maintain ico format

  • with squoosh > Server support with next.config.js > should maintain jpg format for old Safari

  • with squoosh > Server support with next.config.js > should maintain png format for old Safari

  • with squoosh > Server support with next.config.js > should downlevel webp format to jpeg for old Safari

  • with squoosh > Server support with next.config.js > should downlevel avif format to jpeg for old Safari

  • with squoosh > Server support with next.config.js > should fail when url is missing

  • with squoosh > Server support with next.config.js > should fail when w is missing

  • with squoosh > Server support with next.config.js > should fail when q is missing

  • with squoosh > Server support with next.config.js > should fail when q is greater than 100

  • with squoosh > Server support with next.config.js > should fail when q is less than 1

  • with squoosh > Server support with next.config.js > should fail when w is 0

  • with squoosh > Server support with next.config.js > should fail when w is less than 0

  • with squoosh > Server support with next.config.js > should fail when w is not a number

  • with squoosh > Server support with next.config.js > should fail when q is not a number

  • with squoosh > Server support with next.config.js > should fail when domain is not defined in next.config.js

  • with squoosh > Server support with next.config.js > should fail when width is not in next.config.js

  • with squoosh > Server support with next.config.js > should emit blur svg when width is 8 in dev but not prod

  • with squoosh > Server support with next.config.js > should emit blur svg when width is less than 8 in dev but not prod

  • with squoosh > Server support with next.config.js > should resize relative url and webp Firefox accept header

  • with squoosh > Server support with next.config.js > should resize relative url and png accept header

  • with squoosh > Server support with next.config.js > should resize relative url with invalid accept header as png

  • with squoosh > Server support with next.config.js > should resize relative url with invalid accept header as gif

  • with squoosh > Server support with next.config.js > should resize relative url with invalid accept header as tiff

  • with squoosh > Server support with next.config.js > should resize relative url and old Chrome accept header as webp

  • with squoosh > Server support with next.config.js > should resize relative url and new Chrome accept header as avif

  • with squoosh > Server support with next.config.js > should compress avif smaller than webp at q=100

  • with squoosh > Server support with next.config.js > should compress avif smaller than webp at q=75

  • with squoosh > Server support with next.config.js > should compress avif smaller than webp at q=50

  • with squoosh > Server support with next.config.js > should resize absolute url from localhost

  • with squoosh > Server support with next.config.js > should automatically detect image type when content-type is octet-stream

  • with squoosh > Server support with next.config.js > should use cache and stale-while-revalidate when query is the same for external image

  • with squoosh > Server support with next.config.js > should fail when url has file protocol

  • with squoosh > Server support with next.config.js > should fail when url has ftp protocol

  • with squoosh > Server support with next.config.js > should fail when internal url is not an image

  • with squoosh > Server support with next.config.js > should fail when url fails to load an image

  • with squoosh > Server support with next.config.js > should use cache and stale-while-revalidate when query is the same for internal image

  • with squoosh > Server support with next.config.js > should use cached image file when parameters are the same for animated gif

  • with squoosh > Server support with next.config.js > should set 304 status without body when etag matches if-none-match

  • with squoosh > Server support with next.config.js > should maintain bmp

  • with squoosh > Server support with next.config.js > should not resize if requested width is larger than original source image

  • with squoosh > Server support with next.config.js > should not change the color type of a png

  • with squoosh > Server support with next.config.js > should set cache-control to immutable for static images

  • with squoosh > Server support with next.config.js > should error if the resource isn't a valid image

  • with squoosh > Server support with next.config.js > should error if the image file does not exist

  • with squoosh > Server support with next.config.js > should handle concurrent requests

  • with squoosh > Server support with next.config.js > should have sharp missing warning

  • with squoosh > Server support with next.config.js > should not have sharp outdated warning

  • with squoosh > dev support w/o next.config.js > should return home page

  • with squoosh > dev support w/o next.config.js > should maintain animated gif

  • with squoosh > dev support w/o next.config.js > should maintain animated png

  • with squoosh > dev support w/o next.config.js > should maintain animated png 2

  • with squoosh > dev support w/o next.config.js > should maintain animated webp

  • with squoosh > dev support w/o next.config.js > should not allow vector svg

  • with squoosh > dev support w/o next.config.js > should maintain ico format

  • with squoosh > dev support w/o next.config.js > should maintain jpg format for old Safari

  • with squoosh > dev support w/o next.config.js > should maintain png format for old Safari

  • with squoosh > dev support w/o next.config.js > should downlevel webp format to jpeg for old Safari

  • with squoosh > dev support w/o next.config.js > should downlevel avif format to jpeg for old Safari

  • with squoosh > dev support w/o next.config.js > should fail when url is missing

  • with squoosh > dev support w/o next.config.js > should fail when w is missing

  • with squoosh > dev support w/o next.config.js > should fail when q is missing

  • with squoosh > dev support w/o next.config.js > should fail when q is greater than 100

  • with squoosh > dev support w/o next.config.js > should fail when q is less than 1

  • with squoosh > dev support w/o next.config.js > should fail when w is 0

  • with squoosh > dev support w/o next.config.js > should fail when w is less than 0

  • with squoosh > dev support w/o next.config.js > should fail when w is not a number

  • with squoosh > dev support w/o next.config.js > should fail when q is not a number

  • with squoosh > dev support w/o next.config.js > should fail when domain is not defined in next.config.js

  • with squoosh > dev support w/o next.config.js > should fail when width is not in next.config.js

  • with squoosh > dev support w/o next.config.js > should emit blur svg when width is 8 in dev but not prod

  • with squoosh > dev support w/o next.config.js > should emit blur svg when width is less than 8 in dev but not prod

  • with squoosh > dev support w/o next.config.js > should resize relative url and webp Firefox accept header

  • with squoosh > dev support w/o next.config.js > should resize relative url and png accept header

  • with squoosh > dev support w/o next.config.js > should resize relative url with invalid accept header as png

  • with squoosh > dev support w/o next.config.js > should resize relative url with invalid accept header as gif

  • with squoosh > dev support w/o next.config.js > should resize relative url with invalid accept header as tiff

  • with squoosh > dev support w/o next.config.js > should resize relative url and old Chrome accept header as webp

  • with squoosh > dev support w/o next.config.js > should fail when url has file protocol

  • with squoosh > dev support w/o next.config.js > should fail when url has ftp protocol

  • with squoosh > dev support w/o next.config.js > should fail when internal url is not an image

  • with squoosh > dev support w/o next.config.js > should use cache and stale-while-revalidate when query is the same for internal image

  • with squoosh > dev support w/o next.config.js > should use cached image file when parameters are the same for animated gif

  • with squoosh > dev support w/o next.config.js > should set 304 status without body when etag matches if-none-match

  • with squoosh > dev support w/o next.config.js > should maintain bmp

  • with squoosh > dev support w/o next.config.js > should not resize if requested width is larger than original source image

  • with squoosh > dev support w/o next.config.js > should not change the color type of a png

  • with squoosh > dev support w/o next.config.js > should error if the resource isn't a valid image

  • with squoosh > dev support w/o next.config.js > should error if the image file does not exist

  • with squoosh > dev support with next.config.js > should normalize invalid status codes

  • with squoosh > dev support with next.config.js > should return home page

  • with squoosh > dev support with next.config.js > should handle non-ascii characters in image url

  • with squoosh > dev support with next.config.js > should maintain animated gif

  • with squoosh > dev support with next.config.js > should maintain animated png

  • with squoosh > dev support with next.config.js > should maintain animated png 2

  • with squoosh > dev support with next.config.js > should maintain animated webp

  • with squoosh > dev support with next.config.js > should not allow vector svg

  • with squoosh > dev support with next.config.js > should maintain ico format

  • with squoosh > dev support with next.config.js > should maintain jpg format for old Safari

  • with squoosh > dev support with next.config.js > should maintain png format for old Safari

  • with squoosh > dev support with next.config.js > should downlevel webp format to jpeg for old Safari

  • with squoosh > dev support with next.config.js > should downlevel avif format to jpeg for old Safari

  • with squoosh > dev support with next.config.js > should fail when url is missing

  • with squoosh > dev support with next.config.js > should fail when w is missing

  • with squoosh > dev support with next.config.js > should fail when q is missing

  • with squoosh > dev support with next.config.js > should fail when q is greater than 100

  • with squoosh > dev support with next.config.js > should fail when q is less than 1

  • with squoosh > dev support with next.config.js > should fail when w is 0

  • with squoosh > dev support with next.config.js > should fail when w is less than 0

  • with squoosh > dev support with next.config.js > should fail when w is not a number

  • with squoosh > dev support with next.config.js > should fail when q is not a number

  • with squoosh > dev support with next.config.js > should fail when domain is not defined in next.config.js

  • with squoosh > dev support with next.config.js > should fail when width is not in next.config.js

  • with squoosh > dev support with next.config.js > should emit blur svg when width is 8 in dev but not prod

  • with squoosh > dev support with next.config.js > should emit blur svg when width is less than 8 in dev but not prod

  • with squoosh > dev support with next.config.js > should resize relative url and webp Firefox accept header

  • with squoosh > dev support with next.config.js > should resize relative url and png accept header

  • with squoosh > dev support with next.config.js > should resize relative url with invalid accept header as png

  • with squoosh > dev support with next.config.js > should resize relative url with invalid accept header as gif

  • with squoosh > dev support with next.config.js > should resize relative url with invalid accept header as tiff

  • with squoosh > dev support with next.config.js > should resize relative url and old Chrome accept header as webp

  • with squoosh > dev support with next.config.js > should resize relative url and new Chrome accept header as avif

  • with squoosh > dev support with next.config.js > should compress avif smaller than webp at q=100

  • with squoosh > dev support with next.config.js > should compress avif smaller than webp at q=75

  • with squoosh > dev support with next.config.js > should compress avif smaller than webp at q=50

  • with squoosh > dev support with next.config.js > should resize absolute url from localhost

  • with squoosh > dev support with next.config.js > should automatically detect image type when content-type is octet-stream

  • with squoosh > dev support with next.config.js > should use cache and stale-while-revalidate when query is the same for external image

  • with squoosh > dev support with next.config.js > should fail when url has file protocol

  • with squoosh > dev support with next.config.js > should fail when url has ftp protocol

  • with squoosh > dev support with next.config.js > should fail when internal url is not an image

  • with squoosh > dev support with next.config.js > should fail when url fails to load an image

  • with squoosh > dev support with next.config.js > should use cache and stale-while-revalidate when query is the same for internal image

  • with squoosh > dev support with next.config.js > should use cached image file when parameters are the same for animated gif

  • with squoosh > dev support with next.config.js > should set 304 status without body when etag matches if-none-match

  • with squoosh > dev support with next.config.js > should maintain bmp

  • with squoosh > dev support with next.config.js > should not resize if requested width is larger than original source image

  • with squoosh > dev support with next.config.js > should not change the color type of a png

  • with squoosh > dev support with next.config.js > should set cache-control to immutable for static images

  • with squoosh > dev support with next.config.js > should error if the resource isn't a valid image

  • with squoosh > dev support with next.config.js > should error if the image file does not exist

  • with squoosh > dev support with next.config.js > should handle concurrent requests

  • with squoosh > dev support with next.config.js > should not have sharp missing warning

  • with squoosh > dev support with next.config.js > should not have sharp outdated warning

@github-actions
Copy link
Contributor

Failing next.js integration test suites

Commit: 73a99c2
(Report 10/11)

Expand full test reports

test/integration/image-optimizer/test/sharp.test.ts

  • with squoosh > Server support w/o next.config.js > should not allow vector svg

  • with squoosh > Server support w/o next.config.js > should maintain ico format

  • with squoosh > Server support w/o next.config.js > should maintain jpg format for old Safari

  • with squoosh > Server support w/o next.config.js > should maintain png format for old Safari

  • with squoosh > Server support w/o next.config.js > should downlevel webp format to jpeg for old Safari

  • with squoosh > Server support w/o next.config.js > should downlevel avif format to jpeg for old Safari

  • with squoosh > Server support w/o next.config.js > should resize relative url and webp Firefox accept header

  • with squoosh > Server support w/o next.config.js > should resize relative url and png accept header

  • with squoosh > Server support w/o next.config.js > should resize relative url with invalid accept header as png

  • with squoosh > Server support w/o next.config.js > should resize relative url with invalid accept header as gif

  • with squoosh > Server support w/o next.config.js > should resize relative url with invalid accept header as tiff

  • with squoosh > Server support w/o next.config.js > should resize relative url and old Chrome accept header as webp

  • with squoosh > Server support w/o next.config.js > should set 304 status without body when etag matches if-none-match

  • with squoosh > Server support w/o next.config.js > should maintain bmp

  • with squoosh > Server support w/o next.config.js > should not resize if requested width is larger than original source image

  • with squoosh > Server support w/o next.config.js > should not change the color type of a png

  • with squoosh > Server support with next.config.js > should normalize invalid status codes

  • with squoosh > Server support with next.config.js > should return home page

  • with squoosh > Server support with next.config.js > should handle non-ascii characters in image url

  • with squoosh > Server support with next.config.js > should maintain animated gif

  • with squoosh > Server support with next.config.js > should maintain animated png

  • with squoosh > Server support with next.config.js > should maintain animated png 2

  • with squoosh > Server support with next.config.js > should maintain animated webp

  • with squoosh > Server support with next.config.js > should not allow vector svg

  • with squoosh > Server support with next.config.js > should maintain ico format

  • with squoosh > Server support with next.config.js > should maintain jpg format for old Safari

  • with squoosh > Server support with next.config.js > should maintain png format for old Safari

  • with squoosh > Server support with next.config.js > should downlevel webp format to jpeg for old Safari

  • with squoosh > Server support with next.config.js > should downlevel avif format to jpeg for old Safari

  • with squoosh > Server support with next.config.js > should fail when url is missing

  • with squoosh > Server support with next.config.js > should fail when w is missing

  • with squoosh > Server support with next.config.js > should fail when q is missing

  • with squoosh > Server support with next.config.js > should fail when q is greater than 100

  • with squoosh > Server support with next.config.js > should fail when q is less than 1

  • with squoosh > Server support with next.config.js > should fail when w is 0

  • with squoosh > Server support with next.config.js > should fail when w is less than 0

  • with squoosh > Server support with next.config.js > should fail when w is not a number

  • with squoosh > Server support with next.config.js > should fail when q is not a number

  • with squoosh > Server support with next.config.js > should fail when domain is not defined in next.config.js

  • with squoosh > Server support with next.config.js > should fail when width is not in next.config.js

  • with squoosh > Server support with next.config.js > should emit blur svg when width is 8 in dev but not prod

  • with squoosh > Server support with next.config.js > should emit blur svg when width is less than 8 in dev but not prod

  • with squoosh > Server support with next.config.js > should resize relative url and webp Firefox accept header

  • with squoosh > Server support with next.config.js > should resize relative url and png accept header

  • with squoosh > Server support with next.config.js > should resize relative url with invalid accept header as png

  • with squoosh > Server support with next.config.js > should resize relative url with invalid accept header as gif

  • with squoosh > Server support with next.config.js > should resize relative url with invalid accept header as tiff

  • with squoosh > Server support with next.config.js > should resize relative url and old Chrome accept header as webp

  • with squoosh > Server support with next.config.js > should resize relative url and new Chrome accept header as avif

  • with squoosh > Server support with next.config.js > should compress avif smaller than webp at q=100

  • with squoosh > Server support with next.config.js > should compress avif smaller than webp at q=75

  • with squoosh > Server support with next.config.js > should compress avif smaller than webp at q=50

  • with squoosh > Server support with next.config.js > should resize absolute url from localhost

  • with squoosh > Server support with next.config.js > should automatically detect image type when content-type is octet-stream

  • with squoosh > Server support with next.config.js > should use cache and stale-while-revalidate when query is the same for external image

  • with squoosh > Server support with next.config.js > should fail when url has file protocol

  • with squoosh > Server support with next.config.js > should fail when url has ftp protocol

  • with squoosh > Server support with next.config.js > should fail when internal url is not an image

  • with squoosh > Server support with next.config.js > should fail when url fails to load an image

  • with squoosh > Server support with next.config.js > should use cache and stale-while-revalidate when query is the same for internal image

  • with squoosh > Server support with next.config.js > should use cached image file when parameters are the same for animated gif

  • with squoosh > Server support with next.config.js > should set 304 status without body when etag matches if-none-match

  • with squoosh > Server support with next.config.js > should maintain bmp

  • with squoosh > Server support with next.config.js > should not resize if requested width is larger than original source image

  • with squoosh > Server support with next.config.js > should not change the color type of a png

  • with squoosh > Server support with next.config.js > should set cache-control to immutable for static images

  • with squoosh > Server support with next.config.js > should error if the resource isn't a valid image

  • with squoosh > Server support with next.config.js > should error if the image file does not exist

  • with squoosh > Server support with next.config.js > should handle concurrent requests

  • with squoosh > Server support with next.config.js > should have sharp missing warning

  • with squoosh > Server support with next.config.js > should not have sharp outdated warning

  • with squoosh > dev support w/o next.config.js > should return home page

  • with squoosh > dev support w/o next.config.js > should maintain animated gif

  • with squoosh > dev support w/o next.config.js > should maintain animated png

  • with squoosh > dev support w/o next.config.js > should maintain animated png 2

  • with squoosh > dev support w/o next.config.js > should maintain animated webp

  • with squoosh > dev support w/o next.config.js > should not allow vector svg

  • with squoosh > dev support w/o next.config.js > should maintain ico format

  • with squoosh > dev support w/o next.config.js > should maintain jpg format for old Safari

  • with squoosh > dev support w/o next.config.js > should maintain png format for old Safari

  • with squoosh > dev support w/o next.config.js > should downlevel webp format to jpeg for old Safari

  • with squoosh > dev support w/o next.config.js > should downlevel avif format to jpeg for old Safari

  • with squoosh > dev support w/o next.config.js > should fail when url is missing

  • with squoosh > dev support w/o next.config.js > should fail when w is missing

  • with squoosh > dev support w/o next.config.js > should fail when q is missing

  • with squoosh > dev support w/o next.config.js > should fail when q is greater than 100

  • with squoosh > dev support w/o next.config.js > should fail when q is less than 1

  • with squoosh > dev support w/o next.config.js > should fail when w is 0

  • with squoosh > dev support w/o next.config.js > should fail when w is less than 0

  • with squoosh > dev support w/o next.config.js > should fail when w is not a number

  • with squoosh > dev support w/o next.config.js > should fail when q is not a number

  • with squoosh > dev support w/o next.config.js > should fail when domain is not defined in next.config.js

  • with squoosh > dev support w/o next.config.js > should fail when width is not in next.config.js

  • with squoosh > dev support w/o next.config.js > should emit blur svg when width is 8 in dev but not prod

  • with squoosh > dev support w/o next.config.js > should emit blur svg when width is less than 8 in dev but not prod

  • with squoosh > dev support w/o next.config.js > should resize relative url and webp Firefox accept header

  • with squoosh > dev support w/o next.config.js > should resize relative url and png accept header

  • with squoosh > dev support w/o next.config.js > should resize relative url with invalid accept header as png

  • with squoosh > dev support w/o next.config.js > should resize relative url with invalid accept header as gif

  • with squoosh > dev support w/o next.config.js > should resize relative url with invalid accept header as tiff

  • with squoosh > dev support w/o next.config.js > should resize relative url and old Chrome accept header as webp

  • with squoosh > dev support w/o next.config.js > should fail when url has file protocol

  • with squoosh > dev support w/o next.config.js > should fail when url has ftp protocol

  • with squoosh > dev support w/o next.config.js > should fail when internal url is not an image

  • with squoosh > dev support w/o next.config.js > should use cache and stale-while-revalidate when query is the same for internal image

  • with squoosh > dev support w/o next.config.js > should use cached image file when parameters are the same for animated gif

  • with squoosh > dev support w/o next.config.js > should set 304 status without body when etag matches if-none-match

  • with squoosh > dev support w/o next.config.js > should maintain bmp

  • with squoosh > dev support w/o next.config.js > should not resize if requested width is larger than original source image

  • with squoosh > dev support w/o next.config.js > should not change the color type of a png

  • with squoosh > dev support w/o next.config.js > should error if the resource isn't a valid image

  • with squoosh > dev support w/o next.config.js > should error if the image file does not exist

  • with squoosh > dev support with next.config.js > should normalize invalid status codes

  • with squoosh > dev support with next.config.js > should return home page

  • with squoosh > dev support with next.config.js > should handle non-ascii characters in image url

  • with squoosh > dev support with next.config.js > should maintain animated gif

  • with squoosh > dev support with next.config.js > should maintain animated png

  • with squoosh > dev support with next.config.js > should maintain animated png 2

  • with squoosh > dev support with next.config.js > should maintain animated webp

  • with squoosh > dev support with next.config.js > should not allow vector svg

  • with squoosh > dev support with next.config.js > should maintain ico format

  • with squoosh > dev support with next.config.js > should maintain jpg format for old Safari

  • with squoosh > dev support with next.config.js > should maintain png format for old Safari

  • with squoosh > dev support with next.config.js > should downlevel webp format to jpeg for old Safari

  • with squoosh > dev support with next.config.js > should downlevel avif format to jpeg for old Safari

  • with squoosh > dev support with next.config.js > should fail when url is missing

  • with squoosh > dev support with next.config.js > should fail when w is missing

  • with squoosh > dev support with next.config.js > should fail when q is missing

  • with squoosh > dev support with next.config.js > should fail when q is greater than 100

  • with squoosh > dev support with next.config.js > should fail when q is less than 1

  • with squoosh > dev support with next.config.js > should fail when w is 0

  • with squoosh > dev support with next.config.js > should fail when w is less than 0

  • with squoosh > dev support with next.config.js > should fail when w is not a number

  • with squoosh > dev support with next.config.js > should fail when q is not a number

  • with squoosh > dev support with next.config.js > should fail when domain is not defined in next.config.js

  • with squoosh > dev support with next.config.js > should fail when width is not in next.config.js

  • with squoosh > dev support with next.config.js > should emit blur svg when width is 8 in dev but not prod

  • with squoosh > dev support with next.config.js > should emit blur svg when width is less than 8 in dev but not prod

  • with squoosh > dev support with next.config.js > should resize relative url and webp Firefox accept header

  • with squoosh > dev support with next.config.js > should resize relative url and png accept header

  • with squoosh > dev support with next.config.js > should resize relative url with invalid accept header as png

  • with squoosh > dev support with next.config.js > should resize relative url with invalid accept header as gif

  • with squoosh > dev support with next.config.js > should resize relative url with invalid accept header as tiff

  • with squoosh > dev support with next.config.js > should resize relative url and old Chrome accept header as webp

  • with squoosh > dev support with next.config.js > should resize relative url and new Chrome accept header as avif

  • with squoosh > dev support with next.config.js > should compress avif smaller than webp at q=100

  • with squoosh > dev support with next.config.js > should compress avif smaller than webp at q=75

  • with squoosh > dev support with next.config.js > should compress avif smaller than webp at q=50

  • with squoosh > dev support with next.config.js > should resize absolute url from localhost

  • with squoosh > dev support with next.config.js > should automatically detect image type when content-type is octet-stream

  • with squoosh > dev support with next.config.js > should use cache and stale-while-revalidate when query is the same for external image

  • with squoosh > dev support with next.config.js > should fail when url has file protocol

  • with squoosh > dev support with next.config.js > should fail when url has ftp protocol

  • with squoosh > dev support with next.config.js > should fail when internal url is not an image

  • with squoosh > dev support with next.config.js > should fail when url fails to load an image

  • with squoosh > dev support with next.config.js > should use cache and stale-while-revalidate when query is the same for internal image

  • with squoosh > dev support with next.config.js > should use cached image file when parameters are the same for animated gif

  • with squoosh > dev support with next.config.js > should set 304 status without body when etag matches if-none-match

  • with squoosh > dev support with next.config.js > should maintain bmp

  • with squoosh > dev support with next.config.js > should not resize if requested width is larger than original source image

  • with squoosh > dev support with next.config.js > should not change the color type of a png

  • with squoosh > dev support with next.config.js > should set cache-control to immutable for static images

  • with squoosh > dev support with next.config.js > should error if the resource isn't a valid image

  • with squoosh > dev support with next.config.js > should error if the image file does not exist

  • with squoosh > dev support with next.config.js > should handle concurrent requests

  • with squoosh > dev support with next.config.js > should not have sharp missing warning

  • with squoosh > dev support with next.config.js > should not have sharp outdated warning

test/integration/image-optimizer/test/squoosh.test.ts

  • with squoosh > Server support w/o next.config.js > should not allow vector svg

  • with squoosh > Server support w/o next.config.js > should maintain ico format

  • with squoosh > Server support w/o next.config.js > should maintain jpg format for old Safari

  • with squoosh > Server support w/o next.config.js > should maintain png format for old Safari

  • with squoosh > Server support w/o next.config.js > should downlevel webp format to jpeg for old Safari

  • with squoosh > Server support w/o next.config.js > should downlevel avif format to jpeg for old Safari

  • with squoosh > Server support w/o next.config.js > should resize relative url and webp Firefox accept header

  • with squoosh > Server support w/o next.config.js > should resize relative url and png accept header

  • with squoosh > Server support w/o next.config.js > should resize relative url with invalid accept header as png

  • with squoosh > Server support w/o next.config.js > should resize relative url with invalid accept header as gif

  • with squoosh > Server support w/o next.config.js > should resize relative url with invalid accept header as tiff

  • with squoosh > Server support w/o next.config.js > should resize relative url and old Chrome accept header as webp

  • with squoosh > Server support w/o next.config.js > should set 304 status without body when etag matches if-none-match

  • with squoosh > Server support w/o next.config.js > should maintain bmp

  • with squoosh > Server support w/o next.config.js > should not resize if requested width is larger than original source image

  • with squoosh > Server support w/o next.config.js > should not change the color type of a png

  • with squoosh > Server support with next.config.js > should normalize invalid status codes

  • with squoosh > Server support with next.config.js > should return home page

  • with squoosh > Server support with next.config.js > should handle non-ascii characters in image url

  • with squoosh > Server support with next.config.js > should maintain animated gif

  • with squoosh > Server support with next.config.js > should maintain animated png

  • with squoosh > Server support with next.config.js > should maintain animated png 2

  • with squoosh > Server support with next.config.js > should maintain animated webp

  • with squoosh > Server support with next.config.js > should not allow vector svg

  • with squoosh > Server support with next.config.js > should maintain ico format

  • with squoosh > Server support with next.config.js > should maintain jpg format for old Safari

  • with squoosh > Server support with next.config.js > should maintain png format for old Safari

  • with squoosh > Server support with next.config.js > should downlevel webp format to jpeg for old Safari

  • with squoosh > Server support with next.config.js > should downlevel avif format to jpeg for old Safari

  • with squoosh > Server support with next.config.js > should fail when url is missing

  • with squoosh > Server support with next.config.js > should fail when w is missing

  • with squoosh > Server support with next.config.js > should fail when q is missing

  • with squoosh > Server support with next.config.js > should fail when q is greater than 100

  • with squoosh > Server support with next.config.js > should fail when q is less than 1

  • with squoosh > Server support with next.config.js > should fail when w is 0

  • with squoosh > Server support with next.config.js > should fail when w is less than 0

  • with squoosh > Server support with next.config.js > should fail when w is not a number

  • with squoosh > Server support with next.config.js > should fail when q is not a number

  • with squoosh > Server support with next.config.js > should fail when domain is not defined in next.config.js

  • with squoosh > Server support with next.config.js > should fail when width is not in next.config.js

  • with squoosh > Server support with next.config.js > should emit blur svg when width is 8 in dev but not prod

  • with squoosh > Server support with next.config.js > should emit blur svg when width is less than 8 in dev but not prod

  • with squoosh > Server support with next.config.js > should resize relative url and webp Firefox accept header

  • with squoosh > Server support with next.config.js > should resize relative url and png accept header

  • with squoosh > Server support with next.config.js > should resize relative url with invalid accept header as png

  • with squoosh > Server support with next.config.js > should resize relative url with invalid accept header as gif

  • with squoosh > Server support with next.config.js > should resize relative url with invalid accept header as tiff

  • with squoosh > Server support with next.config.js > should resize relative url and old Chrome accept header as webp

  • with squoosh > Server support with next.config.js > should resize relative url and new Chrome accept header as avif

  • with squoosh > Server support with next.config.js > should compress avif smaller than webp at q=100

  • with squoosh > Server support with next.config.js > should compress avif smaller than webp at q=75

  • with squoosh > Server support with next.config.js > should compress avif smaller than webp at q=50

  • with squoosh > Server support with next.config.js > should resize absolute url from localhost

  • with squoosh > Server support with next.config.js > should automatically detect image type when content-type is octet-stream

  • with squoosh > Server support with next.config.js > should use cache and stale-while-revalidate when query is the same for external image

  • with squoosh > Server support with next.config.js > should fail when url has file protocol

  • with squoosh > Server support with next.config.js > should fail when url has ftp protocol

  • with squoosh > Server support with next.config.js > should fail when internal url is not an image

  • with squoosh > Server support with next.config.js > should fail when url fails to load an image

  • with squoosh > Server support with next.config.js > should use cache and stale-while-revalidate when query is the same for internal image

  • with squoosh > Server support with next.config.js > should use cached image file when parameters are the same for animated gif

  • with squoosh > Server support with next.config.js > should set 304 status without body when etag matches if-none-match

  • with squoosh > Server support with next.config.js > should maintain bmp

  • with squoosh > Server support with next.config.js > should not resize if requested width is larger than original source image

  • with squoosh > Server support with next.config.js > should not change the color type of a png

  • with squoosh > Server support with next.config.js > should set cache-control to immutable for static images

  • with squoosh > Server support with next.config.js > should error if the resource isn't a valid image

  • with squoosh > Server support with next.config.js > should error if the image file does not exist

  • with squoosh > Server support with next.config.js > should handle concurrent requests

  • with squoosh > Server support with next.config.js > should have sharp missing warning

  • with squoosh > Server support with next.config.js > should not have sharp outdated warning

  • with squoosh > dev support w/o next.config.js > should return home page

  • with squoosh > dev support w/o next.config.js > should maintain animated gif

  • with squoosh > dev support w/o next.config.js > should maintain animated png

  • with squoosh > dev support w/o next.config.js > should maintain animated png 2

  • with squoosh > dev support w/o next.config.js > should maintain animated webp

  • with squoosh > dev support w/o next.config.js > should not allow vector svg

  • with squoosh > dev support w/o next.config.js > should maintain ico format

  • with squoosh > dev support w/o next.config.js > should maintain jpg format for old Safari

  • with squoosh > dev support w/o next.config.js > should maintain png format for old Safari

  • with squoosh > dev support w/o next.config.js > should downlevel webp format to jpeg for old Safari

  • with squoosh > dev support w/o next.config.js > should downlevel avif format to jpeg for old Safari

  • with squoosh > dev support w/o next.config.js > should fail when url is missing

  • with squoosh > dev support w/o next.config.js > should fail when w is missing

  • with squoosh > dev support w/o next.config.js > should fail when q is missing

  • with squoosh > dev support w/o next.config.js > should fail when q is greater than 100

  • with squoosh > dev support w/o next.config.js > should fail when q is less than 1

  • with squoosh > dev support w/o next.config.js > should fail when w is 0

  • with squoosh > dev support w/o next.config.js > should fail when w is less than 0

  • with squoosh > dev support w/o next.config.js > should fail when w is not a number

  • with squoosh > dev support w/o next.config.js > should fail when q is not a number

  • with squoosh > dev support w/o next.config.js > should fail when domain is not defined in next.config.js

  • with squoosh > dev support w/o next.config.js > should fail when width is not in next.config.js

  • with squoosh > dev support w/o next.config.js > should emit blur svg when width is 8 in dev but not prod

  • with squoosh > dev support w/o next.config.js > should emit blur svg when width is less than 8 in dev but not prod

  • with squoosh > dev support w/o next.config.js > should resize relative url and webp Firefox accept header

  • with squoosh > dev support w/o next.config.js > should resize relative url and png accept header

  • with squoosh > dev support w/o next.config.js > should resize relative url with invalid accept header as png

  • with squoosh > dev support w/o next.config.js > should resize relative url with invalid accept header as gif

  • with squoosh > dev support w/o next.config.js > should resize relative url with invalid accept header as tiff

  • with squoosh > dev support w/o next.config.js > should resize relative url and old Chrome accept header as webp

  • with squoosh > dev support w/o next.config.js > should fail when url has file protocol

  • with squoosh > dev support w/o next.config.js > should fail when url has ftp protocol

  • with squoosh > dev support w/o next.config.js > should fail when internal url is not an image

  • with squoosh > dev support w/o next.config.js > should use cache and stale-while-revalidate when query is the same for internal image

  • with squoosh > dev support w/o next.config.js > should use cached image file when parameters are the same for animated gif

  • with squoosh > dev support w/o next.config.js > should set 304 status without body when etag matches if-none-match

  • with squoosh > dev support w/o next.config.js > should maintain bmp

  • with squoosh > dev support w/o next.config.js > should not resize if requested width is larger than original source image

  • with squoosh > dev support w/o next.config.js > should not change the color type of a png

  • with squoosh > dev support w/o next.config.js > should error if the resource isn't a valid image

  • with squoosh > dev support w/o next.config.js > should error if the image file does not exist

  • with squoosh > dev support with next.config.js > should normalize invalid status codes

  • with squoosh > dev support with next.config.js > should return home page

  • with squoosh > dev support with next.config.js > should handle non-ascii characters in image url

  • with squoosh > dev support with next.config.js > should maintain animated gif

  • with squoosh > dev support with next.config.js > should maintain animated png

  • with squoosh > dev support with next.config.js > should maintain animated png 2

  • with squoosh > dev support with next.config.js > should maintain animated webp

  • with squoosh > dev support with next.config.js > should not allow vector svg

  • with squoosh > dev support with next.config.js > should maintain ico format

  • with squoosh > dev support with next.config.js > should maintain jpg format for old Safari

  • with squoosh > dev support with next.config.js > should maintain png format for old Safari

  • with squoosh > dev support with next.config.js > should downlevel webp format to jpeg for old Safari

  • with squoosh > dev support with next.config.js > should downlevel avif format to jpeg for old Safari

  • with squoosh > dev support with next.config.js > should fail when url is missing

  • with squoosh > dev support with next.config.js > should fail when w is missing

  • with squoosh > dev support with next.config.js > should fail when q is missing

  • with squoosh > dev support with next.config.js > should fail when q is greater than 100

  • with squoosh > dev support with next.config.js > should fail when q is less than 1

  • with squoosh > dev support with next.config.js > should fail when w is 0

  • with squoosh > dev support with next.config.js > should fail when w is less than 0

  • with squoosh > dev support with next.config.js > should fail when w is not a number

  • with squoosh > dev support with next.config.js > should fail when q is not a number

  • with squoosh > dev support with next.config.js > should fail when domain is not defined in next.config.js

  • with squoosh > dev support with next.config.js > should fail when width is not in next.config.js

  • with squoosh > dev support with next.config.js > should emit blur svg when width is 8 in dev but not prod

  • with squoosh > dev support with next.config.js > should emit blur svg when width is less than 8 in dev but not prod

  • with squoosh > dev support with next.config.js > should resize relative url and webp Firefox accept header

  • with squoosh > dev support with next.config.js > should resize relative url and png accept header

  • with squoosh > dev support with next.config.js > should resize relative url with invalid accept header as png

  • with squoosh > dev support with next.config.js > should resize relative url with invalid accept header as gif

  • with squoosh > dev support with next.config.js > should resize relative url with invalid accept header as tiff

  • with squoosh > dev support with next.config.js > should resize relative url and old Chrome accept header as webp

  • with squoosh > dev support with next.config.js > should resize relative url and new Chrome accept header as avif

  • with squoosh > dev support with next.config.js > should compress avif smaller than webp at q=100

  • with squoosh > dev support with next.config.js > should compress avif smaller than webp at q=75

  • with squoosh > dev support with next.config.js > should compress avif smaller than webp at q=50

  • with squoosh > dev support with next.config.js > should resize absolute url from localhost

  • with squoosh > dev support with next.config.js > should automatically detect image type when content-type is octet-stream

  • with squoosh > dev support with next.config.js > should use cache and stale-while-revalidate when query is the same for external image

  • with squoosh > dev support with next.config.js > should fail when url has file protocol

  • with squoosh > dev support with next.config.js > should fail when url has ftp protocol

  • with squoosh > dev support with next.config.js > should fail when internal url is not an image

  • with squoosh > dev support with next.config.js > should fail when url fails to load an image

  • with squoosh > dev support with next.config.js > should use cache and stale-while-revalidate when query is the same for internal image

  • with squoosh > dev support with next.config.js > should use cached image file when parameters are the same for animated gif

  • with squoosh > dev support with next.config.js > should set 304 status without body when etag matches if-none-match

  • with squoosh > dev support with next.config.js > should maintain bmp

  • with squoosh > dev support with next.config.js > should not resize if requested width is larger than original source image

  • with squoosh > dev support with next.config.js > should not change the color type of a png

  • with squoosh > dev support with next.config.js > should set cache-control to immutable for static images

  • with squoosh > dev support with next.config.js > should error if the resource isn't a valid image

  • with squoosh > dev support with next.config.js > should error if the image file does not exist

  • with squoosh > dev support with next.config.js > should handle concurrent requests

  • with squoosh > dev support with next.config.js > should not have sharp missing warning

  • with squoosh > dev support with next.config.js > should not have sharp outdated warning

``

  • with squoosh > Server support w/o next.config.js > should not allow vector svg

  • with squoosh > Server support w/o next.config.js > should maintain ico format

  • with squoosh > Server support w/o next.config.js > should maintain jpg format for old Safari

  • with squoosh > Server support w/o next.config.js > should maintain png format for old Safari

  • with squoosh > Server support w/o next.config.js > should downlevel webp format to jpeg for old Safari

  • with squoosh > Server support w/o next.config.js > should downlevel avif format to jpeg for old Safari

  • with squoosh > Server support w/o next.config.js > should resize relative url and webp Firefox accept header

  • with squoosh > Server support w/o next.config.js > should resize relative url and png accept header

  • with squoosh > Server support w/o next.config.js > should resize relative url with invalid accept header as png

  • with squoosh > Server support w/o next.config.js > should resize relative url with invalid accept header as gif

  • with squoosh > Server support w/o next.config.js > should resize relative url with invalid accept header as tiff

  • with squoosh > Server support w/o next.config.js > should resize relative url and old Chrome accept header as webp

  • with squoosh > Server support w/o next.config.js > should set 304 status without body when etag matches if-none-match

  • with squoosh > Server support w/o next.config.js > should maintain bmp

  • with squoosh > Server support w/o next.config.js > should not resize if requested width is larger than original source image

  • with squoosh > Server support w/o next.config.js > should not change the color type of a png

  • with squoosh > Server support with next.config.js > should normalize invalid status codes

  • with squoosh > Server support with next.config.js > should return home page

  • with squoosh > Server support with next.config.js > should handle non-ascii characters in image url

  • with squoosh > Server support with next.config.js > should maintain animated gif

  • with squoosh > Server support with next.config.js > should maintain animated png

  • with squoosh > Server support with next.config.js > should maintain animated png 2

  • with squoosh > Server support with next.config.js > should maintain animated webp

  • with squoosh > Server support with next.config.js > should not allow vector svg

  • with squoosh > Server support with next.config.js > should maintain ico format

  • with squoosh > Server support with next.config.js > should maintain jpg format for old Safari

  • with squoosh > Server support with next.config.js > should maintain png format for old Safari

  • with squoosh > Server support with next.config.js > should downlevel webp format to jpeg for old Safari

  • with squoosh > Server support with next.config.js > should downlevel avif format to jpeg for old Safari

  • with squoosh > Server support with next.config.js > should fail when url is missing

  • with squoosh > Server support with next.config.js > should fail when w is missing

  • with squoosh > Server support with next.config.js > should fail when q is missing

  • with squoosh > Server support with next.config.js > should fail when q is greater than 100

  • with squoosh > Server support with next.config.js > should fail when q is less than 1

  • with squoosh > Server support with next.config.js > should fail when w is 0

  • with squoosh > Server support with next.config.js > should fail when w is less than 0

  • with squoosh > Server support with next.config.js > should fail when w is not a number

  • with squoosh > Server support with next.config.js > should fail when q is not a number

  • with squoosh > Server support with next.config.js > should fail when domain is not defined in next.config.js

  • with squoosh > Server support with next.config.js > should fail when width is not in next.config.js

  • with squoosh > Server support with next.config.js > should emit blur svg when width is 8 in dev but not prod

  • with squoosh > Server support with next.config.js > should emit blur svg when width is less than 8 in dev but not prod

  • with squoosh > Server support with next.config.js > should resize relative url and webp Firefox accept header

  • with squoosh > Server support with next.config.js > should resize relative url and png accept header

  • with squoosh > Server support with next.config.js > should resize relative url with invalid accept header as png

  • with squoosh > Server support with next.config.js > should resize relative url with invalid accept header as gif

  • with squoosh > Server support with next.config.js > should resize relative url with invalid accept header as tiff

  • with squoosh > Server support with next.config.js > should resize relative url and old Chrome accept header as webp

  • with squoosh > Server support with next.config.js > should resize relative url and new Chrome accept header as avif

  • with squoosh > Server support with next.config.js > should compress avif smaller than webp at q=100

  • with squoosh > Server support with next.config.js > should compress avif smaller than webp at q=75

  • with squoosh > Server support with next.config.js > should compress avif smaller than webp at q=50

  • with squoosh > Server support with next.config.js > should resize absolute url from localhost

  • with squoosh > Server support with next.config.js > should automatically detect image type when content-type is octet-stream

  • with squoosh > Server support with next.config.js > should use cache and stale-while-revalidate when query is the same for external image

  • with squoosh > Server support with next.config.js > should fail when url has file protocol

  • with squoosh > Server support with next.config.js > should fail when url has ftp protocol

  • with squoosh > Server support with next.config.js > should fail when internal url is not an image

  • with squoosh > Server support with next.config.js > should fail when url fails to load an image

  • with squoosh > Server support with next.config.js > should use cache and stale-while-revalidate when query is the same for internal image

  • with squoosh > Server support with next.config.js > should use cached image file when parameters are the same for animated gif

  • with squoosh > Server support with next.config.js > should set 304 status without body when etag matches if-none-match

  • with squoosh > Server support with next.config.js > should maintain bmp

  • with squoosh > Server support with next.config.js > should not resize if requested width is larger than original source image

  • with squoosh > Server support with next.config.js > should not change the color type of a png

  • with squoosh > Server support with next.config.js > should set cache-control to immutable for static images

  • with squoosh > Server support with next.config.js > should error if the resource isn't a valid image

  • with squoosh > Server support with next.config.js > should error if the image file does not exist

  • with squoosh > Server support with next.config.js > should handle concurrent requests

  • with squoosh > Server support with next.config.js > should have sharp missing warning

  • with squoosh > Server support with next.config.js > should not have sharp outdated warning

  • with squoosh > dev support w/o next.config.js > should return home page

  • with squoosh > dev support w/o next.config.js > should maintain animated gif

  • with squoosh > dev support w/o next.config.js > should maintain animated png

  • with squoosh > dev support w/o next.config.js > should maintain animated png 2

  • with squoosh > dev support w/o next.config.js > should maintain animated webp

  • with squoosh > dev support w/o next.config.js > should not allow vector svg

  • with squoosh > dev support w/o next.config.js > should maintain ico format

  • with squoosh > dev support w/o next.config.js > should maintain jpg format for old Safari

  • with squoosh > dev support w/o next.config.js > should maintain png format for old Safari

  • with squoosh > dev support w/o next.config.js > should downlevel webp format to jpeg for old Safari

  • with squoosh > dev support w/o next.config.js > should downlevel avif format to jpeg for old Safari

  • with squoosh > dev support w/o next.config.js > should fail when url is missing

  • with squoosh > dev support w/o next.config.js > should fail when w is missing

  • with squoosh > dev support w/o next.config.js > should fail when q is missing

  • with squoosh > dev support w/o next.config.js > should fail when q is greater than 100

  • with squoosh > dev support w/o next.config.js > should fail when q is less than 1

  • with squoosh > dev support w/o next.config.js > should fail when w is 0

  • with squoosh > dev support w/o next.config.js > should fail when w is less than 0

  • with squoosh > dev support w/o next.config.js > should fail when w is not a number

  • with squoosh > dev support w/o next.config.js > should fail when q is not a number

  • with squoosh > dev support w/o next.config.js > should fail when domain is not defined in next.config.js

  • with squoosh > dev support w/o next.config.js > should fail when width is not in next.config.js

  • with squoosh > dev support w/o next.config.js > should emit blur svg when width is 8 in dev but not prod

  • with squoosh > dev support w/o next.config.js > should emit blur svg when width is less than 8 in dev but not prod

  • with squoosh > dev support w/o next.config.js > should resize relative url and webp Firefox accept header

  • with squoosh > dev support w/o next.config.js > should resize relative url and png accept header

  • with squoosh > dev support w/o next.config.js > should resize relative url with invalid accept header as png

  • with squoosh > dev support w/o next.config.js > should resize relative url with invalid accept header as gif

  • with squoosh > dev support w/o next.config.js > should resize relative url with invalid accept header as tiff

  • with squoosh > dev support w/o next.config.js > should resize relative url and old Chrome accept header as webp

  • with squoosh > dev support w/o next.config.js > should fail when url has file protocol

  • with squoosh > dev support w/o next.config.js > should fail when url has ftp protocol

  • with squoosh > dev support w/o next.config.js > should fail when internal url is not an image

  • with squoosh > dev support w/o next.config.js > should use cache and stale-while-revalidate when query is the same for internal image

  • with squoosh > dev support w/o next.config.js > should use cached image file when parameters are the same for animated gif

  • with squoosh > dev support w/o next.config.js > should set 304 status without body when etag matches if-none-match

  • with squoosh > dev support w/o next.config.js > should maintain bmp

  • with squoosh > dev support w/o next.config.js > should not resize if requested width is larger than original source image

  • with squoosh > dev support w/o next.config.js > should not change the color type of a png

  • with squoosh > dev support w/o next.config.js > should error if the resource isn't a valid image

  • with squoosh > dev support w/o next.config.js > should error if the image file does not exist

  • with squoosh > dev support with next.config.js > should normalize invalid status codes

  • with squoosh > dev support with next.config.js > should return home page

  • with squoosh > dev support with next.config.js > should handle non-ascii characters in image url

  • with squoosh > dev support with next.config.js > should maintain animated gif

  • with squoosh > dev support with next.config.js > should maintain animated png

  • with squoosh > dev support with next.config.js > should maintain animated png 2

  • with squoosh > dev support with next.config.js > should maintain animated webp

  • with squoosh > dev support with next.config.js > should not allow vector svg

  • with squoosh > dev support with next.config.js > should maintain ico format

  • with squoosh > dev support with next.config.js > should maintain jpg format for old Safari

  • with squoosh > dev support with next.config.js > should maintain png format for old Safari

  • with squoosh > dev support with next.config.js > should downlevel webp format to jpeg for old Safari

  • with squoosh > dev support with next.config.js > should downlevel avif format to jpeg for old Safari

  • with squoosh > dev support with next.config.js > should fail when url is missing

  • with squoosh > dev support with next.config.js > should fail when w is missing

  • with squoosh > dev support with next.config.js > should fail when q is missing

  • with squoosh > dev support with next.config.js > should fail when q is greater than 100

  • with squoosh > dev support with next.config.js > should fail when q is less than 1

  • with squoosh > dev support with next.config.js > should fail when w is 0

  • with squoosh > dev support with next.config.js > should fail when w is less than 0

  • with squoosh > dev support with next.config.js > should fail when w is not a number

  • with squoosh > dev support with next.config.js > should fail when q is not a number

  • with squoosh > dev support with next.config.js > should fail when domain is not defined in next.config.js

  • with squoosh > dev support with next.config.js > should fail when width is not in next.config.js

  • with squoosh > dev support with next.config.js > should emit blur svg when width is 8 in dev but not prod

  • with squoosh > dev support with next.config.js > should emit blur svg when width is less than 8 in dev but not prod

  • with squoosh > dev support with next.config.js > should resize relative url and webp Firefox accept header

  • with squoosh > dev support with next.config.js > should resize relative url and png accept header

  • with squoosh > dev support with next.config.js > should resize relative url with invalid accept header as png

  • with squoosh > dev support with next.config.js > should resize relative url with invalid accept header as gif

  • with squoosh > dev support with next.config.js > should resize relative url with invalid accept header as tiff

  • with squoosh > dev support with next.config.js > should resize relative url and old Chrome accept header as webp

  • with squoosh > dev support with next.config.js > should resize relative url and new Chrome accept header as avif

  • with squoosh > dev support with next.config.js > should compress avif smaller than webp at q=100

  • with squoosh > dev support with next.config.js > should compress avif smaller than webp at q=75

  • with squoosh > dev support with next.config.js > should compress avif smaller than webp at q=50

  • with squoosh > dev support with next.config.js > should resize absolute url from localhost

  • with squoosh > dev support with next.config.js > should automatically detect image type when content-type is octet-stream

  • with squoosh > dev support with next.config.js > should use cache and stale-while-revalidate when query is the same for external image

  • with squoosh > dev support with next.config.js > should fail when url has file protocol

  • with squoosh > dev support with next.config.js > should fail when url has ftp protocol

  • with squoosh > dev support with next.config.js > should fail when internal url is not an image

  • with squoosh > dev support with next.config.js > should fail when url fails to load an image

  • with squoosh > dev support with next.config.js > should use cache and stale-while-revalidate when query is the same for internal image

  • with squoosh > dev support with next.config.js > should use cached image file when parameters are the same for animated gif

  • with squoosh > dev support with next.config.js > should set 304 status without body when etag matches if-none-match

  • with squoosh > dev support with next.config.js > should maintain bmp

  • with squoosh > dev support with next.config.js > should not resize if requested width is larger than original source image

  • with squoosh > dev support with next.config.js > should not change the color type of a png

  • with squoosh > dev support with next.config.js > should set cache-control to immutable for static images

  • with squoosh > dev support with next.config.js > should error if the resource isn't a valid image

  • with squoosh > dev support with next.config.js > should error if the image file does not exist

  • with squoosh > dev support with next.config.js > should handle concurrent requests

  • with squoosh > dev support with next.config.js > should not have sharp missing warning

  • with squoosh > dev support with next.config.js > should not have sharp outdated warning

test/integration/invalid-middleware-matchers/test/index.test.js

  • Invalid hrefs > dev mode > should not have a race condition with a click handler

  • Invalid hrefs > production mode > should preload with child ref with React.createRef

test/integration/invalid-multi-match/test/index.test.js

  • Invalid hrefs > dev mode > should not have a race condition with a click handler

  • Invalid hrefs > production mode > should preload with child ref with React.createRef

test/integration/invalid-href/test/index.test.js

  • Invalid hrefs > dev mode > should not have a race condition with a click handler

  • Invalid hrefs > production mode > should preload with child ref with React.createRef

test/integration/jsconfig-baseurl/test/index.test.js

  • Invalid hrefs > dev mode > should not have a race condition with a click handler

  • Invalid hrefs > production mode > should preload with child ref with React.createRef

test/integration/jsconfig-paths/test/index.test.js

  • Invalid hrefs > dev mode > should not have a race condition with a click handler

  • Invalid hrefs > production mode > should preload with child ref with React.createRef

test/integration/link-ref/test/index.test.js

  • Invalid hrefs > dev mode > should not have a race condition with a click handler

  • Invalid hrefs > production mode > should preload with child ref with React.createRef

``

  • Invalid hrefs > dev mode > should not have a race condition with a click handler

  • Invalid hrefs > production mode > should preload with child ref with React.createRef

test/integration/middleware-dev-errors/test/index.test.js

  • next/dynamic > dev mode > should render dynamic server rendered values before hydration
  • next/dynamic > dev mode > should render dynamic server rendered values on client mount

test/integration/link-with-encoding/test/index.test.js

  • next/dynamic > dev mode > should render dynamic server rendered values before hydration
  • next/dynamic > dev mode > should render dynamic server rendered values on client mount

test/integration/middleware-overrides-node.js-api/test/index.test.ts

  • next/dynamic > dev mode > should render dynamic server rendered values before hydration
  • next/dynamic > dev mode > should render dynamic server rendered values on client mount

test/integration/middleware-dev-update/test/index.test.js

  • next/dynamic > dev mode > should render dynamic server rendered values before hydration
  • next/dynamic > dev mode > should render dynamic server rendered values on client mount

test/integration/middleware-src/test/index.test.js

  • next/dynamic > dev mode > should render dynamic server rendered values before hydration
  • next/dynamic > dev mode > should render dynamic server rendered values on client mount

test/integration/mixed-ssg-serverprops-error/test/index.test.js

  • next/dynamic > dev mode > should render dynamic server rendered values before hydration
  • next/dynamic > dev mode > should render dynamic server rendered values on client mount

test/integration/next-dynamic-css/test/index.test.js

  • next/dynamic > dev mode > should render dynamic server rendered values before hydration
  • next/dynamic > dev mode > should render dynamic server rendered values on client mount

test/integration/next-dynamic-lazy-compilation/test/index.test.js

  • next/dynamic > dev mode > should render dynamic server rendered values before hydration
  • next/dynamic > dev mode > should render dynamic server rendered values on client mount

``

  • next/dynamic > dev mode > should render dynamic server rendered values before hydration
  • next/dynamic > dev mode > should render dynamic server rendered values on client mount

test/integration/next-dynamic/test/index.test.js

  • Static Image Component Tests for basePath > dev mode > Should allow an image with a static src to omit height and width
  • Static Image Component Tests for basePath > dev mode > Should use immutable cache-control header for static import
  • Static Image Component Tests for basePath > dev mode > Should automatically provide an image height and width
  • Static Image Component Tests for basePath > dev mode > Should allow provided width and height to override intrinsic
  • Static Image Component Tests for basePath > dev mode > Should add a blur placeholder to statically imported jpg
  • Static Image Component Tests for basePath > dev mode > Should add a blur placeholder to statically imported png

test/integration/next-image-legacy/asset-prefix/test/index.test.ts

  • Static Image Component Tests for basePath > dev mode > Should allow an image with a static src to omit height and width
  • Static Image Component Tests for basePath > dev mode > Should use immutable cache-control header for static import
  • Static Image Component Tests for basePath > dev mode > Should automatically provide an image height and width
  • Static Image Component Tests for basePath > dev mode > Should allow provided width and height to override intrinsic
  • Static Image Component Tests for basePath > dev mode > Should add a blur placeholder to statically imported jpg
  • Static Image Component Tests for basePath > dev mode > Should add a blur placeholder to statically imported png

test/integration/next-image-legacy/base-path/test/index.test.ts

  • Static Image Component Tests for basePath > dev mode > Should allow an image with a static src to omit height and width
  • Static Image Component Tests for basePath > dev mode > Should use immutable cache-control header for static import
  • Static Image Component Tests for basePath > dev mode > Should automatically provide an image height and width
  • Static Image Component Tests for basePath > dev mode > Should allow provided width and height to override intrinsic
  • Static Image Component Tests for basePath > dev mode > Should add a blur placeholder to statically imported jpg
  • Static Image Component Tests for basePath > dev mode > Should add a blur placeholder to statically imported png

test/integration/next-image-legacy/image-from-node-modules/test/index.test.ts

  • Static Image Component Tests for basePath > dev mode > Should allow an image with a static src to omit height and width
  • Static Image Component Tests for basePath > dev mode > Should use immutable cache-control header for static import
  • Static Image Component Tests for basePath > dev mode > Should automatically provide an image height and width
  • Static Image Component Tests for basePath > dev mode > Should allow provided width and height to override intrinsic
  • Static Image Component Tests for basePath > dev mode > Should add a blur placeholder to statically imported jpg
  • Static Image Component Tests for basePath > dev mode > Should add a blur placeholder to statically imported png

test/integration/next-image-legacy/default/test/index.test.ts

  • Static Image Component Tests for basePath > dev mode > Should allow an image with a static src to omit height and width
  • Static Image Component Tests for basePath > dev mode > Should use immutable cache-control header for static import
  • Static Image Component Tests for basePath > dev mode > Should automatically provide an image height and width
  • Static Image Component Tests for basePath > dev mode > Should allow provided width and height to override intrinsic
  • Static Image Component Tests for basePath > dev mode > Should add a blur placeholder to statically imported jpg
  • Static Image Component Tests for basePath > dev mode > Should add a blur placeholder to statically imported png

test/integration/next-image-legacy/svgo-webpack/test/index.test.ts

  • Static Image Component Tests for basePath > dev mode > Should allow an image with a static src to omit height and width
  • Static Image Component Tests for basePath > dev mode > Should use immutable cache-control header for static import
  • Static Image Component Tests for basePath > dev mode > Should automatically provide an image height and width
  • Static Image Component Tests for basePath > dev mode > Should allow provided width and height to override intrinsic
  • Static Image Component Tests for basePath > dev mode > Should add a blur placeholder to statically imported jpg
  • Static Image Component Tests for basePath > dev mode > Should add a blur placeholder to statically imported png

test/integration/next-image-legacy/trailing-slash/test/index.test.ts

  • Static Image Component Tests for basePath > dev mode > Should allow an image with a static src to omit height and width
  • Static Image Component Tests for basePath > dev mode > Should use immutable cache-control header for static import
  • Static Image Component Tests for basePath > dev mode > Should automatically provide an image height and width
  • Static Image Component Tests for basePath > dev mode > Should allow provided width and height to override intrinsic
  • Static Image Component Tests for basePath > dev mode > Should add a blur placeholder to statically imported jpg
  • Static Image Component Tests for basePath > dev mode > Should add a blur placeholder to statically imported png

test/integration/next-image-legacy/base-path/test/static.test.ts

  • Static Image Component Tests for basePath > dev mode > Should allow an image with a static src to omit height and width
  • Static Image Component Tests for basePath > dev mode > Should use immutable cache-control header for static import
  • Static Image Component Tests for basePath > dev mode > Should automatically provide an image height and width
  • Static Image Component Tests for basePath > dev mode > Should allow provided width and height to override intrinsic
  • Static Image Component Tests for basePath > dev mode > Should add a blur placeholder to statically imported jpg
  • Static Image Component Tests for basePath > dev mode > Should add a blur placeholder to statically imported png

``

  • Static Image Component Tests for basePath > dev mode > Should allow an image with a static src to omit height and width
  • Static Image Component Tests for basePath > dev mode > Should use immutable cache-control header for static import
  • Static Image Component Tests for basePath > dev mode > Should automatically provide an image height and width
  • Static Image Component Tests for basePath > dev mode > Should allow provided width and height to override intrinsic
  • Static Image Component Tests for basePath > dev mode > Should add a blur placeholder to statically imported jpg
  • Static Image Component Tests for basePath > dev mode > Should add a blur placeholder to statically imported png

@github-actions
Copy link
Contributor

Failing next.js integration test suites

Commit: 73a99c2
(Report 11/11)

Expand full test reports

test/integration/next-image-legacy/typescript/test/index.test.ts

  • Static Image Component Tests > dev mode > Should allow an image with a static src to omit height and width
  • Static Image Component Tests > dev mode > Should automatically provide an image height and width
  • Static Image Component Tests > dev mode > should use width and height prop to override import
  • Static Image Component Tests > dev mode > should use height prop to adjust both width and height
  • Static Image Component Tests > dev mode > should use width prop to adjust both width and height
  • Static Image Component Tests > dev mode > should add a blur placeholder a statically imported jpg
  • Static Image Component Tests > dev mode > should add a blur placeholder a statically imported png
  • Static Image Component Tests > dev mode > should add a blur placeholder a statically imported png with fill
  • Static Image Component Tests > dev mode > should add placeholder with blurDataURL and fill
  • Static Image Component Tests > dev mode > should add placeholder even when blurDataURL aspect ratio does not match width/height ratio
  • Static Image Component Tests > dev mode > should load direct imported image
  • Static Image Component Tests > dev mode > should load staticprops imported image

test/integration/next-image-legacy/unicode/test/index.test.ts

  • Static Image Component Tests > dev mode > Should allow an image with a static src to omit height and width
  • Static Image Component Tests > dev mode > Should automatically provide an image height and width
  • Static Image Component Tests > dev mode > should use width and height prop to override import
  • Static Image Component Tests > dev mode > should use height prop to adjust both width and height
  • Static Image Component Tests > dev mode > should use width prop to adjust both width and height
  • Static Image Component Tests > dev mode > should add a blur placeholder a statically imported jpg
  • Static Image Component Tests > dev mode > should add a blur placeholder a statically imported png
  • Static Image Component Tests > dev mode > should add a blur placeholder a statically imported png with fill
  • Static Image Component Tests > dev mode > should add placeholder with blurDataURL and fill
  • Static Image Component Tests > dev mode > should add placeholder even when blurDataURL aspect ratio does not match width/height ratio
  • Static Image Component Tests > dev mode > should load direct imported image
  • Static Image Component Tests > dev mode > should load staticprops imported image

test/integration/next-image-legacy/unoptimized/test/index.test.ts

  • Static Image Component Tests > dev mode > Should allow an image with a static src to omit height and width
  • Static Image Component Tests > dev mode > Should automatically provide an image height and width
  • Static Image Component Tests > dev mode > should use width and height prop to override import
  • Static Image Component Tests > dev mode > should use height prop to adjust both width and height
  • Static Image Component Tests > dev mode > should use width prop to adjust both width and height
  • Static Image Component Tests > dev mode > should add a blur placeholder a statically imported jpg
  • Static Image Component Tests > dev mode > should add a blur placeholder a statically imported png
  • Static Image Component Tests > dev mode > should add a blur placeholder a statically imported png with fill
  • Static Image Component Tests > dev mode > should add placeholder with blurDataURL and fill
  • Static Image Component Tests > dev mode > should add placeholder even when blurDataURL aspect ratio does not match width/height ratio
  • Static Image Component Tests > dev mode > should load direct imported image
  • Static Image Component Tests > dev mode > should load staticprops imported image

test/integration/next-image-new/asset-prefix/test/index.test.js

  • Static Image Component Tests > dev mode > Should allow an image with a static src to omit height and width
  • Static Image Component Tests > dev mode > Should automatically provide an image height and width
  • Static Image Component Tests > dev mode > should use width and height prop to override import
  • Static Image Component Tests > dev mode > should use height prop to adjust both width and height
  • Static Image Component Tests > dev mode > should use width prop to adjust both width and height
  • Static Image Component Tests > dev mode > should add a blur placeholder a statically imported jpg
  • Static Image Component Tests > dev mode > should add a blur placeholder a statically imported png
  • Static Image Component Tests > dev mode > should add a blur placeholder a statically imported png with fill
  • Static Image Component Tests > dev mode > should add placeholder with blurDataURL and fill
  • Static Image Component Tests > dev mode > should add placeholder even when blurDataURL aspect ratio does not match width/height ratio
  • Static Image Component Tests > dev mode > should load direct imported image
  • Static Image Component Tests > dev mode > should load staticprops imported image

test/integration/next-image-new/both-basepath-trailingslash/test/index.test.ts

  • Static Image Component Tests > dev mode > Should allow an image with a static src to omit height and width
  • Static Image Component Tests > dev mode > Should automatically provide an image height and width
  • Static Image Component Tests > dev mode > should use width and height prop to override import
  • Static Image Component Tests > dev mode > should use height prop to adjust both width and height
  • Static Image Component Tests > dev mode > should use width prop to adjust both width and height
  • Static Image Component Tests > dev mode > should add a blur placeholder a statically imported jpg
  • Static Image Component Tests > dev mode > should add a blur placeholder a statically imported png
  • Static Image Component Tests > dev mode > should add a blur placeholder a statically imported png with fill
  • Static Image Component Tests > dev mode > should add placeholder with blurDataURL and fill
  • Static Image Component Tests > dev mode > should add placeholder even when blurDataURL aspect ratio does not match width/height ratio
  • Static Image Component Tests > dev mode > should load direct imported image
  • Static Image Component Tests > dev mode > should load staticprops imported image

test/integration/next-image-new/base-path/test/index.test.js

  • Static Image Component Tests > dev mode > Should allow an image with a static src to omit height and width
  • Static Image Component Tests > dev mode > Should automatically provide an image height and width
  • Static Image Component Tests > dev mode > should use width and height prop to override import
  • Static Image Component Tests > dev mode > should use height prop to adjust both width and height
  • Static Image Component Tests > dev mode > should use width prop to adjust both width and height
  • Static Image Component Tests > dev mode > should add a blur placeholder a statically imported jpg
  • Static Image Component Tests > dev mode > should add a blur placeholder a statically imported png
  • Static Image Component Tests > dev mode > should add a blur placeholder a statically imported png with fill
  • Static Image Component Tests > dev mode > should add placeholder with blurDataURL and fill
  • Static Image Component Tests > dev mode > should add placeholder even when blurDataURL aspect ratio does not match width/height ratio
  • Static Image Component Tests > dev mode > should load direct imported image
  • Static Image Component Tests > dev mode > should load staticprops imported image

test/integration/next-image-new/invalid-image-import/test/index.test.ts

  • Static Image Component Tests > dev mode > Should allow an image with a static src to omit height and width
  • Static Image Component Tests > dev mode > Should automatically provide an image height and width
  • Static Image Component Tests > dev mode > should use width and height prop to override import
  • Static Image Component Tests > dev mode > should use height prop to adjust both width and height
  • Static Image Component Tests > dev mode > should use width prop to adjust both width and height
  • Static Image Component Tests > dev mode > should add a blur placeholder a statically imported jpg
  • Static Image Component Tests > dev mode > should add a blur placeholder a statically imported png
  • Static Image Component Tests > dev mode > should add a blur placeholder a statically imported png with fill
  • Static Image Component Tests > dev mode > should add placeholder with blurDataURL and fill
  • Static Image Component Tests > dev mode > should add placeholder even when blurDataURL aspect ratio does not match width/height ratio
  • Static Image Component Tests > dev mode > should load direct imported image
  • Static Image Component Tests > dev mode > should load staticprops imported image

test/integration/next-image-new/default/test/index.test.ts

  • Static Image Component Tests > dev mode > Should allow an image with a static src to omit height and width
  • Static Image Component Tests > dev mode > Should automatically provide an image height and width
  • Static Image Component Tests > dev mode > should use width and height prop to override import
  • Static Image Component Tests > dev mode > should use height prop to adjust both width and height
  • Static Image Component Tests > dev mode > should use width prop to adjust both width and height
  • Static Image Component Tests > dev mode > should add a blur placeholder a statically imported jpg
  • Static Image Component Tests > dev mode > should add a blur placeholder a statically imported png
  • Static Image Component Tests > dev mode > should add a blur placeholder a statically imported png with fill
  • Static Image Component Tests > dev mode > should add placeholder with blurDataURL and fill
  • Static Image Component Tests > dev mode > should add placeholder even when blurDataURL aspect ratio does not match width/height ratio
  • Static Image Component Tests > dev mode > should load direct imported image
  • Static Image Component Tests > dev mode > should load staticprops imported image

test/integration/next-image-new/loader-config/test/index.test.ts

  • Static Image Component Tests > dev mode > Should allow an image with a static src to omit height and width
  • Static Image Component Tests > dev mode > Should automatically provide an image height and width
  • Static Image Component Tests > dev mode > should use width and height prop to override import
  • Static Image Component Tests > dev mode > should use height prop to adjust both width and height
  • Static Image Component Tests > dev mode > should use width prop to adjust both width and height
  • Static Image Component Tests > dev mode > should add a blur placeholder a statically imported jpg
  • Static Image Component Tests > dev mode > should add a blur placeholder a statically imported png
  • Static Image Component Tests > dev mode > should add a blur placeholder a statically imported png with fill
  • Static Image Component Tests > dev mode > should add placeholder with blurDataURL and fill
  • Static Image Component Tests > dev mode > should add placeholder even when blurDataURL aspect ratio does not match width/height ratio
  • Static Image Component Tests > dev mode > should load direct imported image
  • Static Image Component Tests > dev mode > should load staticprops imported image

test/integration/next-image-new/svgo-webpack/test/index.test.ts

  • Static Image Component Tests > dev mode > Should allow an image with a static src to omit height and width
  • Static Image Component Tests > dev mode > Should automatically provide an image height and width
  • Static Image Component Tests > dev mode > should use width and height prop to override import
  • Static Image Component Tests > dev mode > should use height prop to adjust both width and height
  • Static Image Component Tests > dev mode > should use width prop to adjust both width and height
  • Static Image Component Tests > dev mode > should add a blur placeholder a statically imported jpg
  • Static Image Component Tests > dev mode > should add a blur placeholder a statically imported png
  • Static Image Component Tests > dev mode > should add a blur placeholder a statically imported png with fill
  • Static Image Component Tests > dev mode > should add placeholder with blurDataURL and fill
  • Static Image Component Tests > dev mode > should add placeholder even when blurDataURL aspect ratio does not match width/height ratio
  • Static Image Component Tests > dev mode > should load direct imported image
  • Static Image Component Tests > dev mode > should load staticprops imported image

test/integration/next-image-new/base-path/test/static.test.js

  • Static Image Component Tests > dev mode > Should allow an image with a static src to omit height and width
  • Static Image Component Tests > dev mode > Should automatically provide an image height and width
  • Static Image Component Tests > dev mode > should use width and height prop to override import
  • Static Image Component Tests > dev mode > should use height prop to adjust both width and height
  • Static Image Component Tests > dev mode > should use width prop to adjust both width and height
  • Static Image Component Tests > dev mode > should add a blur placeholder a statically imported jpg
  • Static Image Component Tests > dev mode > should add a blur placeholder a statically imported png
  • Static Image Component Tests > dev mode > should add a blur placeholder a statically imported png with fill
  • Static Image Component Tests > dev mode > should add placeholder with blurDataURL and fill
  • Static Image Component Tests > dev mode > should add placeholder even when blurDataURL aspect ratio does not match width/height ratio
  • Static Image Component Tests > dev mode > should load direct imported image
  • Static Image Component Tests > dev mode > should load staticprops imported image

test/integration/next-image-new/default/test/static.test.ts

  • Static Image Component Tests > dev mode > Should allow an image with a static src to omit height and width
  • Static Image Component Tests > dev mode > Should automatically provide an image height and width
  • Static Image Component Tests > dev mode > should use width and height prop to override import
  • Static Image Component Tests > dev mode > should use height prop to adjust both width and height
  • Static Image Component Tests > dev mode > should use width prop to adjust both width and height
  • Static Image Component Tests > dev mode > should add a blur placeholder a statically imported jpg
  • Static Image Component Tests > dev mode > should add a blur placeholder a statically imported png
  • Static Image Component Tests > dev mode > should add a blur placeholder a statically imported png with fill
  • Static Image Component Tests > dev mode > should add placeholder with blurDataURL and fill
  • Static Image Component Tests > dev mode > should add placeholder even when blurDataURL aspect ratio does not match width/height ratio
  • Static Image Component Tests > dev mode > should load direct imported image
  • Static Image Component Tests > dev mode > should load staticprops imported image

``

  • Static Image Component Tests > dev mode > Should allow an image with a static src to omit height and width
  • Static Image Component Tests > dev mode > Should automatically provide an image height and width
  • Static Image Component Tests > dev mode > should use width and height prop to override import
  • Static Image Component Tests > dev mode > should use height prop to adjust both width and height
  • Static Image Component Tests > dev mode > should use width prop to adjust both width and height
  • Static Image Component Tests > dev mode > should add a blur placeholder a statically imported jpg
  • Static Image Component Tests > dev mode > should add a blur placeholder a statically imported png
  • Static Image Component Tests > dev mode > should add a blur placeholder a statically imported png with fill
  • Static Image Component Tests > dev mode > should add placeholder with blurDataURL and fill
  • Static Image Component Tests > dev mode > should add placeholder even when blurDataURL aspect ratio does not match width/height ratio
  • Static Image Component Tests > dev mode > should load direct imported image
  • Static Image Component Tests > dev mode > should load staticprops imported image

test/integration/next-image-new/typescript/test/index.test.ts

  • Nullish configs in next.config.js > dev mode > should ignore configs set to undefined in next.config.js
  • Nullish configs in next.config.js > dev mode > should ignore configs set to null in next.config.js

test/integration/next-image-new/trailing-slash/test/index.test.ts

  • Nullish configs in next.config.js > dev mode > should ignore configs set to undefined in next.config.js
  • Nullish configs in next.config.js > dev mode > should ignore configs set to null in next.config.js

test/integration/next-image-new/unicode/test/index.test.ts

  • Nullish configs in next.config.js > dev mode > should ignore configs set to undefined in next.config.js
  • Nullish configs in next.config.js > dev mode > should ignore configs set to null in next.config.js

test/integration/next-image-new/unoptimized/test/index.test.ts

  • Nullish configs in next.config.js > dev mode > should ignore configs set to undefined in next.config.js
  • Nullish configs in next.config.js > dev mode > should ignore configs set to null in next.config.js

test/integration/no-duplicate-compile-error/test/index.test.js

  • Nullish configs in next.config.js > dev mode > should ignore configs set to undefined in next.config.js
  • Nullish configs in next.config.js > dev mode > should ignore configs set to null in next.config.js

test/integration/no-override-next-props/test/index.test.js

  • Nullish configs in next.config.js > dev mode > should ignore configs set to undefined in next.config.js
  • Nullish configs in next.config.js > dev mode > should ignore configs set to null in next.config.js

test/integration/no-page-props/test/index.test.js

  • Nullish configs in next.config.js > dev mode > should ignore configs set to undefined in next.config.js
  • Nullish configs in next.config.js > dev mode > should ignore configs set to null in next.config.js

test/integration/node-fetch-keep-alive/test/index.test.js

  • Nullish configs in next.config.js > dev mode > should ignore configs set to undefined in next.config.js
  • Nullish configs in next.config.js > dev mode > should ignore configs set to null in next.config.js

test/integration/nullish-config/test/index.test.js

  • Nullish configs in next.config.js > dev mode > should ignore configs set to undefined in next.config.js
  • Nullish configs in next.config.js > dev mode > should ignore configs set to null in next.config.js

``

  • Nullish configs in next.config.js > dev mode > should ignore configs set to undefined in next.config.js
  • Nullish configs in next.config.js > dev mode > should ignore configs set to null in next.config.js

test/integration/plugin-mdx-rs/test/index.test.js

  • Fallback path encoding > dev mode > should respond with the prerendered pages correctly
  • Fallback path encoding > dev mode > should respond with the prerendered data correctly
  • Fallback path encoding > dev mode > should render correctly in the browser for prerender paths
  • Fallback path encoding > dev mode > should navigate client-side correctly with interpolating
  • Fallback path encoding > dev mode > should navigate client-side correctly with string href

test/integration/plugin-mdx/test/index.test.js

  • Fallback path encoding > dev mode > should respond with the prerendered pages correctly
  • Fallback path encoding > dev mode > should respond with the prerendered data correctly
  • Fallback path encoding > dev mode > should render correctly in the browser for prerender paths
  • Fallback path encoding > dev mode > should navigate client-side correctly with interpolating
  • Fallback path encoding > dev mode > should navigate client-side correctly with string href

test/integration/prerender-fallback-encoding/test/index.test.js

  • Fallback path encoding > dev mode > should respond with the prerendered pages correctly
  • Fallback path encoding > dev mode > should respond with the prerendered data correctly
  • Fallback path encoding > dev mode > should render correctly in the browser for prerender paths
  • Fallback path encoding > dev mode > should navigate client-side correctly with interpolating
  • Fallback path encoding > dev mode > should navigate client-side correctly with string href

``

  • Fallback path encoding > dev mode > should respond with the prerendered pages correctly
  • Fallback path encoding > dev mode > should respond with the prerendered data correctly
  • Fallback path encoding > dev mode > should render correctly in the browser for prerender paths
  • Fallback path encoding > dev mode > should navigate client-side correctly with interpolating
  • Fallback path encoding > dev mode > should navigate client-side correctly with string href

test/integration/prerender-preview/test/index.test.js

  • Project Directory Delete Handling > should gracefully exit on project dir delete

test/integration/preview-fallback/test/index.test.js

  • Project Directory Delete Handling > should gracefully exit on project dir delete

test/integration/process-env-stub/test/index.test.js

  • Project Directory Delete Handling > should gracefully exit on project dir delete

test/integration/project-dir-delete/index.test.ts

  • Project Directory Delete Handling > should gracefully exit on project dir delete

``

  • Project Directory Delete Handling > should gracefully exit on project dir delete

test/integration/react-streaming/test/index.test.js

  • 404 handling > custom _error > next dev > should handle double slashes correctly

  • 404 handling > custom _error > next dev > should handle double slashes correctly with query

  • 404 handling > custom _error > next dev > should handle double slashes correctly with hash

  • 404 handling > custom _error > next dev > should handle backslashes correctly

  • 404 handling > custom _error > next dev > should handle mixed backslashes/forward slashes correctly

  • 404 handling > custom _error > next dev > should handle slashes in router push correctly

  • 404 handling > custom _error > next dev > should have no error from encoded slashes in router push

  • 404 handling > pages/404 > next dev > should handle double slashes correctly

  • 404 handling > pages/404 > next dev > should handle double slashes correctly with query

  • 404 handling > pages/404 > next dev > should handle double slashes correctly with hash

  • 404 handling > pages/404 > next dev > should handle backslashes correctly

  • 404 handling > pages/404 > next dev > should handle mixed backslashes/forward slashes correctly

  • 404 handling > pages/404 > next dev > should handle slashes in router push correctly

  • 404 handling > pages/404 > next dev > should have no error from encoded slashes in router push

test/integration/react-18/test/index.test.js

  • 404 handling > custom _error > next dev > should handle double slashes correctly

  • 404 handling > custom _error > next dev > should handle double slashes correctly with query

  • 404 handling > custom _error > next dev > should handle double slashes correctly with hash

  • 404 handling > custom _error > next dev > should handle backslashes correctly

  • 404 handling > custom _error > next dev > should handle mixed backslashes/forward slashes correctly

  • 404 handling > custom _error > next dev > should handle slashes in router push correctly

  • 404 handling > custom _error > next dev > should have no error from encoded slashes in router push

  • 404 handling > pages/404 > next dev > should handle double slashes correctly

  • 404 handling > pages/404 > next dev > should handle double slashes correctly with query

  • 404 handling > pages/404 > next dev > should handle double slashes correctly with hash

  • 404 handling > pages/404 > next dev > should handle backslashes correctly

  • 404 handling > pages/404 > next dev > should handle mixed backslashes/forward slashes correctly

  • 404 handling > pages/404 > next dev > should handle slashes in router push correctly

  • 404 handling > pages/404 > next dev > should have no error from encoded slashes in router push

test/integration/relay-graphql-swc-single-project/test/index.test.js

  • 404 handling > custom _error > next dev > should handle double slashes correctly

  • 404 handling > custom _error > next dev > should handle double slashes correctly with query

  • 404 handling > custom _error > next dev > should handle double slashes correctly with hash

  • 404 handling > custom _error > next dev > should handle backslashes correctly

  • 404 handling > custom _error > next dev > should handle mixed backslashes/forward slashes correctly

  • 404 handling > custom _error > next dev > should handle slashes in router push correctly

  • 404 handling > custom _error > next dev > should have no error from encoded slashes in router push

  • 404 handling > pages/404 > next dev > should handle double slashes correctly

  • 404 handling > pages/404 > next dev > should handle double slashes correctly with query

  • 404 handling > pages/404 > next dev > should handle double slashes correctly with hash

  • 404 handling > pages/404 > next dev > should handle backslashes correctly

  • 404 handling > pages/404 > next dev > should handle mixed backslashes/forward slashes correctly

  • 404 handling > pages/404 > next dev > should handle slashes in router push correctly

  • 404 handling > pages/404 > next dev > should have no error from encoded slashes in router push

test/integration/relay-graphql-swc-multi-project/test/index.test.js

  • 404 handling > custom _error > next dev > should handle double slashes correctly

  • 404 handling > custom _error > next dev > should handle double slashes correctly with query

  • 404 handling > custom _error > next dev > should handle double slashes correctly with hash

  • 404 handling > custom _error > next dev > should handle backslashes correctly

  • 404 handling > custom _error > next dev > should handle mixed backslashes/forward slashes correctly

  • 404 handling > custom _error > next dev > should handle slashes in router push correctly

  • 404 handling > custom _error > next dev > should have no error from encoded slashes in router push

  • 404 handling > pages/404 > next dev > should handle double slashes correctly

  • 404 handling > pages/404 > next dev > should handle double slashes correctly with query

  • 404 handling > pages/404 > next dev > should handle double slashes correctly with hash

  • 404 handling > pages/404 > next dev > should handle backslashes correctly

  • 404 handling > pages/404 > next dev > should handle mixed backslashes/forward slashes correctly

  • 404 handling > pages/404 > next dev > should handle slashes in router push correctly

  • 404 handling > pages/404 > next dev > should have no error from encoded slashes in router push

test/integration/repeated-slashes/test/index.test.js

  • 404 handling > custom _error > next dev > should handle double slashes correctly

  • 404 handling > custom _error > next dev > should handle double slashes correctly with query

  • 404 handling > custom _error > next dev > should handle double slashes correctly with hash

  • 404 handling > custom _error > next dev > should handle backslashes correctly

  • 404 handling > custom _error > next dev > should handle mixed backslashes/forward slashes correctly

  • 404 handling > custom _error > next dev > should handle slashes in router push correctly

  • 404 handling > custom _error > next dev > should have no error from encoded slashes in router push

  • 404 handling > pages/404 > next dev > should handle double slashes correctly

  • 404 handling > pages/404 > next dev > should handle double slashes correctly with query

  • 404 handling > pages/404 > next dev > should handle double slashes correctly with hash

  • 404 handling > pages/404 > next dev > should handle backslashes correctly

  • 404 handling > pages/404 > next dev > should handle mixed backslashes/forward slashes correctly

  • 404 handling > pages/404 > next dev > should handle slashes in router push correctly

  • 404 handling > pages/404 > next dev > should have no error from encoded slashes in router push

``

  • 404 handling > custom _error > next dev > should handle double slashes correctly

  • 404 handling > custom _error > next dev > should handle double slashes correctly with query

  • 404 handling > custom _error > next dev > should handle double slashes correctly with hash

  • 404 handling > custom _error > next dev > should handle backslashes correctly

  • 404 handling > custom _error > next dev > should handle mixed backslashes/forward slashes correctly

  • 404 handling > custom _error > next dev > should handle slashes in router push correctly

  • 404 handling > custom _error > next dev > should have no error from encoded slashes in router push

  • 404 handling > pages/404 > next dev > should handle double slashes correctly

  • 404 handling > pages/404 > next dev > should handle double slashes correctly with query

  • 404 handling > pages/404 > next dev > should handle double slashes correctly with hash

  • 404 handling > pages/404 > next dev > should handle backslashes correctly

  • 404 handling > pages/404 > next dev > should handle mixed backslashes/forward slashes correctly

  • 404 handling > pages/404 > next dev > should handle slashes in router push correctly

  • 404 handling > pages/404 > next dev > should have no error from encoded slashes in router push

test/integration/rewrite-with-browser-history/test/index.test.js

  • next/dynamic > dev mode > should cancel slow page loads on re-navigation

test/integration/rewrites-client-resolving/test/index.test.js

  • next/dynamic > dev mode > should cancel slow page loads on re-navigation

test/integration/rewrites-has-condition/test/index.test.js

  • next/dynamic > dev mode > should cancel slow page loads on re-navigation

test/integration/route-index/test/index.test.js

  • next/dynamic > dev mode > should cancel slow page loads on re-navigation

test/integration/rewrites-manual-href-as/test/index.test.js

  • next/dynamic > dev mode > should cancel slow page loads on re-navigation

test/integration/router-hash-navigation/test/index.test.js

  • next/dynamic > dev mode > should cancel slow page loads on re-navigation

test/integration/route-load-cancel/test/index.test.js

  • next/dynamic > dev mode > should cancel slow page loads on re-navigation

``

  • next/dynamic > dev mode > should cancel slow page loads on re-navigation

test/integration/router-prefetch/test/index.test.js

  • SSG data 404 > dev mode > should hard navigate when a new deployment occurs

test/integration/scroll-back-restoration/test/index.test.js

  • SSG data 404 > dev mode > should hard navigate when a new deployment occurs

test/integration/scroll-forward-restoration/test/index.test.js

  • SSG data 404 > dev mode > should hard navigate when a new deployment occurs

test/integration/script-loader/test/index.test.js

  • SSG data 404 > dev mode > should hard navigate when a new deployment occurs

test/integration/scss-modules/test/index.test.js

  • SSG data 404 > dev mode > should hard navigate when a new deployment occurs

test/integration/server-asset-modules/test/index.test.js

  • SSG data 404 > dev mode > should hard navigate when a new deployment occurs

test/integration/scss/test/group-1.test.js

  • SSG data 404 > dev mode > should hard navigate when a new deployment occurs

test/integration/src-dir-support/test/index.test.js

  • SSG data 404 > dev mode > should hard navigate when a new deployment occurs

test/integration/server-side-dev-errors/test/index.test.js

  • SSG data 404 > dev mode > should hard navigate when a new deployment occurs

test/integration/ssg-data-404/test/index.test.js

  • SSG data 404 > dev mode > should hard navigate when a new deployment occurs

``

  • SSG data 404 > dev mode > should hard navigate when a new deployment occurs

test/integration/static-page-name/test/index.test.js

  • TypeScript App Type Declarations > should write a new next-env.d.ts if none exist
  • TypeScript App Type Declarations > should overwrite next-env.d.ts if an incorrect one exists

test/integration/trailing-slash-dist/test/index.test.js

  • TypeScript App Type Declarations > should write a new next-env.d.ts if none exist
  • TypeScript App Type Declarations > should overwrite next-env.d.ts if an incorrect one exists

test/integration/telemetry/test/index.test.js

  • TypeScript App Type Declarations > should write a new next-env.d.ts if none exist
  • TypeScript App Type Declarations > should overwrite next-env.d.ts if an incorrect one exists

test/integration/trailing-slashes-rewrite/test/index.test.js

  • TypeScript App Type Declarations > should write a new next-env.d.ts if none exist
  • TypeScript App Type Declarations > should overwrite next-env.d.ts if an incorrect one exists

test/integration/trailing-slashes-href-resolving/test/index.test.js

  • TypeScript App Type Declarations > should write a new next-env.d.ts if none exist
  • TypeScript App Type Declarations > should overwrite next-env.d.ts if an incorrect one exists

test/integration/typescript-app-type-declarations/test/index.test.js

  • TypeScript App Type Declarations > should write a new next-env.d.ts if none exist
  • TypeScript App Type Declarations > should overwrite next-env.d.ts if an incorrect one exists

test/integration/trailing-slashes/test/index.test.js

  • TypeScript App Type Declarations > should write a new next-env.d.ts if none exist
  • TypeScript App Type Declarations > should overwrite next-env.d.ts if an incorrect one exists

``

  • TypeScript App Type Declarations > should write a new next-env.d.ts if none exist
  • TypeScript App Type Declarations > should overwrite next-env.d.ts if an incorrect one exists

test/integration/typescript-paths/test/index.test.js

  • Handle url imports > with next build > should render the /static page

  • Handle url imports > with next build > should client-render the /static page

  • Handle url imports > with next build > should render the /ssr page

  • Handle url imports > with next build > should client-render the /ssr page

  • Handle url imports > with next build > should render the /ssg page

  • Handle url imports > with next build > should client-render the /ssg page

  • Handle url imports > with next build > should render a static url image import

  • Handle url imports > with next build > should allow url import in css

  • Handle url imports > with next build > should respond on value api

  • Handle url imports > with next dev > should render the /static page

  • Handle url imports > with next dev > should client-render the /static page

  • Handle url imports > with next dev > should render the /ssr page

  • Handle url imports > with next dev > should client-render the /ssr page

  • Handle url imports > with next dev > should render the /ssg page

  • Handle url imports > with next dev > should client-render the /ssg page

  • Handle url imports > with next dev > should render a static url image import

  • Handle url imports > with next dev > should allow url import in css

  • Handle url imports > with next dev > should respond on value api

test/integration/typescript-workspaces-paths/packages/www/test/index.test.js

  • Handle url imports > with next build > should render the /static page

  • Handle url imports > with next build > should client-render the /static page

  • Handle url imports > with next build > should render the /ssr page

  • Handle url imports > with next build > should client-render the /ssr page

  • Handle url imports > with next build > should render the /ssg page

  • Handle url imports > with next build > should client-render the /ssg page

  • Handle url imports > with next build > should render a static url image import

  • Handle url imports > with next build > should allow url import in css

  • Handle url imports > with next build > should respond on value api

  • Handle url imports > with next dev > should render the /static page

  • Handle url imports > with next dev > should client-render the /static page

  • Handle url imports > with next dev > should render the /ssr page

  • Handle url imports > with next dev > should client-render the /ssr page

  • Handle url imports > with next dev > should render the /ssg page

  • Handle url imports > with next dev > should client-render the /ssg page

  • Handle url imports > with next dev > should render a static url image import

  • Handle url imports > with next dev > should allow url import in css

  • Handle url imports > with next dev > should respond on value api

test/integration/typescript-version-warning/test/index.test.js

  • Handle url imports > with next build > should render the /static page

  • Handle url imports > with next build > should client-render the /static page

  • Handle url imports > with next build > should render the /ssr page

  • Handle url imports > with next build > should client-render the /ssr page

  • Handle url imports > with next build > should render the /ssg page

  • Handle url imports > with next build > should client-render the /ssg page

  • Handle url imports > with next build > should render a static url image import

  • Handle url imports > with next build > should allow url import in css

  • Handle url imports > with next build > should respond on value api

  • Handle url imports > with next dev > should render the /static page

  • Handle url imports > with next dev > should client-render the /static page

  • Handle url imports > with next dev > should render the /ssr page

  • Handle url imports > with next dev > should client-render the /ssr page

  • Handle url imports > with next dev > should render the /ssg page

  • Handle url imports > with next dev > should client-render the /ssg page

  • Handle url imports > with next dev > should render a static url image import

  • Handle url imports > with next dev > should allow url import in css

  • Handle url imports > with next dev > should respond on value api

test/integration/typescript/test/index.test.js

  • Handle url imports > with next build > should render the /static page

  • Handle url imports > with next build > should client-render the /static page

  • Handle url imports > with next build > should render the /ssr page

  • Handle url imports > with next build > should client-render the /ssr page

  • Handle url imports > with next build > should render the /ssg page

  • Handle url imports > with next build > should client-render the /ssg page

  • Handle url imports > with next build > should render a static url image import

  • Handle url imports > with next build > should allow url import in css

  • Handle url imports > with next build > should respond on value api

  • Handle url imports > with next dev > should render the /static page

  • Handle url imports > with next dev > should client-render the /static page

  • Handle url imports > with next dev > should render the /ssr page

  • Handle url imports > with next dev > should client-render the /ssr page

  • Handle url imports > with next dev > should render the /ssg page

  • Handle url imports > with next dev > should client-render the /ssg page

  • Handle url imports > with next dev > should render a static url image import

  • Handle url imports > with next dev > should allow url import in css

  • Handle url imports > with next dev > should respond on value api

test/integration/undefined-webpack-config/test/index.test.js

  • Handle url imports > with next build > should render the /static page

  • Handle url imports > with next build > should client-render the /static page

  • Handle url imports > with next build > should render the /ssr page

  • Handle url imports > with next build > should client-render the /ssr page

  • Handle url imports > with next build > should render the /ssg page

  • Handle url imports > with next build > should client-render the /ssg page

  • Handle url imports > with next build > should render a static url image import

  • Handle url imports > with next build > should allow url import in css

  • Handle url imports > with next build > should respond on value api

  • Handle url imports > with next dev > should render the /static page

  • Handle url imports > with next dev > should client-render the /static page

  • Handle url imports > with next dev > should render the /ssr page

  • Handle url imports > with next dev > should client-render the /ssr page

  • Handle url imports > with next dev > should render the /ssg page

  • Handle url imports > with next dev > should client-render the /ssg page

  • Handle url imports > with next dev > should render a static url image import

  • Handle url imports > with next dev > should allow url import in css

  • Handle url imports > with next dev > should respond on value api

test/integration/undici-keep-alive/test/index.test.js

  • Handle url imports > with next build > should render the /static page

  • Handle url imports > with next build > should client-render the /static page

  • Handle url imports > with next build > should render the /ssr page

  • Handle url imports > with next build > should client-render the /ssr page

  • Handle url imports > with next build > should render the /ssg page

  • Handle url imports > with next build > should client-render the /ssg page

  • Handle url imports > with next build > should render a static url image import

  • Handle url imports > with next build > should allow url import in css

  • Handle url imports > with next build > should respond on value api

  • Handle url imports > with next dev > should render the /static page

  • Handle url imports > with next dev > should client-render the /static page

  • Handle url imports > with next dev > should render the /ssr page

  • Handle url imports > with next dev > should client-render the /ssr page

  • Handle url imports > with next dev > should render the /ssg page

  • Handle url imports > with next dev > should client-render the /ssg page

  • Handle url imports > with next dev > should render a static url image import

  • Handle url imports > with next dev > should allow url import in css

  • Handle url imports > with next dev > should respond on value api

test/integration/url-imports/test/index.test.js

  • Handle url imports > with next build > should render the /static page

  • Handle url imports > with next build > should client-render the /static page

  • Handle url imports > with next build > should render the /ssr page

  • Handle url imports > with next build > should client-render the /ssr page

  • Handle url imports > with next build > should render the /ssg page

  • Handle url imports > with next build > should client-render the /ssg page

  • Handle url imports > with next build > should render a static url image import

  • Handle url imports > with next build > should allow url import in css

  • Handle url imports > with next build > should respond on value api

  • Handle url imports > with next dev > should render the /static page

  • Handle url imports > with next dev > should client-render the /static page

  • Handle url imports > with next dev > should render the /ssr page

  • Handle url imports > with next dev > should client-render the /ssr page

  • Handle url imports > with next dev > should render the /ssg page

  • Handle url imports > with next dev > should client-render the /ssg page

  • Handle url imports > with next dev > should render a static url image import

  • Handle url imports > with next dev > should allow url import in css

  • Handle url imports > with next dev > should respond on value api

``

  • Handle url imports > with next build > should render the /static page

  • Handle url imports > with next build > should client-render the /static page

  • Handle url imports > with next build > should render the /ssr page

  • Handle url imports > with next build > should client-render the /ssr page

  • Handle url imports > with next build > should render the /ssg page

  • Handle url imports > with next build > should client-render the /ssg page

  • Handle url imports > with next build > should render a static url image import

  • Handle url imports > with next build > should allow url import in css

  • Handle url imports > with next build > should respond on value api

  • Handle url imports > with next dev > should render the /static page

  • Handle url imports > with next dev > should client-render the /static page

  • Handle url imports > with next dev > should render the /ssr page

  • Handle url imports > with next dev > should client-render the /ssr page

  • Handle url imports > with next dev > should render the /ssg page

  • Handle url imports > with next dev > should client-render the /ssg page

  • Handle url imports > with next dev > should render a static url image import

  • Handle url imports > with next dev > should allow url import in css

  • Handle url imports > with next dev > should respond on value api

test/integration/webpack-require-hook/test/index.test.js

  • Web Workers with webpack 5 > dev mode > should pass on both client and worker

test/integration/with-router/test/index.test.js

  • Web Workers with webpack 5 > dev mode > should pass on both client and worker

test/integration/url/test/index.test.js

  • Web Workers with webpack 5 > dev mode > should pass on both client and worker

test/integration/worker-webpack5/test/index.test.js

  • Web Workers with webpack 5 > dev mode > should pass on both client and worker

``

  • Web Workers with webpack 5 > dev mode > should pass on both client and worker

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants