-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cucumber.js not working on windows7 64bit #47
Comments
Hi $ bin/cucumber.js features/background.feature c:\Users\C5168959\git\cucumber-js\features\background.feature:3 node.js:201 |
Thanks for reporting this. I think you are the first person to date trying to run Cucumber.js on a Windows environment. We should definitely take better care of Windows platforms. At first glance, it seems the feature source is considered as JavaScript code there. I'll try installing a Windows VM on my Mac and get back to you. |
It was - as expected - a slash issue in some code handling paths. @ChannelHil I hope this fixes your issue. |
Good day |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Good day
I tried to set the test up with Windows, but it is not working. It works with Mac OS and with Linux.
My node version is 0.6.10
The test is:
Feature: Test
It throws an error when I run the test. The error is: ReferenceError: Test is not defined.
Do you maybe have any suggestions what could be wrong?
Regards,
Channel
The text was updated successfully, but these errors were encountered: