process.env variables set inside setup project of playwright not available inside test projects
I am using Playwright with Typescript. I am trying to set sessionStorage and authToken env variables in playwright in a setup step and trying to reuse them in a test project as shown here: https://playwright.dev/docs/test-global-setup-teardown#option-1-project-dependencies