Skip to content

Druckles/playwright-samesite-none

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reproducing SameSite=None > SameSite=Lax

  • Create certificate files in myssl/:
    • public.pem
    • private.pem
  • Start the container:
    docker-compose up -d
  • npm install
  • Run the tests:
    npx playwright test

The test will fail; although SameSite=None is returned in the Set-Cookie header, the cookie is set with sameSite: Lax.

About

To reproduce the SameSite=None/Lax issue in Playwright.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published