Skip to content

Latest commit

 

History

History
53 lines (28 loc) · 2.41 KB

ROADMAP.md

File metadata and controls

53 lines (28 loc) · 2.41 KB

Roadmap

Interactive HTML Preview

Status: Shipped at May 23, 2020 (#2)

The html preview tab should be made interactive. In such a way that one can hover elements and see the recommended query. When clicking on the link, the query should applied to the editor, like the various query buttons do.

Update Readme.md

Status: Shipped at May 25, 2020 (#23)

We don't have any instructions on how to get the thing started at localhost, or how to contribute. This should be made crystal clear.

Status: Shipped at May 24, 2020 (#14)

Also, I have no idea how it works, but I know we need to use emoji-key to list contributors in the readme. Is that an automated thing?

Add tests

Status: Ongoing (#7)

A testing-playground.com without tests... I don't think that should be a thing, but at this moment it is.

We should fix that, and use Vitest & testing-library to do it.

Usage instructions

Status: In backlog (#8)

Do we need some instructions on how to use the tool? I'm not sure about this yet, but if we do, it should be added to the playground itself. Not just a markdown on github.

Embeddable

Status: Shipped at May 28, 2020 (#9)

How awesome would it be if we had an embed-mode, so users can embed the playground in the blogs they write about testing / testing-library?

Support User-Event

Status: In backlog (#10)

I haven't worked out the details, but enabling users to play with user-events would awesome. Perhaps together with adding support for HTML mixed mode?

DevTools!

Status: In progress (#11)

I believe we can wrap this project into a chrome extension. That way people can use the thing on their own sites, without needing to copy / paste html fragments. How awesome would that be?!