prolificcoder / vijaychess

1 stars 0 forks source link

Put back reporting back for integration tests #41

Closed prolificcoder closed 2 years ago

prolificcoder commented 2 years ago

When integration tests are made to output to json extraneous stuff comes in run: flutter test integration_test/ --machine > int-test-results.json

eg: pod install.. etc

that messes up json output

Add integration tests flutter json

- uses: dorny/test-reporter@v1
  if: success() || failure()       
  with:
    name: Integration tests
    path: int-test-results.json
    reporter: flutter-json