-
Notifications
You must be signed in to change notification settings - Fork 12
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
hangs with slimerjs > 0.9.6 #25
Comments
You can either pipe to a file with the shell But are your tests hanging or |
I've created a
The slimerjs window is open and keeps open, even when the test has passed using
|
I also now see that
finally, it was the need to add |
Because slimerjs doesn't support it. What version of slimerjs are you using? I had the tests break and haven't been able to look into it yet so there may have been some contract breakage or regression there. btw outputing to a file has nothing to do with it. I'm sure if you tried phantomjs2 your tests would run just fine, and you can output the file via those two ways. |
did Regarding your last paragraph, I had nothing but hell using phantomjs for running tests (i'm writing tests and get tons of errors from phantom for them not passing because of variables not defined, like (my tests are complex and include testing DOM output so I need a good up-to-date headless browser and i'm not sure phantomjs is as updated as slimerjs in terms of DOM API and latest JS engine) |
|
I did |
Yeah I was using |
Changed to |
Oh this is a big issue - need to fix it, definately not closed :) Thanks for your report and investigation. |
Using with slimerjs, I manage to run my tests successfully from CMD:
Slimerjs window opens, I see the a browser window and all seems good, but the CMD doesn't finish. nothing is happening until I close the slimerjs window. I want to output the test result (using TAP reporter) as a file (for jenkins to consume)
is it even possible?
The text was updated successfully, but these errors were encountered: