Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save ebekker/9158b8c9a9999270ef482faae6f4a742 to your computer and use it in GitHub Desktop.
Save ebekker/9158b8c9a9999270ef482faae6f4a742 to your computer and use it in GitHub Desktop.

Test Report: Subset of Tests

  • Date: 2020-10-09
  • Time: 20:15:54

Expand the following summaries for more details:

Environment:
Env
user: runner
cwd: /home/runner/work/pester-tests-report/pester-tests-report
os-version: 5.4.0-1026-azure
user-domain: ``
machine-name: fv-az151
nunit-version: 2.5.8.0
clr-version: Unknown
platform: Linux
Outcome: | Total Tests: 27 | Passed: 26 | Failed: 1
Counters
Total: 27
Errors: 0
Failures: 1
Not-run: 0
Inconclusive: 0
Ignored: 0
Skipped: 0
Invalid: 0

Tests:

/ Pester / /home/runner/work/pester-tests-report/pester-tests-report/tests/GitHubActions.Tests.ps1 / Set-ActionVariable / Set-ActionVariable.Given valid -Name and -Value, and -SkipLocal

✔️ Set-ActionVariable.Given valid -Name and -Value, and -SkipLocal("varValue1","varName1")

Given valid -Name and -Value, and -SkipLocal

Parent: / Pester / /home/runner/work/pester-tests-report/pester-tests-report/tests/GitHubActions.Tests.ps1 / Set-ActionVariable / Set-ActionVariable.Given valid -Name and -Value, and -SkipLocal
Name: Set-ActionVariable.Given valid -Name and -Value, and -SkipLocal("varValue1","varName1")
Outcome: Success ✔️
Time: 0.2026 seconds
✔️ Set-ActionVariable.Given valid -Name and -Value, and -SkipLocal("var value 2","var name 2")

Given valid -Name and -Value, and -SkipLocal

Parent: / Pester / /home/runner/work/pester-tests-report/pester-tests-report/tests/GitHubActions.Tests.ps1 / Set-ActionVariable / Set-ActionVariable.Given valid -Name and -Value, and -SkipLocal
Name: Set-ActionVariable.Given valid -Name and -Value, and -SkipLocal("var value 2","var name 2")
Outcome: Success ✔️
Time: 0.0204 seconds
✔️ Set-ActionVariable.Given valid -Name and -Value, and -SkipLocal("var,value;3","::set-env name=var%2Cname%3B3::var,value;3 ","var,name;3")

Given valid -Name and -Value, and -SkipLocal

Parent: / Pester / /home/runner/work/pester-tests-report/pester-tests-report/tests/GitHubActions.Tests.ps1 / Set-ActionVariable / Set-ActionVariable.Given valid -Name and -Value, and -SkipLocal
Name: `Set-ActionVariable.Given valid -Name and -Value, and -SkipLocal("var,value;3","::set-env name=var%2Cname%3B3::var,value;3
","var,name;3")`
Outcome: Success ✔️
Time: 0.0158 seconds

/ Pester / /home/runner/work/pester-tests-report/pester-tests-report/tests/GitHubActions.Tests.ps1 / Set-ActionVariable / Set-ActionVariable.Given valid -Name and -Value, and NOT -SkipLocal

✔️ Set-ActionVariable.Given valid -Name and -Value, and NOT -SkipLocal("varValue1","varName1")

Given valid -Name and -Value, and NOT -SkipLocal

Parent: / Pester / /home/runner/work/pester-tests-report/pester-tests-report/tests/GitHubActions.Tests.ps1 / Set-ActionVariable / Set-ActionVariable.Given valid -Name and -Value, and NOT -SkipLocal
Name: Set-ActionVariable.Given valid -Name and -Value, and NOT -SkipLocal("varValue1","varName1")
Outcome: Success ✔️
Time: 0.0174 seconds
✔️ Set-ActionVariable.Given valid -Name and -Value, and NOT -SkipLocal("var value 2","var name 2")

Given valid -Name and -Value, and NOT -SkipLocal

Parent: / Pester / /home/runner/work/pester-tests-report/pester-tests-report/tests/GitHubActions.Tests.ps1 / Set-ActionVariable / Set-ActionVariable.Given valid -Name and -Value, and NOT -SkipLocal
Name: Set-ActionVariable.Given valid -Name and -Value, and NOT -SkipLocal("var value 2","var name 2")
Outcome: Success ✔️
Time: 0.0147 seconds
✔️ Set-ActionVariable.Given valid -Name and -Value, and NOT -SkipLocal("var,value;3","::set-env name=var%2Cname%3B3::var,value;3 ","var,name;3")

