Skip to content

2.0.0 Alpha 1

Pre-release
Pre-release
Compare
Choose a tag to compare
@cowboygneox cowboygneox released this 15 Apr 11:54
· 101 commits to master since this release

I've received a ton of feedback telling me that the world is ready for Betamax to be back alive, and now is that time.

If you want to use Betamax in JUnit, add the following dependency:

<dependency>
  <groupId>software.betamax</groupId>
  <artifactId>betamax-junit</artifactId>
  <version>2.0.0-alpha-1</version>
  <scope>test</scope>
</dependency>

Or perhaps Specs2 (w/ Scala 2.11.x) is your testing tool of choice:

<dependency>
  <groupId>software.betamax</groupId>
  <artifactId>betamax-specs2_2.11</artifactId>
  <version>2.0.0-alpha-1</version>
  <scope>test</scope>
</dependency>

Don't see the testing framework (or version) that you want? Make an issue and I'll get to it.

Documentation is coming, so hold tight. I had to work pretty hard to get this working from the existing code and I might need to take a breather.

An official 2.0.0 release will come when I've had time to organize all of the issues and finish the documentation.