Node.js headless browser replacement for PhantomJS for jasmine tests
Node.js headless browser replacement for PhantomJS for jasmine tests
PhantomJS development is suspended, so I need to find replacement for it.
In my Ruby on Rails application Javascript Unit tests are running via jasmine-gem and they run in PhantomJS headless browser.
Could you please advise alternatives for PhantomJS and ways how to incorporate them to run jasmine tests?
Definitely puppeteer
– Vaviloff
Jul 2 at 3:42
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.
It's off-topic question. Any way, Nightmare or headless Chrome (Puppeteer). It's unclear what this has to do with Jasmine because it's primarily intended for unit tests. For instance, Testcafe is intended for E2E and supports Chrome natively.
– estus
Jul 1 at 18:36