Skip to content

Setup E2E cypress test for components running in Nuxt app ssr-ed #481

@clukhei

Description

@clukhei

Prerequisites

Proposal

To ensure that critical components are SSR compatible and remains ssr compatible, we will need to run cypress test that checks the production build components can be rendered in SSR.

We start with NUXT app as that is the most established test application in the repository.

Acceptance criteria:

  1. Write the test that tests a component can be SSR
  2. Ensure that test fails for a component that cannot be rendered via SSR or have errors rendering via ssr
  3. Make the necessary changes in the component until the test passes

Motivation and context

To support SSR framewroks

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions