Adding runs all reporters in CI #6
Annotations
18 errors
DotnetTests.XUnitTests.CalculatorTests ► Exception_In_TargetTest:
reports/dotnet/DotnetTests.Unit/Calculator.cs#L9
Failed test found in:
./__tests__/fixtures/dotnet-trx.trx
Error:
System.DivideByZeroException : Attempted to divide by zero.
|
DotnetTests.XUnitTests.CalculatorTests ► Exception_In_Test:
reports/dotnet/DotnetTests.XUnitTests/CalculatorTests.cs#L39
Failed test found in:
./__tests__/fixtures/dotnet-trx.trx
Error:
System.Exception : Test
|
DotnetTests.XUnitTests.CalculatorTests ► Failing_Test:
reports/dotnet/DotnetTests.XUnitTests/CalculatorTests.cs#L27
Failed test found in:
./__tests__/fixtures/dotnet-trx.trx
Error:
Assert.Equal() Failure
Expected: 3
Actual: 2
|
DotnetTests.XUnitTests.CalculatorTests ► Is_Even_Number(i: 3):
reports/dotnet/DotnetTests.XUnitTests/CalculatorTests.cs#L59
Failed test found in:
./__tests__/fixtures/dotnet-trx.trx
Error:
Assert.True() Failure
Expected: True
Actual: False
|
DotnetTests.XUnitTests.CalculatorTests ► Should be even number(i: 3):
reports/dotnet/DotnetTests.XUnitTests/CalculatorTests.cs#L67
Failed test found in:
./__tests__/fixtures/dotnet-trx.trx
Error:
Assert.True() Failure
Expected: True
Actual: False
|
test/main_test.dart ► Test 1 Test 1.1 ► Failing test:
./__tests__/fixtures/dart-json.json#L0
Failed test found in:
./__tests__/fixtures/dart-json.json
Error:
Expected: <2>
Actual: <1>
|
test/main_test.dart ► Test 1 Test 1.1 ► Exception in target unit:
./__tests__/fixtures/dart-json.json#L0
Failed test found in:
./__tests__/fixtures/dart-json.json
Error:
Exception: Some error
|
test/main_test.dart ► Test 2 ► Exception in test:
./__tests__/fixtures/dart-json.json#L0
Failed test found in:
./__tests__/fixtures/dart-json.json
Error:
Exception: Some error
|
test/second_test.dart ► Timeout test:
./__tests__/fixtures/dart-json.json#L0
Failed test found in:
./__tests__/fixtures/dart-json.json
Error:
TimeoutException after 0:00:00.000001: Test timed out after 0 seconds.
|
TestResults ► AcmeLibTests.AcmeLibTests ► test_always_fail:
./__tests__/fixtures/swift-xunit.xml#L0
Failed test found in:
./__tests__/fixtures/swift-xunit.xml
Error:
Test failed
|
__tests__\main.test.js ► Test 1 › Test 1.1 ► Failing test:
./__tests__/fixtures/jest-junit.xml#L0
Failed test found in:
./__tests__/fixtures/jest-junit.xml
Error:
Error: expect(received).toBeTruthy()
|
__tests__\main.test.js ► Test 1 › Test 1.1 ► Exception in target unit:
./__tests__/fixtures/jest-junit.xml#L0
Failed test found in:
./__tests__/fixtures/jest-junit.xml
Error:
Error: Some error
|
__tests__\main.test.js ► Test 2 ► Exception in test:
./__tests__/fixtures/jest-junit.xml#L0
Failed test found in:
./__tests__/fixtures/jest-junit.xml
Error:
Error: Some error
|
__tests__\second.test.js ► Timeout test:
./__tests__/fixtures/jest-junit.xml#L0
Failed test found in:
./__tests__/fixtures/jest-junit.xml
Error:
: Timeout - Async callback was not invoked within the 1 ms timeout specified by jest.setTimeout.Timeout - Async callback was not invoked within the 1 ms timeout specified by jest.setTimeout.Error:
|
C:/Users/Michal/Workspace/dorny/test-reporter/reports/mocha/test/main.test.js ► Test 1 Test 1.1 ► Exception in target unit:
./__tests__/fixtures/mocha-json.json#L0
Failed test found in:
./__tests__/fixtures/mocha-json.json
Error:
Some error
|
C:/Users/Michal/Workspace/dorny/test-reporter/reports/mocha/test/main.test.js ► Test 1 Test 1.1 ► Failing test:
./__tests__/fixtures/mocha-json.json#L0
Failed test found in:
./__tests__/fixtures/mocha-json.json
Error:
Expected values to be strictly equal:
false !== true
|
C:/Users/Michal/Workspace/dorny/test-reporter/reports/mocha/test/main.test.js ► Test 2 ► Exception in test:
./__tests__/fixtures/mocha-json.json#L0
Failed test found in:
./__tests__/fixtures/mocha-json.json
Error:
Some error
|
C:/Users/Michal/Workspace/dorny/test-reporter/reports/mocha/test/second.test.js ► Timeout test:
./__tests__/fixtures/mocha-json.json#L0
Failed test found in:
./__tests__/fixtures/mocha-json.json
Error:
Timeout of 1ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (C:\Users\Michal\Workspace\dorny\test-reporter\reports\mocha\test\second.test.js)
|