Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding runs all reporters in CI #357

Open
wants to merge 10 commits into
base: main
Choose a base branch
from

feat(ci) add flutter-json

731829c
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Open

Adding runs all reporters in CI #357

feat(ci) add flutter-json
731829c
Select commit
Loading
Failed to load commit list.
GitHub Actions / dotnet-trx report succeeded Jan 15, 2024 in 1s

5 passed, 5 failed and 1 skipped

Tests failed

❌ ./tests/fixtures/dotnet-trx.trx

11 tests were completed in 1s with 5 passed, 5 failed and 1 skipped.

Test suite Passed Failed Skipped Time
DotnetTests.XUnitTests.CalculatorTests 5✅ 5❌ 1⚪ 118ms

❌ DotnetTests.XUnitTests.CalculatorTests

✅ Custom Name
❌ Exception_In_TargetTest
	System.DivideByZeroException : Attempted to divide by zero.
❌ Exception_In_Test
	System.Exception : Test
❌ Failing_Test
	Assert.Equal() Failure
	Expected: 3
	Actual:   2
✅ Is_Even_Number(i: 2)
❌ Is_Even_Number(i: 3)
	Assert.True() Failure
	Expected: True
	Actual:   False
✅ Passing_Test
✅ Should be even number(i: 2)
❌ Should be even number(i: 3)
	Assert.True() Failure
	Expected: True
	Actual:   False
⚪ Skipped_Test
✅ Timeout_Test

Annotations

Check failure on line 9 in reports/dotnet/DotnetTests.Unit/Calculator.cs

See this annotation in the file changed.

@github-actions github-actions / dotnet-trx report

DotnetTests.XUnitTests.CalculatorTests ► Exception_In_TargetTest

Failed test found in:
  ./__tests__/fixtures/dotnet-trx.trx
Error:
  System.DivideByZeroException : Attempted to divide by zero.
Raw output
System.DivideByZeroException : Attempted to divide by zero.
   at DotnetTests.Unit.Calculator.Div(Int32 a, Int32 b) in C:\Users\Michal\Workspace\dorny\test-reporter\reports\dotnet\DotnetTests.Unit\Calculator.cs:line 9
   at DotnetTests.XUnitTests.CalculatorTests.Exception_In_TargetTest() in C:\Users\Michal\Workspace\dorny\test-reporter\reports\dotnet\DotnetTests.XUnitTests\CalculatorTests.cs:line 33

Check failure on line 39 in reports/dotnet/DotnetTests.XUnitTests/CalculatorTests.cs

See this annotation in the file changed.

@github-actions github-actions / dotnet-trx report

DotnetTests.XUnitTests.CalculatorTests ► Exception_In_Test

Failed test found in:
  ./__tests__/fixtures/dotnet-trx.trx
Error:
  System.Exception : Test
Raw output
System.Exception : Test
   at DotnetTests.XUnitTests.CalculatorTests.Exception_In_Test() in C:\Users\Michal\Workspace\dorny\test-reporter\reports\dotnet\DotnetTests.XUnitTests\CalculatorTests.cs:line 39

Check failure on line 27 in reports/dotnet/DotnetTests.XUnitTests/CalculatorTests.cs

See this annotation in the file changed.

@github-actions github-actions / dotnet-trx report

DotnetTests.XUnitTests.CalculatorTests ► Failing_Test

Failed test found in:
  ./__tests__/fixtures/dotnet-trx.trx
Error:
  Assert.Equal() Failure
  Expected: 3
  Actual:   2
Raw output
Assert.Equal() Failure
Expected: 3
Actual:   2
   at DotnetTests.XUnitTests.CalculatorTests.Failing_Test() in C:\Users\Michal\Workspace\dorny\test-reporter\reports\dotnet\DotnetTests.XUnitTests\CalculatorTests.cs:line 27

Check failure on line 59 in reports/dotnet/DotnetTests.XUnitTests/CalculatorTests.cs

See this annotation in the file changed.

@github-actions github-actions / dotnet-trx report

DotnetTests.XUnitTests.CalculatorTests ► Is_Even_Number(i: 3)

Failed test found in:
  ./__tests__/fixtures/dotnet-trx.trx
Error:
  Assert.True() Failure
  Expected: True
  Actual:   False
Raw output
Assert.True() Failure
Expected: True
Actual:   False
   at DotnetTests.XUnitTests.CalculatorTests.Is_Even_Number(Int32 i) in C:\Users\Michal\Workspace\dorny\test-reporter\reports\dotnet\DotnetTests.XUnitTests\CalculatorTests.cs:line 59

Check failure on line 67 in reports/dotnet/DotnetTests.XUnitTests/CalculatorTests.cs

See this annotation in the file changed.

@github-actions github-actions / dotnet-trx report

DotnetTests.XUnitTests.CalculatorTests ► Should be even number(i: 3)

Failed test found in:
  ./__tests__/fixtures/dotnet-trx.trx
Error:
  Assert.True() Failure
  Expected: True
  Actual:   False
Raw output
Assert.True() Failure
Expected: True
Actual:   False
   at DotnetTests.XUnitTests.CalculatorTests.Theory_With_Custom_Name(Int32 i) in C:\Users\Michal\Workspace\dorny\test-reporter\reports\dotnet\DotnetTests.XUnitTests\CalculatorTests.cs:line 67