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:
Max Schmitt 2024-10-22 15:42:45 +02:00 committed by GitHub
parent ccafbbf8ee
commit 418631aba8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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,