I am looking for a headless testing environment for javascript... something like ZombieJS, but without relying on nodejs, and something which has been around for a bit longer and is therefore, hopefully, a bit more stable...
Ty
A headless browser is a web browser without a graphical user interface. Headless browsers provide automated control of a web page in an environment similar to popular web browsers, but they are executed via a command-line interface or using network communication.
What is Headless testing? Headless testing is simply running your Selenium tests using a headless browser. It operates as your typical browser would, but without a user interface, making it excellent for automated testing.
Test Studio currently supports the headless mode for Chrome and Edge Chromium browsers. You can execute any existing test in your automation project in headless mode by selecting that type of browser.
Check out selenium
Would JsTestDriver work for you?
That still needs a browser visiting a page, but as I understand you can just keep it open and forget about it, and get at the tests from the command line or wherever you want.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With