chore: rename browser agent to server (#521)
This commit is contained in:
parent
0fb9646c4d
commit
27c498e0e7
4 changed files with 9 additions and 8 deletions
|
|
@ -31,7 +31,7 @@ const test = baseTest.extend<{ agentEndpoint: (options?: { args?: string[] }) =>
|
|||
throw new Error('Process already running');
|
||||
|
||||
cp = spawn('node', [
|
||||
path.join(path.dirname(__filename), '../lib/browserAgent.js'),
|
||||
path.join(path.dirname(__filename), '../lib/browserServer.js'),
|
||||
...(options?.args || []),
|
||||
], {
|
||||
stdio: 'pipe',
|
||||
Loading…
Add table
Add a link
Reference in a new issue