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

Run scenarios programmatically without UI #45

Closed
krassowski opened this issue Apr 2, 2023 · 1 comment
Closed

Run scenarios programmatically without UI #45

krassowski opened this issue Apr 2, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@krassowski
Copy link
Member

krassowski commented Apr 2, 2023

Problem

I would like to integrate ui-profiler with benchmarks repository. While we can run the extension as-is through playwright, it would be beneficial to avoid adding potential overhead of ui-profiler user interface. Also, it would be easier if we did not have to upload and download results from the server but instead could get the report immediately.

Proposed Solution

  • provide an API to run scenarios without UI
  • allow to disable the UI (make it a separate plugin)
  • maybe also attach CSS styles dynamically only in the :user-interface plugin?

Edit: we may also want to expose a way to generate plots and tables as csv/(png or svg) to attach them in comments.

@krassowski
Copy link
Member Author

Closing as solved by #46

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant