Open
Description
Subject
guides
Description
I understand that next.js 13 with it's app router and server components is still relatively new, but I couldn't find any guidance or official ways of testing next.js 13 components.
I could only see this example, https://github.com/cypress-io/cypress-component-testing-apps/tree/main/react-next13-ts/src/components but it's only testing normal components, not the ones like this
export async default function ServerComponent(){
...
}
Are there any plans to support this?