coordination #128426
open[epic] openQA test harness to execute playwright tests
0%
Description
Motivation¶
In #116923 people are discussing how to do automated Agama ALP installer tests. One candidate is https://playwright.dev/ . For this people don't necessarily want to write openQA test modules just to get playwright tests running. Maybe we can offer a simple openQA test harness, e.g. container backend, that takes a simple shell script (or python or whatever), spawns an openQA multi-machine tests with the ALP installation image in one machine and in parallel the configurable container image running the tests, accessing the Agama installer in the first machine.
Updated by okurz over 1 year ago
- Copied from action #128423: [gsoc] Container-based backend for openQA added
Updated by szarate over 1 year ago
Spawning a new VM is precisely what I want to avoid. Mihaly is tasked with coming up with a technical architecture on what #116923 could look like, but for the container-based backend, it could be a good PoC.