Getting Started

Need a plan for the following:

Python using the nominates pyenv env

Phase 1

  • Given a web app url, api url and project code root:

1 - Map the UI components to it’s related call on the API 2 - Map the coordinates of a screenshot to its underlying component in the Ui

Since we are using FastHTML - the rendered DOM is probably better to id components.

Playwright and pytest can be used to gather information.

Phase 2

The end-goal is to generate automated markdown user guides for our web apps. I want us to generate data first before we plan this out.