action #87695
Updated by okurz 7 months ago
Full openQA test development, maintenance and administration from browser without the need of a local terminal
## Motivation
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
* Read https://dev.to/lostintangent/10-awesome-things-you-can-do-with-github-dev-5fm7
* 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
Back