Bwoken 2 Beta Released

In response to a great discussion in the bwoken issues forum, I’m happy to announce the first beta of bwoken version 2! The major change, which justified the major version bump, is that bwoken is no longer invoked with rake but instead with bwoken. So, now you can do fun things like this!

$ bwoken test --focus some_test --family ipad --simulator

This will run one particular test, only on the ipad, and specifically in the simulator even if there’s an iDevice connected. To try out the new beta, make the line in your Gemfile look like this:

gem 'bwoken', '2.0.0.beta.1'

Then, just run bundle update bwoken and you’re all set! Please be generous with posting new issues you encounter.