Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1.58 KB

File metadata and controls

29 lines (18 loc) · 1.58 KB

Headless Testing Helpers

An attempt to outline getting headless testing up and in running as quick, easy, and effectively in today's ever-modernizing landscape.

As of right now I am doing a Landscape Review and will try to choose ONE set of tools and methods to write up. I'm currently leaning toward Ghost Inspector w/ Selenium.

This is appears to help me do things the way I want:

https://ghostinspector.com/docs/selenium-import-export/

I'll try to set up a demo with Selenium Builder soonish probably never.

Landscape Review

Small but big reason I made this repo...

Selenium IDE Firefox add-on end of life

Resources

Articles

Chromeless, Chrominator, Chromy, Navalia, Lambdium, GhostJS, AutoGCD -- Headless Chrome is shaking up traditional approaches to test automation

Utilities

Puppeteer - Puppeteer is a Node library which provides a high-level API to control headless Chrome over the DevTools Protocol. It can also be configured to use full (non-headless) Chrome.

CasperJS - CasperJS is a browser navigation scripting & testing utility written in Javascript for PhantomJS or SlimerJS.

Ghost Inspecter - Painlessly Record Tests in Your Browser

Comprehensive

HTMLUnitDriver & PhantomJS for Selenium Headless Testing