Given valid -Name and -Value, and NOT -SkipLocal

Parent: / Pester / /home/runner/work/pester-tests-report/pester-tests-report/tests/GitHubActions.Tests.ps1 / Set-ActionVariable / Set-ActionVariable.Given valid -Name and -Value, and NOT -SkipLocal
Name: `Set-ActionVariable.Given valid -Name and -Value, and NOT -SkipLocal("var,value;3","::set-env name=var%2Cname%3B3::var,value;3
","var,name;3")`
Outcome: Success ✔️
Time: 0.016 seconds

/ Pester / /home/runner/work/pester-tests-report/pester-tests-report/tests/GitHubActions.Tests.ps1 / Add-ActionSecretMask

✔️ Add-ActionSecretMask.Given a valid -Secret

Given a valid -Secret

Parent: / Pester / /home/runner/work/pester-tests-report/pester-tests-report/tests/GitHubActions.Tests.ps1 / Add-ActionSecretMask
Name: Add-ActionSecretMask.Given a valid -Secret
Outcome: Success ✔️
Time: 0.0131 seconds

/ Pester / /home/runner/work/pester-tests-report/pester-tests-report/tests/GitHubActions.Tests.ps1 / Add-ActionPath

✔️ Add-ActionPath.Given a valid -Path and -SkipLocal

Given a valid -Path and -SkipLocal

Parent: / Pester / /home/runner/work/pester-tests-report/pester-tests-report/tests/GitHubActions.Tests.ps1 / Add-ActionPath
Name: Add-ActionPath.Given a valid -Path and -SkipLocal
Outcome: Success ✔️
Time: 0.0369 seconds
✔️ Add-ActionPath.Given a valid -Path and NOT -SkipLocal

Given a valid -Path and NOT -SkipLocal

Parent: / Pester / /home/runner/work/pester-tests-report/pester-tests-report/tests/GitHubActions.Tests.ps1 / Add-ActionPath
Name: Add-ActionPath.Given a valid -Path and NOT -SkipLocal
Outcome: Success ✔️
Time: 0.0169 seconds

/ Pester / /home/runner/work/pester-tests-report/pester-tests-report/tests/GitHubActions.Tests.ps1 / Get-ActionInput / Get-ActionInput.Given valid -Name

✔️ Get-ActionInput.Given valid -Name(System.Collections.Hashtable,"input1")

Given valid -Name

Parent: / Pester / /home/runner/work/pester-tests-report/pester-tests-report/tests/GitHubActions.Tests.ps1 / Get-ActionInput / Get-ActionInput.Given valid -Name
Name: Get-ActionInput.Given valid -Name(System.Collections.Hashtable,"input1")
Outcome: Success ✔️
Time: 0.0346 seconds
✔️ Get-ActionInput.Given valid -Name(System.Collections.Hashtable,"INPUT1")

Given valid -Name

Parent: / Pester / /home/runner/work/pester-tests-report/pester-tests-report/tests/GitHubActions.Tests.ps1 / Get-ActionInput / Get-ActionInput.Given valid -Name
Name: Get-ActionInput.Given valid -Name(System.Collections.Hashtable,"INPUT1")
Outcome: Success ✔️
Time: 0.0307 seconds
✔️ Get-ActionInput.Given valid -Name(System.Collections.Hashtable,"Input1")

Given valid -Name

Parent: / Pester / /home/runner/work/pester-tests-report/pester-tests-report/tests/GitHubActions.Tests.ps1 / Get-ActionInput / Get-ActionInput.Given valid -Name
Name: Get-ActionInput.Given valid -Name(System.Collections.Hashtable,"Input1")
Outcome: Success ✔️
Time: 0.051 seconds
✔️ Get-ActionInput.Given valid -Name(System.Collections.Hashtable,"input2")

Given valid -Name

Parent: / Pester / /home/runner/work/pester-tests-report/pester-tests-report/tests/GitHubActions.Tests.ps1 / Get-ActionInput / Get-ActionInput.Given valid -Name
Name: Get-ActionInput.Given valid -Name(System.Collections.Hashtable,"input2")
Outcome: Success ✔️
Time: 0.0431 seconds
✔️ Get-ActionInput.Given valid -Name(System.Collections.Hashtable,"INPUT2")

Given valid -Name

Parent: / Pester / /home/runner/work/pester-tests-report/pester-tests-report/tests/GitHubActions.Tests.ps1 / Get-ActionInput / Get-ActionInput.Given valid -Name
Name: Get-ActionInput.Given valid -Name(System.Collections.Hashtable,"INPUT2")
Outcome: Success ✔️
Time: 0.0546 seconds
✔️ Get-ActionInput.Given valid -Name(System.Collections.Hashtable,"Input2")

Given valid -Name

Parent: / Pester / /home/runner/work/pester-tests-report/pester-tests-report/tests/GitHubActions.Tests.ps1 / Get-ActionInput / Get-ActionInput.Given valid -Name
Name: Get-ActionInput.Given valid -Name(System.Collections.Hashtable,"Input2")
Outcome: Success ✔️
Time: 0.0413 seconds

/ Pester / /home/runner/work/pester-tests-report/pester-tests-report/tests/GitHubActions.Tests.ps1 / Get-ActionInputs

❌ Get-ActionInputs.Given 2 predefined inputs

Given 2 predefined inputs

Parent: / Pester / /home/runner/work/pester-tests-report/pester-tests-report/tests/GitHubActions.Tests.ps1 / Get-ActionInputs
Name: Get-ActionInputs.Given 2 predefined inputs
Outcome: Failure
Time: 0.1461 seconds
Error Message:
Expected 2, but got 17.
at $inputs.Count | Should -Be 2, /home/runner/work/pester-tests-report/pester-tests-report/tests/GitHubActions.Tests.ps1:97
Error Stack Trace:
at <ScriptBlock>, /home/runner/work/pester-tests-report/pester-tests-report/tests/GitHubActions.Tests.ps1:97

/ Pester / /home/runner/work/pester-tests-report/pester-tests-report/tests/GitHubActions.Tests.ps1 / Get-ActionInputs / Get-ActionInputs.Given 2 predefined inputs, and a -Name in any case

✔️ Get-ActionInputs.Given 2 predefined inputs, and a -Name in any case(System.Collections.Hashtable,"InPut1")

Given 2 predefined inputs, and a -Name in any case

Parent: / Pester / /home/runner/work/pester-tests-report/pester-tests-report/tests/GitHubActions.Tests.ps1 / Get-ActionInputs / Get-ActionInputs.Given 2 predefined inputs, and a -Name in any case
Name: Get-ActionInputs.Given 2 predefined inputs, and a -Name in any case(System.Collections.Hashtable,"InPut1")
Outcome: Success ✔️
Time: 0.0424 seconds
✔️ Get-ActionInputs.Given 2 predefined inputs, and a -Name in any case(System.Collections.Hashtable,"InPut2")

Given 2 predefined inputs, and a -Name in any case

Parent: / Pester / /home/runner/work/pester-tests-report/pester-tests-report/tests/GitHubActions.Tests.ps1 / Get-ActionInputs / Get-ActionInputs.Given 2 predefined inputs, and a -Name in any case
Name: Get-ActionInputs.Given 2 predefined inputs, and a -Name in any case(System.Collections.Hashtable,"InPut2")
Outcome: Success ✔️
Time: 0.0317 seconds
✔️ Get-ActionInputs.Given 2 predefined inputs, and a -Name in any case(System.Collections.Hashtable,"InPut3")

Given 2 predefined inputs, and a -Name in any case

Parent: / Pester / /home/runner/work/pester-tests-report/pester-tests-report/tests/GitHubActions.Tests.ps1 / Get-ActionInputs / Get-ActionInputs.Given 2 predefined inputs, and a -Name in any case
Name: Get-ActionInputs.Given 2 predefined inputs, and a -Name in any case(System.Collections.Hashtable,"InPut3")
Outcome: Success ✔️
Time: 0.037 seconds

/ Pester / /home/runner/work/pester-tests-report/pester-tests-report/tests/GitHubActions.Tests.ps1 / Set-ActionOuput

✔️ Set-ActionOuput.Given a valid -Name and -Value

Given a valid -Name and -Value

Parent: / Pester / /home/runner/work/pester-tests-report/pester-tests-report/tests/GitHubActions.Tests.ps1 / Set-ActionOuput
Name: Set-ActionOuput.Given a valid -Name and -Value
Outcome: Success ✔️
Time: 0.012 seconds

/ Pester / /home/runner/work/pester-tests-report/pester-tests-report/tests/GitHubActions.Tests.ps1 / Write-ActionDebug

