allure_report 1.0.0 copy "allure_report: ^1.0.0" to clipboard
allure_report: ^1.0.0 copied to clipboard

Allure Report Adapter. Use it with [test_reporter](https://pub.dev/packages/test_reporter) package

Dart Allure Report Adapter #

Allure Report packages defines AllureReporter class used by test_reporter CLI tool.

Usage #

You should add allure_report to your dev dependencies to test_reporter could import it in runtime

Attachments #

Allure Reporter expects that tests will print messages in format event:attachment:<path to attachment>

Example:

final base = p.join(Directory.current.path, 'reports', 'failures',
    subfolder, p.basename(masterFile.path));
final test = p.join(Directory.current.path, 'reports', 'failures',
    subfolder, p.basename(testFile.path));

masterFile.copySync(base);
testFile.copySync(test);

print('event:attachment:$base');
print('event:attachment:$test');
0
likes
0
pub points
45%
popularity

Publisher

unverified uploader

Allure Report Adapter. Use it with [test_reporter](https://pub.dev/packages/test_reporter) package

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

freezed_annotation, path, test_reporter, universal_io, uuid

More

Packages that depend on allure_report