
We are excited to announce a major version release of [TestBox](/products/testbox) version 4.0.0. To install just use CommandBox: `install testbox --saveDev` or to update your TestBox installation `update testbox`. So let's explore this release!
Category Selected:
testboxCategories:
Archives:
Hi everyone, great news! Ortus is rolling out our new Ortus Community site to help consolidate all of our community support and interaction. As part of that effort, all our Google Group threads have been imported to the new Ortus Community and effective immediately, our Google Groups are closed for further posting.
We are excited to announce a new minor release of TestBox version 3.2.0. To install just use CommandBox: install testbox --saveDev
or to update your TestBox installation update testbox
. So let's explore this release
In this video, we show how to get started measuring the code coverage of your test suite with TestBox 3.0 and FusionReactor.
We are excited to announce the release of TestBox version 3.0.0. To install just use CommandBox: install testbox --saveDev
or to update your TestBox installation update testbox
. So let's explore this release
We are excited to announce the release of TestBox version 2.8.0. To install just use CommandBox:
1 |
box install testbox --savedev |
To upgrade your current testbox installation just run the following:
1 |
box update testbox |
TestBox 2.8.0 is a minor release with some great new functionality and tons of fixes. You can find the release notes here and the major updates for this release.
We are excited to announce the release of TestBox version 2.6.0. To install just do:
1 |
box install testbox --savedev |
To upgrade your current testbox installation just run the following:
1 |
box uninstall testbox && install testbox --savedev |
TestBox 2.6.0 is a minor release with some great new functionality and tons of fixes. You can find the release notes here and the major updates for this release.
Today's featured module is a TestBox module that introduces snapshot testing capabilities to TestBox. If you've avoided testing your legacy applications, come see how TestBox Snapshots can get you started.