If you use Github Codespaces (recommended) or Gitpod this template will already come with Python, Node and the Posgres Database installed. If you are working locally make sure to install Python 3.10, ...
test-framework-template/ ├── .github/ │ ├── workflows/ │ │ └── ci.yml # GitHub Actions CI/CD │ └── copilot-instructions.md # Development guidelines ├── .vscode/ │ ├── settings.json # VS Code settings ...