If you are thinking about adding a new feature to Testing Playground and wondering where to start, you are in the right place.
First, make sure that doesn't exist yet as feature request. If it doesn't, go ahead and create it.
We will advise you to first gather some feedback from the community and then proceed with coding.
The project is divided on two applications:
- The website (in
src/
) - The Extension (in
devtools/
)
Have a look at the code to get the big picture, and follow the patterns we are currently using (naming conventions, folder structure...etc.).
This is how our component hierarchy looks like right now: