Also, how easy would it be to integrate this into our existing gradle builds and jenkins output, etc?
It seems like it might be easier to write a few lines of java code to just invoke a shell script and assert on the error code and output. Then you could just do this within junit tests - where maybe you want to make other assertions about the state of the system anyway? -Dan On Fri, Jun 3, 2016 at 2:23 PM, William Markito <[email protected]> wrote: > Guys, > > What do you think about using something like Bats [1] to test shell scripts > that will be available as part of the examples ? > > Not sure if we would have any conflicts or problems with their license [2] > but it doesn't seem the case... > > Thanks > > [1] https://github.com/sstephenson/bats > [2] https://github.com/sstephenson/bats/blob/master/LICENSE > > -- > > ~/William >
