79373465

Date: 2025-01-21 07:13:18
Score: 1.5
Natty:
Report link

Ok, i managed to do it by myself, solution was so easy. Need to add await for globalSetup() in test

  test.beforeAll(async ({ playwright }) => {
await globalSetup();
request = await pwRequest.newContext({
  extraHTTPHeaders: {},
});

});

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: HSTestingQA