You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/build/src/extensions/playwright.ts
+7-2Lines changed: 7 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -184,8 +184,13 @@ const debian12Deps = {
184
184
};
185
185
186
186
/**
187
-
* Creates a Playwright extension for trigger.dev
188
-
* @param options Configuration options
187
+
* Installs Playwright browsers and dependencies for your Trigger.dev deployments.
188
+
*
189
+
* @param options - Configuration options for the Playwright extension.
190
+
* @param options.browsers Browsers to install. Accepts an array of strings. Default: `["chromium"]`
191
+
* @param options.headless Whether to run browsers in headless mode. Default: `true`
192
+
* @param options.version Playwright version to use for browser installation. When not set, will automatically detect the version (recommended). Default: `undefined`
0 commit comments