Update packages/playwright-core/src/server/registry/index.ts
Co-authored-by: Dmitry Gozman <dgozman@gmail.com> Signed-off-by: Max Schmitt <max@schmitt.mx>
This commit is contained in:
parent
ccafbbf8ee
commit
418631aba8
|
|
@ -496,7 +496,7 @@ export class Registry {
|
|||
};
|
||||
const chromiumHeadlessShellExecutable = findExecutablePath(chromiumHeadlessShellDescriptor.dir, 'chromium-headless-shell');
|
||||
this._executables.push({
|
||||
type: 'browser',
|
||||
type: 'tool',
|
||||
name: 'chromium-headless-shell',
|
||||
browserName: 'chromium',
|
||||
directory: chromiumHeadlessShellDescriptor.dir,
|
||||
|
|
|
|||
Loading…
Reference in a new issue