Skip to content
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

While running via groups, the tests(.js files) in different folders also getting copied to temp_test folder #23

Closed
ghost opened this issue Jan 16, 2016 · 2 comments

Comments

@ghost
Copy link

ghost commented Jan 16, 2016

Hi
I have been using the groups feature. So while running the scripts via groups i noticed something different, though it won't effect the execution but the framework copies the tests from different folder to temp-test folder.

I have attached the screenshot for your reference.
nightwatch-cucumber_issue

@mucsi96
Copy link
Owner

mucsi96 commented Jan 17, 2016

Hi
Thanks for you feedback!

Hoverer this is the expected behavior.

The module first runs cucumber with all feature files and create dummy nightwatch tests. We can't get nightwatch command line arguments at this stage :(

In the second stage nightwatch runs the created dummy test files as normal nightwatch test files. At this stage we can use all nightwatch CLI features.

@mucsi96 mucsi96 closed this as completed Jan 17, 2016
mucsi96 pushed a commit that referenced this issue Jan 17, 2016
@mucsi96
Copy link
Owner

mucsi96 commented Jan 17, 2016

I released a new version which does not create temp-tests folder. Check the readme, because configurations is little different and simpler :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant