s9tpepper / karma-cucumberjs

A Cucumber.js Karma test runner adapter.
MIT License
54 stars 21 forks source link

Ember.js with karma cucumber bug #5

Open OpakAlex opened 10 years ago

OpakAlex commented 10 years ago

If I use Ember.js with karma-cucumber.js I have some problems:

 Uncaught Error. No function (idx) {
        return this.objectAt(idx);
      } function exists on {}
    at karma-cucumberjs/lib/adapter.js:20

my karma task and conf: https://gist.github.com/OpakAlex/8283270

I need your help! Thanks!

OpakAlex commented 10 years ago

Boys?