Skip to content

fix(browser): use root path for container UI#872

Merged
fi3ework merged 1 commit intomainfrom
111
Jan 15, 2026
Merged

fix(browser): use root path for container UI#872
fi3ework merged 1 commit intomainfrom
111

Conversation

@fi3ework
Copy link
Copy Markdown
Member

Summary

before

image

now

Google Chrome 2026-01-15 22 41 48

Related Links

Checklist

  • Tests updated (or not required).
  • Documentation updated (or not required).

Copilot AI review requested due to automatic review settings January 15, 2026 14:43
@netlify
Copy link
Copy Markdown

netlify Bot commented Jan 15, 2026

Deploy Preview for rstest-dev ready!

Name Link
🔨 Latest commit 87637f3
🔍 Latest deploy log https://app.netlify.com/projects/rstest-dev/deploys/6968fd2f5bd1150008b3fed8
😎 Deploy Preview https://deploy-preview-872--rstest-dev.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR standardizes the browser mode container UI to be served at the root path (/) instead of at /container.html, providing a cleaner and more intuitive URL structure for the browser test runner interface.

Changes:

  • Modified middleware routing to serve container UI exclusively at / instead of both / and /container.html
  • Updated browser navigation to target / instead of /container.html
  • Improved user-facing log message from "Container page opened at..." to "Browser mode opened at..."

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
packages/browser/src/hostController.ts Updated middleware route check to only handle /, changed page navigation URL to root path, and improved log message wording
e2e/browser-mode/fixtures/basic/src/index.ts Updated comment documentation to reflect the new root path serving behavior

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@fi3ework fi3ework merged commit 5673843 into main Jan 15, 2026
19 checks passed
@fi3ework fi3ework deleted the 111 branch January 15, 2026 15:11
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