Sandbox playground for manual and E2E tests run in browser and on mobile.
apps/next: Next.js playground and test runner UIapps/expo: Expo playground and test runner UIpackages/realtime-core: shared realtime controller, collectors, types, and schemaspackages/tests: shared realtime test suites and test runner helpers
-
Copy
example.envto.env -
Run
yarn install -
Run web, mobile or both apps
yarn web # runs web dev client
yarn ios # runs ios mobile client
yarn android # runs android mobile client
yarn dev # runs both web and mobile servers and starts ios simulatorBoth apps/next and apps/expo load environment variables from the repo root .env.
To change secrets in order to test different project use Test Settings on mobile or browser




