Skip to content

Commit

Permalink
Update playwrightTestServer.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
mxschmitt authored May 18, 2024
1 parent c584fb6 commit f8330ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/playwrightTestServer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ export class PlaywrightTestServer {

async debugTests(items: vscodeTypes.TestItem[], runOptions: PlaywrightTestRunOptions, reporter: reporterTypes.ReporterV2, token: vscodeTypes.CancellationToken): Promise<void> {
// Important, VSCode will change c:\\ to C:\\ in the program argument.
// This forks globals into 2 worlds.
// This forks globals into 2 worlds, hence we specify it relative than absolute.
const configFile = path.relative(this._model.config.workspaceFolder, this._model.config.configFile);
const args = ['test-server', '-c', configFile];

Expand Down

0 comments on commit f8330ad

Please sign in to comment.