With project structure:
repo/e2e/project1/playwright.config.ts
When running cyborg tests using vscode plugin - following error appear:
Error: Server returned 404
at ClientRequest. (/Users/xotabu4/Documents/GitLab/repo/node_modules/.pnpm/@CyborgTests+test@0.1.0_@playwright[email protected]/node_modules/@cyborgtests/test/src/utils/server.ts:107:20)
But when running npx playwright test from repo/e2e/project1 - everything works fine.
With project structure:
repo/e2e/project1/playwright.config.ts
When running cyborg tests using vscode plugin - following error appear:
Error: Server returned 404
at ClientRequest. (/Users/xotabu4/Documents/GitLab/repo/node_modules/.pnpm/@CyborgTests+test@0.1.0_@playwright[email protected]/node_modules/@cyborgtests/test/src/utils/server.ts:107:20)
But when running npx playwright test from repo/e2e/project1 - everything works fine.