action #87695
Updated by okurz over 1 year ago
Full openQA test development, maintenance and administration from browser without the need of a local terminal ## Motivation Most of openQA functionality is available over the webUI with prominent exceptions like "trigger tests". To allow easier workflows for web centric users, e.g. using https://github.com/features/codespaces , we should offer possibilities to interact with openQA without needing a local terminal with openqa cli tools, maybe using curl only. ## Acceptance criteria * **AC1:** openQA jobs can be triggered from remote web-based IDEs (or just terminals) ## Suggestions * See https://youtu.be/7edHele0iow * Read http://open.qa/docs/#_running_openqa_jobs_as_ci_checks * Read https://hackweek.opensuse.org/22/projects/automated-test-for-game-plus-only-web-based-dev-plus-python-openqa * Try it out, add to our documentation * Maybe does not need any implementation * Just add examples for how to use curl (if that is readily available for commonly used web IDEs) ## Further details Related to #86063