testing-library / testing-playground

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

Home Page:https://testing-playground.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support query-extension queries

th3fallen opened this issue Β· comments

Summary πŸ’‘

I would love to be able to use our queries from https://github.com/tjefferson08/query-extensions
specifically screen.getBySelector()

Motivation πŸ”¦

more over supporting other custom queries somehow would be really amazing if possible.

Thanks for the suggestion. At this moment, "query-extensions" is not something I'd like to support in testing-playground.

Regarding the getBySelector, it sounds to me that container.querySelector is the same?