Need help for SmartTest/CORA

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

Need help for SmartTest/CORA

Benoit Verhaeghe
 Hi everyone,

I'm working on SmartTest/CORA.
It's a plugin that help us with test.
It shows us only the test we should run to well tests ours applications.
And it will run automatically the tests (or not if you disable this option).
It will be great if you can help me by installing it.

You only have to execute this command :

Metacello new
  githubUser: 'badetitou' project: 'TestsUsageAnalyser-CORAExtends' commitish: 'master' path: '.';
  baseline: 'TestsUsageAnalyserCORAExtends';
  load.

You can also use the plugin with jenkins. 


Tell me if you are in trouble during the installation
Thanks for your help
Benoit