Skip to content

Conversation

@rexxars
Copy link
Member

@rexxars rexxars commented Nov 20, 2025

Description

WIP/test, ignore for now

What to review

Testing

Notes for release

@vercel
Copy link

vercel bot commented Nov 20, 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 20, 2025 8:34pm
test-studio Ready Ready Preview Comment Nov 20, 2025 8:34pm
3 Skipped Deployments
Project Deployment Preview Comments Updated (UTC)
e2e-studio Ignored Ignored Nov 20, 2025 8:34pm
studio-workshop Ignored Ignored Preview Nov 20, 2025 8:34pm
test-next-studio Ignored Ignored Nov 20, 2025 8:34pm

@github-actions
Copy link
Contributor

github-actions bot commented Nov 20, 2025

🧪 E2E Preview environment

🔑 Environment Variables for Local Testing

This is the preview URL for the E2E tests: https://e2e-studio-co899z26k.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-co899z26k.sanity.dev
  SANITY_E2E_DATASET="update depending the project you want to test (pr-11206-chromium-19550254532 || pr-11206-firefox-19550254532 )"
  SANITY_E2E_DATASET_CHROMIUM=pr-11206-chromium-19550254532
  SANITY_E2E_DATASET_FIREFOX=pr-11206-firefox-19550254532

@github-actions
Copy link
Contributor

github-actions bot commented Nov 20, 2025

📊 Playwright Test Report

Download Full E2E Report

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

@github-actions
Copy link
Contributor

github-actions bot commented Nov 20, 2025

⚡️ Editor Performance Report

Deploying studio and running performance tests…

@rexxars rexxars force-pushed the feat/studio-deploy-notifier branch from 9330d89 to 8f69245 Compare November 20, 2025 20:08
@github-actions
Copy link
Contributor

github-actions bot commented Nov 20, 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@650fce7
📦 @sanity/vision
pnpm install https://pkg.pr.new/@sanity/vision@650fce7
📦 Other packages…
📦 create-sanity
pnpm install https://pkg.pr.new/create-sanity@650fce7
📦 groq
pnpm install https://pkg.pr.new/groq@650fce7
📦 @sanity/cli
pnpm install https://pkg.pr.new/@sanity/cli@650fce7
📦 @sanity/codegen
pnpm install https://pkg.pr.new/@sanity/codegen@650fce7
📦 @sanity/diff
pnpm install https://pkg.pr.new/@sanity/diff@650fce7
📦 @sanity/migrate
pnpm install https://pkg.pr.new/@sanity/migrate@650fce7
📦 @sanity/mutator
pnpm install https://pkg.pr.new/@sanity/mutator@650fce7
📦 @sanity/schema
pnpm install https://pkg.pr.new/@sanity/schema@650fce7
📦 @sanity/types
pnpm install https://pkg.pr.new/@sanity/types@650fce7
📦 @sanity/util
pnpm install https://pkg.pr.new/@sanity/util@650fce7

npm logo Using npm

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

View Commit (650fce7)

@github-actions
Copy link
Contributor

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 44.65% 63633 / 142512
🔵 Statements 44.65% 63633 / 142512
🔵 Functions 48.22% 3396 / 7042
🔵 Branches 79.31% 12888 / 16249
File Coverage
File Stmts Branches Functions Lines Uncovered Lines
Changed Files
packages/sanity/src/_singletons/index.ts 100% 100% 100% 100%
packages/sanity/src/_singletons/context/DeploymentNotificationContext.tsx 100% 100% 100% 100%
packages/sanity/src/core/i18n/bundles/studio.ts 100% 100% 100% 100%
packages/sanity/src/core/studio/StudioProvider.tsx 100% 50% 100% 100%
packages/sanity/src/core/studio/deploymentNotification/DeploymentNotificationProvider.tsx 12.96% 100% 0% 12.96% 25-106
packages/sanity/src/core/studio/deploymentNotification/DeploymentNotificationToast.tsx 18.42% 100% 0% 18.42% 14-52
packages/sanity/src/core/studio/deploymentNotification/fetchDeploymentEtag.ts 0% 100% 0% 0% 6-18
packages/sanity/src/core/studio/deploymentNotification/index.ts 100% 100% 100% 100%
packages/sanity/src/core/studio/deploymentNotification/shouldCheckForDeployment.ts 14.28% 100% 0% 14.28% 9-16
packages/sanity/src/core/studio/deploymentNotification/useDeploymentNotification.ts 30% 100% 0% 30% 12-20
Generated in workflow #45930 for commit 650fce7 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