Easy test setup without side effects
Provides "ui" for testing frameworks such as mocha/jasmine which allows to define lazy variables and subjects
Jest plugins to emulate RSpec syntax and structure.
Adds context as an alternative to describe to jest.
Adds a Given-When-Then DSL to jasmine as an alternative style for specs
Super simple DI for JavaScript, targetted mainly at spec test setup
Distributed test runner using Redis as a work queue. Push file paths to a Redis list, then multiple CI runners atomically steal batches and execute them via a configurable command.
jQuery matchers and fixture loader for Jasmine framework
fast and safe way to escape and unescape &<>'" chars
Highly configurable, well-tested, JavaScript-based HTML minifier.
A JavaScript library for escaping CSS strings and identifiers while generating the shortest possible ASCII-only output.
A robust HTML entities encoder/decoder with full Unicode support.
Simplifies creation of HTML files to serve your webpack bundles
List of HTML void tag names
Compare strings containing a mix of letters and numbers in the way a human being would in sort order.
hast utility to serialize to HTML
Advanced html to plain text converter
Visualize flow between nodes in a directed acyclic network.
Neo-Async is a drop-in replacement for Async, it almost fully covers its functionality and runs faster
A lightweight library that provides tools for organizing asynchronous code
Memoization for Mocha/Jasmine specs (like RSpec's #let)
remark plugin that turns markdown into HTML to support rehype
Fastest HTML entities encode/decode library.
Manipulate TopoJSON and convert it to GeoJSON.
Nokogiri based 'have_tag' and 'with_tag' matchers for RSpec. Does not depend on assert_select matcher, provides useful error messages.
HTML document abstraction and matchers for RSpec
RSpec HTML Reporter
Rspec custom formatter to generate pretty html results
A nice HTML formatter for your RSpec tests 🌈
Extended html formator for rspec. It create seperate html file for each rspec test script.
HTML formatting for RSpec enriched JSON output
Ruby gem to test for valid HTML5 markup with RSpec
RSpec HTML Formatter
A custom reporter for RSpec which generates pretty HTML reports
HTML Validation lets you validate html locally. Lets you build html validation into your test suite, but break the rules if you must.
HTML Report/Formatter for cucumber that allows user to modify erb in order to customize.