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 / dart-json report succeeded Jan 15, 2024 in 0s

1 passed, 4 failed and 1 skipped

Tests failed

❌ ./tests/fixtures/dart-json.json

6 tests were completed in 4s with 1 passed, 4 failed and 1 skipped.

Test suite Passed Failed Skipped Time
test/main_test.dart 1✅ 3❌ 74ms
test/second_test.dart 1❌ 1⚪ 51ms

❌ test/main_test.dart

Test 1
  ✅ Passing test
Test 1 Test 1.1
  ❌ Failing test
	Expected: <2>
	  Actual: <1>
	
  ❌ Exception in target unit
	Exception: Some error
Test 2
  ❌ Exception in test
	Exception: Some error

❌ test/second_test.dart

❌ Timeout test
	TimeoutException after 0:00:00.000001: Test timed out after 0 seconds.
⚪ Skipped test

Annotations

Check failure on line 0 in ./__tests__/fixtures/dart-json.json

See this annotation in the file changed.

@github-actions github-actions / dart-json report

test/main_test.dart ► Test 1 Test 1.1 ► Failing test

Failed test found in:
  ./__tests__/fixtures/dart-json.json
Error:
  Expected: <2>
    Actual: <1>
  
Raw output
package:test_api          expect
test\main_test.dart 13:9  main.<fn>.<fn>.<fn>

Check failure on line 0 in ./__tests__/fixtures/dart-json.json

See this annotation in the file changed.

@github-actions github-actions / dart-json report

test/main_test.dart ► Test 1 Test 1.1 ► Exception in target unit

Failed test found in:
  ./__tests__/fixtures/dart-json.json
Error:
  Exception: Some error
Raw output
package:darttest/main.dart 2:3  throwError
test\main_test.dart 17:9        main.<fn>.<fn>.<fn>

Check failure on line 0 in ./__tests__/fixtures/dart-json.json

See this annotation in the file changed.

@github-actions github-actions / dart-json report

test/main_test.dart ► Test 2 ► Exception in test

Failed test found in:
  ./__tests__/fixtures/dart-json.json
Error:
  Exception: Some error
Raw output
test\main_test.dart 24:7  main.<fn>.<fn>

Check failure on line 0 in ./__tests__/fixtures/dart-json.json

See this annotation in the file changed.

@github-actions github-actions / dart-json report

test/second_test.dart ► Timeout test

Failed test found in:
  ./__tests__/fixtures/dart-json.json
Error:
  TimeoutException after 0:00:00.000001: Test timed out after 0 seconds.
Raw output
dart:isolate  _RawReceivePortImpl._handleMessage