GitHub Action to import your test reports to Scope
Scope gives developers production-level visibility on every test for every app – spanning mobile, monoliths, and microservices.
The Scope Import tool is compatible with the following test reports:
- Set Scope DSN inside Settings > Secrets as
SCOPE_DSN
. - Add a step to your GitHub Actions workflow YAML that uses this action:
- name: Scope Import
uses: undefinedlabs/scope-import-action@v1
with:
dsn: ${{ secrets.SCOPE_DSN }}
path: |
path/to/test-reports01
path/to/test-reports02