I am not Martin Scholl

nor am I Ludwig Wittgenstein 
Filed under

common_test

 

XML Reports for Erlang Common Test Runs

Within our Continuous Integration process, we heavily depend on running tests using Erlang's excellent Common Test (CT) framework. With CT's help we not only can run tests in a moderately distributed fashion, but more importantly we have plenty of options to run subsets and different combinations configuration options in a really easy way. 

But there always was one downside: those tests didn't show up in Hudson. Although CT generates nice HTML logs of the test runs, the only way of CT integration in Hudson was to use an error return code to signal failure. 

Read the rest of this post »

Filed under  //   CI   common_test   ct   erlang   surefire  

Comments [0]