action #132890
closedcoordination #121855: [epic] Agama web interactive installation
Create POM for 'Confirm Installation', 'Installing' and 'Installation Finished' screens in Agama
0%
Description
Motivation¶
Define a POM to handle the installation process.
Launch installation screen:
Screen during ongoing installation:
Screenshot of "congratulations" screen:
Scope¶
Installations of Dolomite and Tumbleweed using Agama for all architectures available in openQA (s390x and ppc64le excluded for now).
Acceptance criteria¶
AC1: Get familiar with Playwright and use the playwright test generator to get first version of your code.
AC2: Compare code auto-generated in AC1 with existing code in test like lvm or full encrypted (borrowed from Agama repo in their CI tests).
AC3: Replace code for the three pages above in existing e2e tests, ie: lvm, full encrypted, etc.
Additional information¶
Playwright documentation: https://playwright.dev/docs/Rintro
Playwright documentation - Page Object Model: https://playwright.dev/docs/pom
How to use playwright with Agama: https://github.com/openSUSE/agama/blob/master/playwright/README.md
Notice that for development in your system, you will need to install playwright and run npx playwright test
, due to in the live iso the command to run is different as described in doc above, playwright test
.
Existing test for CI shouldn't be touched for now, but those file might give us some inspiration in case with playwright test generator would not get the best locators.
Files
Updated by JERiveraMoya over 1 year ago
- Subject changed from Create POM for running installation and congratulation screens in agama to Create POM for 'Confirm Installation', 'Installing' and 'Installation Finished' screens in Agama
- Description updated (diff)
- Status changed from New to Workable
- Priority changed from Normal to High
- Target version set to Current
Updated by rainerkoenig over 1 year ago
- Status changed from Workable to In Progress
- Assignee set to rainerkoenig
Updated by JERiveraMoya about 1 year ago
Updated by rainerkoenig about 1 year ago
- Status changed from In Progress to Resolved
Verified that InstallActor
was used in current Agama staging tests. Ticket resolved.