Skip to main content

Bitbucket

Browse repositories, clone code, and download files from Bitbucket — works the same way as the GitHub integration.

Configuration

Navigate to Settings → Integrations → Add Integration → Bitbucket.

Authentication methods

MethodFields
Connect with Bitbucket (OAuth)Click the button to authorise via Bitbucket OAuth. No manual credentials needed.
App PasswordProvide your Bitbucket username, app password, and workspace.

Click Test Connection to verify access.

Editor usage

Add a Bitbucket node to the canvas.

Data tab

FieldDescription
Operationclone — shallow-clone the repo at runtime; or download — fetch individual files via the API
WorkspaceYour Bitbucket workspace slug
RepositoryRepository slug
BranchBranch name to check out
TagOptional tag — if set, overrides the branch
FolderOptional subdirectory to limit the clone/download

Config tab

Select which Bitbucket connection to use.

How it connects to Playwright

Wire the Bitbucket node's output into a Playwright node. The runner clones the repository and uses the test suite from it, just like with GitHub.