Skip to content

Conversation

@bjoerge
Copy link
Member

@bjoerge bjoerge commented Nov 19, 2025

Description

WIP – adding support for resumability for the listener that backs realtime editing.

What to review

Testing

Notes for release

@vercel
Copy link

vercel bot commented Nov 19, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
page-building-studio Ready Ready Preview Comment Nov 19, 2025 5:04pm
test-studio Ready Ready Preview Comment Nov 19, 2025 5:04pm
3 Skipped Deployments
Project Deployment Preview Comments Updated (UTC)
e2e-studio Ignored Ignored Nov 19, 2025 5:04pm
studio-workshop Ignored Ignored Preview Nov 19, 2025 5:04pm
test-next-studio Ignored Ignored Nov 19, 2025 5:04pm

@github-actions
Copy link
Contributor

github-actions bot commented Nov 19, 2025

🧪 E2E Preview environment

🔑 Environment Variables for Local Testing

This is the preview URL for the E2E tests: https://e2e-studio-k0nockwy4.sanity.dev

To run the E2E tests locally, you can use the following environment variables, then run pnpm test:e2e --ui to open the Playwright test runner.

💬 Remember to build the project first with pnpm build:e2e.

  SANITY_E2E_PROJECT_ID=ittbm412
  SANITY_E2E_BASE_URL=https://e2e-studio-k0nockwy4.sanity.dev
  SANITY_E2E_DATASET="update depending the project you want to test (pr-11198-chromium-19509556841 || pr-11198-firefox-19509556841 )"
  SANITY_E2E_DATASET_CHROMIUM=pr-11198-chromium-19509556841
  SANITY_E2E_DATASET_FIREFOX=pr-11198-firefox-19509556841

@github-actions
Copy link
Contributor

🧪 E2E Preview environment

Waiting for preview deployment to finish…

@github-actions
Copy link
Contributor

github-actions bot commented Nov 19, 2025

📊 Playwright Test Report

Download Full E2E Report

This report contains test results, including videos of failing tests.

@github-actions
Copy link
Contributor

📊 Playwright Test Report

Waiting for E2E tests to finish…

@github-actions
Copy link
Contributor

github-actions bot commented Nov 19, 2025

Preview this PR with pkg.pr.new

Create a new project

npx https://pkg.pr.new/create-sanity@23db03f

Note: This installs the latest Sanity Studio from the npm registry. To apply the changes from this PR in your newly created project, run the install commands below for each package listed in your package.json

...Or run the Sanity CLI

npx https://pkg.pr.new/@sanity/cli@23db03f <command>

...Or upgrade project dependencies

pnpm logo Using pnpm

📦 sanity
pnpm install https://pkg.pr.new/sanity@ddd75ce
📦 @sanity/vision
pnpm install https://pkg.pr.new/@sanity/vision@ddd75ce
📦 Other packages…
📦 create-sanity
pnpm install https://pkg.pr.new/create-sanity@ddd75ce
📦 groq
pnpm install https://pkg.pr.new/groq@ddd75ce
📦 @sanity/cli
pnpm install https://pkg.pr.new/@sanity/cli@ddd75ce
📦 @sanity/codegen
pnpm install https://pkg.pr.new/@sanity/codegen@ddd75ce
📦 @sanity/diff
pnpm install https://pkg.pr.new/@sanity/diff@ddd75ce
📦 @sanity/migrate
pnpm install https://pkg.pr.new/@sanity/migrate@ddd75ce
📦 @sanity/mutator
pnpm install https://pkg.pr.new/@sanity/mutator@ddd75ce
📦 @sanity/schema
pnpm install https://pkg.pr.new/@sanity/schema@ddd75ce
📦 @sanity/types
pnpm install https://pkg.pr.new/@sanity/types@ddd75ce
📦 @sanity/util
pnpm install https://pkg.pr.new/@sanity/util@ddd75ce

npm logo Using npm

📦 sanity
npm install https://pkg.pr.new/sanity@ddd75ce
📦 @sanity/vision
npm install https://pkg.pr.new/@sanity/vision@ddd75ce
📦 Other packages…
📦 create-sanity
npm install https://pkg.pr.new/create-sanity@ddd75ce
📦 groq
npm install https://pkg.pr.new/groq@ddd75ce
📦 @sanity/cli
npm install https://pkg.pr.new/@sanity/cli@ddd75ce
📦 @sanity/codegen
npm install https://pkg.pr.new/@sanity/codegen@ddd75ce
📦 @sanity/diff
npm install https://pkg.pr.new/@sanity/diff@ddd75ce
📦 @sanity/migrate
npm install https://pkg.pr.new/@sanity/migrate@ddd75ce
📦 @sanity/mutator
npm install https://pkg.pr.new/@sanity/mutator@ddd75ce
📦 @sanity/schema
npm install https://pkg.pr.new/@sanity/schema@ddd75ce
📦 @sanity/types
npm install https://pkg.pr.new/@sanity/types@ddd75ce
📦 @sanity/util
npm install https://pkg.pr.new/@sanity/util@ddd75ce

View Commit (ddd75ce)

@github-actions
Copy link
Contributor

github-actions bot commented Nov 19, 2025

⚡️ Editor Performance Report

Deploying studio and running performance tests…

@github-actions
Copy link
Contributor

github-actions bot commented Nov 19, 2025

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 44.65% 63504 / 142215
🔵 Statements 44.65% 63504 / 142215
🔵 Functions 48.34% 3394 / 7020
🔵 Branches 79.36% 12919 / 16278
File Coverage
File Stmts Branches Functions Lines Uncovered Lines
Changed Files
packages/sanity/src/core/store/_legacy/document/getPairListener.ts 75.44% 96.77% 75% 75.44% 73-86, 103-104, 126-128, 144, 159-160, 163-176, 199, 208, 215-225
packages/sanity/src/core/store/_legacy/document/types.ts 0% 0% 0% 0%
packages/sanity/src/core/store/_legacy/document/document-pair/checkoutPair.ts 70.74% 92.68% 83.33% 70.74% 110-111, 122-123, 155, 217-227, 309-314, 351-415
packages/sanity/src/core/store/_legacy/document/document-pair/snapshotPair.ts 100% 83.33% 100% 100%
Generated in workflow #45866 for commit ddd75ce by the Vitest Coverage Report Action

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants