Skip to content

test: add playwright.dev Get Started test#814

Open
empiricalrun-staging[bot] wants to merge 4 commits intomainfrom
chat-session_QTBWsQkTs2FW
Open

test: add playwright.dev Get Started test#814
empiricalrun-staging[bot] wants to merge 4 commits intomainfrom
chat-session_QTBWsQkTs2FW

Conversation

@empiricalrun-staging
Copy link
Copy Markdown

Summary

Adds a new Playwright test that visits playwright.dev and clicks the "Get Started" button, verifying the user lands on the Installation page.

Changes

  • tests/external/playwright-dev.spec.ts — new test file that:

    1. Navigates to https://playwright.dev
    2. Clicks the "Get started" link
    3. Asserts the URL contains /intro
    4. Asserts the "Installation" heading is visible
  • playwright.config.ts — added a new external project with no auth dependencies (storageState not set) and testDir: './tests/external'. This allows tests that visit public/external sites to run independently without requiring the auth setup to succeed.

Test Results

✅ Test passed — Report

The final screenshot confirms the browser lands on the Installation page after clicking "Get started".

PR created from session #119510 by Arka Mandal

Updated at 2026-04-02 12:20:08.296 UTC

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants