launchscout / atom-cucumber-step

Cucumber jump to step for Atom.IO
MIT License
8 stars 22 forks source link

Cucumber ~ Jump to step not working #1

Open chai2 opened 10 years ago

chai2 commented 10 years ago

I installed cucumber-step plugin, to navigate to the gherkin scenario to cucumber step. But, it doesn't seem to be working. I had success with https://github.com/danielfrey/sublime-cucumber-step-finder when using in sublime editor

laurelnaiad commented 10 years ago

As far as I can tell this doesn't work. I have a context menu item that says "Enable cucumber-step" which doesn't seem to do anything, and nothing happens when use the key combination from within a gherkin step. Since this issue has been hanging around, I guess we conclude that the project is abandoned? EDIT - I wonder if it only supports Ruby...

justinrolston commented 10 years ago

When Jumping to step, I recieve an error that says Uncaught TypeError: Cannot read property '1' of null on this line https://github.com/gaslight/atom-cucumber-step/blob/master/lib/step-jumper.coffee#L15

NM-Clio commented 10 years ago

Exact same problem as above. The console opens up and displays that error.

justinrolston commented 10 years ago

@NM-Clio Last time I checked, this merge was not repackaged and deployed. Is this true @superchris ?

joshjordan commented 10 years ago

While the previous fix will stop the error from being thrown, it still does not cause atom-cucumber-step to work for the cases it failed on. I issued a PR for a first step at fixing some of the cases that are unhandled.

ironweber commented 8 years ago

Looks like this issue has been open for a long time. Any news on a fix or maybe a clue into what might be causing the issue so someone else can take a stab at a fix.