Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Jun 20, 2024

Conversation

senko
Copy link
Contributor

@senko senko commented Jun 20, 2024

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

2024-06-20_14-43-24.mp4

@LeonOstrez LeonOstrez merged commit f62533a into main Jun 20, 2024
6 checks passed
@LeonOstrez LeonOstrez deleted the virtual-ui branch June 20, 2024 12:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants