You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am not sure if PhantomJS is good enough for that job, it sometimes gives false-negative due to internal failures, so probably CasperJS/ZombieJS can do the job well here.
But my question is - why should we tie to a specific browser/engine? Why not https://www.npmjs.com/package/selenium-webdriver or any other JS browser driver?
Good point. If possible we can use selenium webdriver. I have also seen other js drivers which can be handy for this purpose.
I just want to figure something that will make plugins like #26 easy to implement (without reinventing the wheel), since this was the biggest blocker with PHP implementation.
I am thinking to switch this project to JavaScript.
I am considering PhantomJS and simple plugin system (similar to #26) with Cucumber.js or CodeceptJS.
The text was updated successfully, but these errors were encountered: