Skip to content

Commit

Permalink
add comments for context
Browse files Browse the repository at this point in the history
  • Loading branch information
midleman committed Nov 27, 2024
1 parent edfb007 commit 93235bc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/automation/src/playwrightBrowser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@ export async function launch(options: LaunchOptions): Promise<{ serverProcess: C
}

// --- Start Positron ---
// Modified `launchServer` function to add support for multiple ports to enable parallel test execution of browser tests
// Modified `launchServer` function to add support for multiple ports to enable parallel test
// execution of browser tests. Also added helper functions: `getServerArgs`, `resolveServerLocation`,
// and `startServer` to make this code easier to read.
async function launchServer(options: LaunchOptions) {
const { userDataDir, codePath, extensionsPath, logger, logsPath } = options;
const serverLogsPath = join(logsPath, 'server');
Expand Down

0 comments on commit 93235bc

Please sign in to comment.