cody icon indicating copy to clipboard operation
cody copied to clipboard

E2Ev2: Ensure consistent `cwd()`

Open RXminuS opened this issue 1 year ago • 1 comments

Ensures that both running Playwright directly or via a VSCode extension paths are resolved correctly.

Normally Playwright ensures that process.cwd() is relative to the Playwright config file. However when running through the VSCode extension that doesn't seem to hold.

Test Plan

Only affects unused e2ev2 tests, no tests needed

RXminuS avatar Jul 24 '24 10:07 RXminuS