livestorejs/livestore

Create end-to-end testing suite for framework integrations (React, Solid, etc.)

Open

#313 opened on May 18, 2025

View on GitHub
 (1 comment) (0 reactions) (0 assignees)TypeScript (128 forks)github user discovery
enhancementhelp wantedtestingtype:feature

Repository metrics

Stars
 (3,599 stars)
PR merge metrics
 (PR metrics pending)

Description

We should create a comprehensive end-to-end testing suite for all LiveStore framework integrations, such as React and Solid. The goal is to ensure that all framework integrations are tested in a consistent and rigorous manner.

The test suite should include:

  • End-to-end tests for each supported framework integration (e.g., React, Solid, etc.)
  • Tests for running an app with multiple LiveStore instances simultaneously
  • Tests covering various app life cycles, such as shutting down the app, reloading code, and other relevant scenarios

This will help ensure reliability and consistency across all supported frameworks and catch integration-specific issues early.

Framework integrations

Contributor guide