Pythagora-io / gpt-pilot

The first real AI developer
Other
29.06k stars 2.91k forks source link

add support for virtual UI, useful for automated end-to-end tests #1027

Closed senko closed 1 week ago

senko commented 1 week ago

This allows us to set up a test end-to-end run, with pre-scripted user inputs.

Config used for the demo (see below):

  "ui": {
    "type": "virtual",
    "inputs": [
      {
        "text": "example-project"
      },
      {
        "button": "example"
      }
    ]
  },

Demo

https://github.com/Pythagora-io/gpt-pilot/assets/3362/e024c37e-3306-4115-a228-9a6d3746fd35