Session storage not done properly in playwright
Trying to run cucumber scenarios in parallel. However the implementation is actually not working fine. When I run the command yarn cucumber-js path-to-feature.feature –parallel 4, all four tests are performing the login operation. However when I do parallel 2 then the first 2 tests login & the other tests in the feature file use the captured session storage.