Dev Resources
Testing Playground favicon

Testing Playground

Testing

Simple and complete DOM testing playground that encourage good testing practices.

Testing Playground's website screenshot

About Testing Playground

Testing Playground is a browser-based tool for writing and testing DOM element queries against sample or live markup. It renders an interactive form example and lets users query elements using accessible queries such as getByRole, LabelText, PlaceholderText, and Text, modeled on Testing Library conventions.

The tool inspects a given HTML structure and surfaces suggested queries for each element, ranking them by accessibility and specificity, and also lists semantic queries (AltText, Title) and test ID-based queries. It includes a settings option and displays accessible roles for elements on the page.

It is aimed at developers writing automated UI tests, particularly those using Testing Library-style APIs, who want to identify the most accessible and robust selector for a given element before writing test code.

Key features

  • Interactive playground for practicing Testing Library queries on live DOM elements
  • Displays accessible roles for elements in the markup
  • Suggests optimal queries (e.g. getByRole with name option) for selected elements
  • Shows query priority order: accessible queries, semantic queries, and test IDs

Frequently asked questions

What is Testing Playground for?

It lets developers query sample HTML elements using Testing Library-style queries like screen.getByRole to practice writing accessible test selectors.

Does it support Testing Library's query methods?

Yes, it supports queries such as getByRole with options like name, matching Testing Library's API.

Does it help find accessibility roles for elements?

Yes, it displays the accessible role of a selected element, such as identifying a button's role as 'button'.

Advertise here

Featured products

  • SerpApi - Search API favicon
  • CoreClaw favicon

Show your product to thousands of developers

ยท 100k monthly pageviews
ยท 7k newsletter subscribers

Advertise your product

You might also like