Headless Testing | PhantomJS

<![endif] Source Code Documentation API Examples FAQ One major use case of PhantomJS is headless testing of web applications. It is suitable for general command-line based testing, within a precommit hook, and as part of a continuous integration system. PhantomJS itself is not a test framework, it is only used to launch the tests via a suitable test runner. The following table summarizes the list of various test frameworks and the corresponding test runners. If the framework does not need an external/third-party runner, it is marked as "built-in". Framework Test Runner Buster.JS built-in Capybara Poltergeist , Terminus Mocha Chutzpah , mocha-phantomjs FuncUnit built-in Hiro built-in Karma (née Testacular) built-in Jasmine Chutzpah , grunt-contrib-jasmine , guard-jasmine , phantom-jasmine JsTestDriver js-test-driver-phantomjs L...

Linked on 2015-05-15 19:40:06 | Similar Links