Advertise here

jQuery Plugins Tagged ‘javascript testing’

jsdom – JavaScript Based Headless Browser Useful for Testing & Scraping Web Applications

July 10, 2020     722    
jsdom – JavaScript Based Headless Browser Useful for Testing & Scraping Web Applications

jsdom is a pure-JavaScript implementation of many web standards, notably the WHATWG DOM and HTML Standards, for use with Node.js. In general, the goal of the project is to emulate enough of a subset of a web browser to be useful for testing and scraping real-world web applications.

Read More »

Jest – Delightful JavaScript Testing

August 26, 2019     493    
Jest – Delightful JavaScript Testing

Jest is a delightful JavaScript Testing Framework with a focus on simplicity. It works with projects using: Babel, TypeScript, Node, React, Angular, Vue and more.

Read More »