Skip to content

testspace-com/hello.publish

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Hello Publish

This repo demonstrates using jobs, matrix, and executing multiple workflows based on the same commit. All of the published results are aggregated together as a single result set.

Matrix Jobs Yet Another

The Test Results are here.

Also check out the LIVE DASHBOARD.

Usage

Publish test results, code coverage, and other artifacts with one command. Seamless integration with your CI. Manage all your test statuses with a single dashboard providing history, metrics, and other types of insights.

steps:
  - uses: testspace-com/setup-testspace@v1
     with:
       domain: ${{github.repository_owner}}
       token: ${{ secrets.TESTSPACE_TOKEN }} # optional, only required for private repos
  ..
  - name: Publish Results to Testspace
    run: testspace testcontent/**/*.xml"

Input

The Testspace client action requires a domain and optionally a token for publishing test results.

  • Testspace domain is the organizational name (subdomain) used when creating the account along with .testspace.com. The .testspace.com string is optional.
  • Testspace access token is required when using a private repo.

More details of this sample can be found in the Testspace Help Tutorial section.