Skip to content
This repository was archived by the owner on Aug 14, 2020. It is now read-only.

undefinedlabs/scope-import-action

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo

Scope Import Action

GitHub Action to import your test reports to Scope

About Scope

Scope gives developers production-level visibility on every test for every app – spanning mobile, monoliths, and microservices.

Compatibility

The Scope Import tool is compatible with the following test reports:

Usage

  1. Set Scope DSN inside Settings > Secrets as SCOPE_DSN.
  2. 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

About

GitHub action to import jUnit reports to Scope

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •