atoum / standard-edition

opinionated packaging of atoum with build-in extensions and improved ci-integration
MIT License
3 stars 2 forks source link

atoum standard edition Build Status

atoum standard edition is an opinionated packaging of atoum. It contains features that are not considered best practices in atoum's core, but could be useful and used by many developers. It is also aimed to ease the integration on ci environments and leverage the composer.json file to provide some automatic configuration.

Install it

You just have to require atoum/standard-edition via composer. You don't need to install atoum manually.

composer require --dev atoum/standard-edition

Features

See below for the full list of features.

Detailled Features

Features provided by extensions

For each of these features, the best is to read the documentation for each of them. Just remember they are ready to use, so you don't need to configure it in the configuration file or whatever.

Generate an xUnit report with ease

To generate an Xunit report, add the environnement variable XUNIT_REPORT_PATH with the path to the xUnit file to generate as value.

If the directory were the file should be written does not exists, il will be created.

Participate in the Telemetry project

If you want to participate in the telemetry project, you just need to set the TELEMETRY_ENABLED environnment variable.

You can set multiple values

Automatic configuration of the autoloop extension

If the autoloop extension is installed, files/folders defined in the autoload section of your composer.json file will be automaticly watch.

You must manually install the autoloop extension (because some of its dependancies may cause conflicts on your project).

Links

Licence

atoum standard edition is released under the MIT License. See the bundled LICENSE file for details.