Back to Home

Repository Configuration

1. Repository
Paste or browse one GitLab URL. By default, app and tests are assumed to live in that same repo.

2. Branch and folders
Branch, app subdirectory, and test subdirectory are required (typically main, src, and tests).

3. Separate test repo
Only turn on Tests live in a separate repository when automation lives in a different GitLab project. Then enter that repo’s URL, branch, and test subdirectory.

Repo with application code (and tests, unless you enable a separate test repo below).
Typical value: src
Typical value: tests
Leave off for monorepos / same-repo app+tests. Turn on only when automation is in another GitLab project.

Actions