Skip to content

Test: Add E2E tests for multiple client entry points #802

@justinvdm

Description

@justinvdm

Problem
The framework should support applications that use multiple client entry points (e.g., different client.tsx files for different Document.tsx shells). However, we currently lack automated end-to-end test coverage to verify this behavior, which makes it harder to guarantee stability.

Proposed Solution

  1. Create a new playground example that is configured with at least two distinct client entry points, each associated with a different page or layout.
  2. Write end-to-end tests for this new playground example.
  3. The tests should confirm that each entry point is correctly bundled, loaded, and hydrated on its respective page, and that they function independently without conflict.

Metadata

Metadata

Assignees

No one assigned

    Labels

    1.xIssues planned for a minor release after 1.0

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions