Articles tagged 'javascript'
-
Hands-on With the Cucumber Events API
Cucumber Ruby 2.1 introduces the new Events API — a simple way to find out what’s happening while Cucumber runs your features. Events are read-only and simplify the process of writing formatters, and other output tools.
I’ll illustate how to use the API with a worked example that streams Cucumber...
Read more… -
Exploring Harmony for javascript BDD with RSpec
We try to BDD all of our production code, but the one area we always seem to struggle with is our javascript. There are various test/spec frameworks for javascript, but we’ve never quite found one we’ve been totally happy with.
There’s been a fair amount of interest lately in a new ruby gem which...
Read more…