eugene-sea / karma-cucumber-js

Karma adapter for running Cucumber.js features
10 stars 4 forks source link

Any plans to upgrade to cucumberjs 2.0? #13

Open jfstephe opened 7 years ago

jfstephe commented 7 years ago

Title says it all :-).

eugene-sea commented 7 years ago

I thought, it is still in beta. I plan to migrate to cucumber.js 2.0 this summer.

jfstephe commented 7 years ago

Awesome news. Thanks :-)

dimitriy-k commented 7 years ago

and what about Typescript and integration with Angular4 (angular cli)?

eugene-sea commented 7 years ago

In my projects I use TS for app code and for step definitions code. I do not have any issues with TypeScript. I have not tried it with angular cli. For now cucumber.js tests should be run separately from jasmine (mocha) tests. I have ideas how to combine them but I have no time now.

I'm not sure when I will be able to finish migration to cucumber.js 2.0 (I have not started working on it yet). cucumber.js 2.0 has breaking changes in API, thus I'm not sure how complex migration will be.

lwouis commented 6 years ago

Integration with angular CLI would be amazing!

blairjo commented 6 years ago

Hi,

Is this repo still active? Looks like the cucumberjs upgrade never happened as planned..?

Also, do you have a simple working example running against a hello world app or something?

Thanks

eugene-sea commented 5 years ago

Unfortunately, the package is deprecated, as I have no time for it now.