When I run locally on Mac the run is not enter to the if (!background). When I run on ci linux I received :
Error occurred while getting the extension ID: browserContext.waitForEvent: Timeout 300000ms exceeded while waiting for event "backgroundpage"
at _default (/home/runner/work/frontend-react/frontend-react/packages/automation/tests/SRA/sraFixture.ts:35:21)
This the code for build extension in the fixture:
When I run locally on Mac the run is not enter to the if (!background). When I run on ci linux I received :
Working with Playwright + TS