Skip to content

Support Next.js 16 for Component Testing #32857

@MikeMcC399

Description

@MikeMcC399

What would you like?

Support Next.js 16 for Component Testing

See also Migration Guide Next.js 15 to 16

Why is this needed?

Next.js 16 was announced on Oct 21, 2025.

Cypress currently supports Next.js 14-15 as documented on https://docs.cypress.io/app/component-testing/get-started#Supported-Frameworks and

export const WIZARD_DEPENDENCY_NEXT = {
type: 'next',
name: 'Next',
package: 'next',
installer: 'next',
description: 'The React Framework for Production',
// next 15.0.0 -> 15.0.3 use the React 19 RC as a dependency
// Since we do not support the React 19 RC and only the official React 19 release,
// we will only be supporting Next.js 15.0.4 officially (the others previously mentioned should still work)
minVersion: '^14.0.0 || ^15.0.4',
} as const

Other

Metadata

Metadata

Assignees

Labels

CTIssue related to component testingtype: featureNew feature that does not currently exist

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions