Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade playwright to 1.46.1 #1305

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Aug 26, 2024

  1. Upgrade playwright to 1.46.1

    It upgrades it in package.json and in the devcontainer
    setup. It's now set to a specific version because it
    needs to exactly match the playwright version which is
    declared in the devcontainer setup.
    
    The upgrade had to raise the node requirement to >= 18
    because @playwright/test requires it.
    radanskoric committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    5c03d46 View commit details
    Browse the repository at this point in the history
  2. Remove test flakiness

    radanskoric committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    c7297de View commit details
    Browse the repository at this point in the history