Need help for collecting tests usage data

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Need help for collecting tests usage data

Benoit Verhaeghe

Hi everyone. 


I need your help. I’m working on how pharo developers use the tests. And you are pharo developers.

So I developed a plugin and I would like you to download it. You just have to execute this line in a playground


Metacello new

    smalltalkhubUser: 'Pharo' project: 'MetaRepoForPharo60';

    configuration: 'TestsUsageAnalyser';

    version: #stable;

    get;

    load.


You will have to do it only one time in one image. Then, if they are update it’ll be done automatically and if you create a new image it will be automatically installed.


The plugin will collect data on which tests you run. when. and the modifications you'll have done.

Normally, it should be completely transparent for the users and the data are anonymous.


If you want more details about the project or how it works, you can answer to this mail, or send me an email at[hidden email] or by using discord.

Thanks a lot.