Skip to content

Akenlab/PHPUnitDojoExtension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# PHPUnit Dojo extension

This extension feeds the backend of your choice with events, to gather statistics about the session.

## How to start

1. install the dependency :

`composer require akenlab/phpunit-dojo-extension`

2. register the extension in your phpunit.xml :

```
...
<extensions>
    <extension class="Akenlab\DojoExtension\DojoExtension">
        <arguments>
            <object class="Akenlab\DojoExtension\Drivers\HttpDriver">
                <arguments>
                    <string>http://host.docker.internal:3000/api/dojoEvent</string>
                </arguments>
            </object>
            <string>TEAM1</string>
        </arguments>
    </extension>
</extensions>
...
```

About

Feeds dojo events to an external monitoring tool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages