junitconfiguration 1.2.0 copy "junitconfiguration: ^1.2.0" to clipboard
junitconfiguration: ^1.2.0 copied to clipboard

discontinued
Dart 1 only

A test configuration producing JUnit compatible output.

JUnit Configuration #

A test configuration producing JUnit compatible output. This is useful for continuous integration servers (such as Jenkins) that support displaying JUnit test results.

This library is open source, stable and well tested. Development happens on GitHub. Feel free to report issues or create a pull-request there. The most recent stable versions are available through pub.dartlang.org.

Continuous build results are available from Jenkins.

Installation and Use #

Add the dependency to your package's pubspec.yaml file:

dependencies:
  junitconfiguration: ">=1.0.0 <2.0.0"

Then on the command line run:

$ pub get

To import the package into your Dart tests add:

import 'package:junitconfiguration/junitconfiguration.dart';

At the top of your main method, before the actual tests write:

JUnitConfiguration.install();

And this is all that is needed.

Misc #

License #

The MIT License, see LICENSE.

0
likes
10
pub points
0%
popularity

Publisher

verified publisherlukas-renggli.ch

A test configuration producing JUnit compatible output.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

More

Packages that depend on junitconfiguration