✔️ Write-ActionDebug.Given a valid -Message

Given a valid -Message

Parent: / Pester / /home/runner/work/pester-tests-report/pester-tests-report/tests/GitHubActions.Tests.ps1 / Write-ActionDebug
Name: Write-ActionDebug.Given a valid -Message
Outcome: Success ✔️
Time: 0.0109 seconds

/ Pester / /home/runner/work/pester-tests-report/pester-tests-report/tests/GitHubActions.Tests.ps1 / Write-ActionError

✔️ Write-ActionError.Given a valid -Message

Given a valid -Message

Parent: / Pester / /home/runner/work/pester-tests-report/pester-tests-report/tests/GitHubActions.Tests.ps1 / Write-ActionError
Name: Write-ActionError.Given a valid -Message
Outcome: Success ✔️
Time: 0.0345 seconds

/ Pester / /home/runner/work/pester-tests-report/pester-tests-report/tests/GitHubActions.Tests.ps1 / Write-ActionWarning

✔️ Write-ActionWarning.Given a valid -Message

Given a valid -Message

Parent: / Pester / /home/runner/work/pester-tests-report/pester-tests-report/tests/GitHubActions.Tests.ps1 / Write-ActionWarning
Name: Write-ActionWarning.Given a valid -Message
Outcome: Success ✔️
Time: 0.0159 seconds

/ Pester / /home/runner/work/pester-tests-report/pester-tests-report/tests/GitHubActions.Tests.ps1 / Write-ActionInfo

✔️ Write-ActionInfo.Given a valid -Message

Given a valid -Message

Parent: / Pester / /home/runner/work/pester-tests-report/pester-tests-report/tests/GitHubActions.Tests.ps1 / Write-ActionInfo
Name: Write-ActionInfo.Given a valid -Message
Outcome: Success ✔️
Time: 0.0248 seconds

/ Pester / /home/runner/work/pester-tests-report/pester-tests-report/tests/GitHubActions.Tests.ps1 / Enter-ActionOutputGroup

✔️ Enter-ActionOutputGroup.Given a valid -Name

Given a valid -Name

Parent: / Pester / /home/runner/work/pester-tests-report/pester-tests-report/tests/GitHubActions.Tests.ps1 / Enter-ActionOutputGroup
Name: Enter-ActionOutputGroup.Given a valid -Name
Outcome: Success ✔️
Time: 0.0152 seconds

/ Pester / /home/runner/work/pester-tests-report/pester-tests-report/tests/GitHubActions.Tests.ps1 / Exit-ActionOutputGroup

✔️ Exit-ActionOutputGroup.Given everything is peachy

Given everything is peachy

Parent: / Pester / /home/runner/work/pester-tests-report/pester-tests-report/tests/GitHubActions.Tests.ps1 / Exit-ActionOutputGroup
Name: Exit-ActionOutputGroup.Given everything is peachy
Outcome: Success ✔️
Time: 0.0114 seconds

/ Pester / /home/runner/work/pester-tests-report/pester-tests-report/tests/GitHubActions.Tests.ps1 / Invoke-ActionWithinOutputGroup

✔️ Invoke-ActionWithinOutputGroup.Given a valid -Name and -ScriptBlock

Given a valid -Name and -ScriptBlock

Parent: / Pester / /home/runner/work/pester-tests-report/pester-tests-report/tests/GitHubActions.Tests.ps1 / Invoke-ActionWithinOutputGroup
Name: Invoke-ActionWithinOutputGroup.Given a valid -Name and -ScriptBlock
Outcome: Success ✔️
Time: 0.0187 seconds
Display the source blob
Display the rendered blob
Raw
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="118" height="20" role="img" aria-label="Tests 26/27: Failed"><title>Tests 26/27: Failed</title><linearGradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#bbb" stop-opacity=".1"/><stop offset="1" stop-opacity=".1"/></linearGradient><clipPath id="r"><rect width="118" height="20" rx="3" fill="#fff"/></clipPath><g clip-path="url(#r)"><rect width="75" height="20" fill="#555"/><rect x="75" width="43" height="20" fill="#e05d44"/><rect width="118" height="20" fill="url(#s)"/></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="385" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="650">Tests 26/27</text><text x="385" y="140" transform="scale(.1)" fill="#fff" textLength="650">Tests 26/27</text><text aria-hidden="true" x="955" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="330">Failed</text><text x="955" y="140" transform="scale(.1)" fill="#fff" textLength="330">Failed</text></g></svg>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment