We’re Hiring!

December 16, 2010

Sensis is looking for two Senior Developers to join our happy band of code monkeys here at the Verticals team. We look after Citysearch® mainly, but we have our fingers in several pies. Don’t worry, we washed our hands.

If you’re clever, like playing with new technologies, and want a chance to work with a team who are passionate about TDD and automation, we’d like to hear from you. If you want a chance to make cool stuff with CouchDB, node.js, Cucumber testing, and get paid for it – we’d like to talk to you.

If you’re interested, email Sensis Careers, quoting reference “3B/54388” with your CV/resume/link to your github projects, or just more questions.

Here’s a little snippet from one of our ant files for running Cucumber as an Ant task, under JRuby. Read the rest of this entry »

UPDATE: the junit formatter is now included in cucumber, from version 0.3.4 onwards. Use it by cucumber --format junit --out path-to-report-dir features.

We’ve just jumped on the cucumber bandwagon here at Citysearch, and are happily churning out acceptance tests. Hudson is our continuous integration server of choice.

In order to get the nice junit report for our cucumber tests, I’ve coded up a dodgy JUnit formatter. Read the rest of this entry »