better_test_reporter 0.1.1 copy "better_test_reporter: ^0.1.1" to clipboard
better_test_reporter: ^0.1.1 copied to clipboard

A CLI for generating a junit xml report from dart test json output and libraries for parsing test json into dev-friendly models

License

Parts of this package were adapted from the [dart-junitreport package](https://github.com/TOPdesk/dart-junitreport) on 10/20/21

Here is a list of the parts that were adapted from `dart-junitreport` on 10/20/21:
- `bin/report_to_junit.dart`
- `lib/src/junit_xml/test_json_to_junit.dart`

Here is the license for the above code:

```
(The MIT License)

Copyright (C) 2016 TOPdesk

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
```

---

Parts of this package were adapted from the [dart-testreport package](https://github.com/TOPdesk/dart-testreport) on 10/20/21

Here is a list of the parts that were adapted from `dart-testreport` on 10/20/21:
- `lib/src/processing/models/problem.dart`
- `lib/src/processing/models/report.dart`
- `lib/src/processing/models/suite.dart`
- `lib/src/processing/models/test.dart`
- `lib/src/processing/processors/processor.dart`
- `lib/src/processing/processors/processor_0_1.dart`
- `lib/src/processing/test_json_processor.dart`

Here is the license for the above code:

```
(The MIT License)

Copyright (C) 2016 TOPdesk

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
```

---

Everything else is covered by the following license:

Copyright (c) 2021 Betterment

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
6
likes
110
pub points
18%
popularity

Publisher

verified publisherbetterment.dev

A CLI for generating a junit xml report from dart test json output and libraries for parsing test json into dev-friendly models

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

MIT (LICENSE)

Dependencies

args, freezed_annotation, intl, json_annotation, pub_semver, xml

More

Packages that depend on better_test_reporter