lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Hi Pablo,

I added "Busted" interpreter to ZeroBrane Studio, which allows running
and debugging of busted scripts. The IDE will search for busted
executable in PATH or you can provide the location in the
configuration file. You will see the results reported in the IDE.

It's in the current master branch and will be included in the coming v0.40.

Paul.

On Wed, Dec 11, 2013 at 9:57 AM, Pablo Botelho <pablo.bcb@gmail.com> wrote:
> Is there a way to run busted tests inside zbstudio so I can debug them while
> they are running?