@@ -7,8 +7,8 @@ This document tracks the migration of WebDriverIO (wdio) e2e tests to Cypress te
77## Current Status
88
99- ** Total wdio tests** : 38
10- - ** Cypress tests implemented** : 37
11- - ** Tests remaining to migrate** : 13
10+ - ** Cypress tests implemented** : 39
11+ - ** Tests remaining to migrate** : 11
1212
1313## Tests Already Migrated to Cypress ✓
1414
@@ -54,22 +54,34 @@ The following wdio tests have been successfully migrated to Cypress:
5454- ✓ folder-child.edit.spec.cy.ts (cypress/e2e/f/)
5555- ✓ folder-child.delete.spec.cy.ts (cypress/e2e/f/)
5656
57- ## Tests to Migrate (17 tests)
57+ ### Application Settings
58+ - ✓ application-settings.login-page.spec.cy.ts (cypress/e2e/g/)
59+ - ✓ application-settings.site-header.spec.cy.ts (cypress/e2e/g/)
60+
61+ ## Tests to Migrate (15 tests)
5862
5963The following tests need to be migrated from wdio to Cypress. They are organized by functional area for easier sub-issue creation.
6064
61- ### 1. Application Settings (2 tests)
65+ ### 1. Application Settings (2 tests) ✓
6266
6367** Category** : Application Configuration and Settings
6468** Priority** : Medium
65- ** Location** : e2e/Tests/application-settings/
69+ ** Location** : e2e/Tests/application-settings/
70+ ** Migrated to** : cypress/e2e/g/
6671
67- Tests to migrate :
68- - [ ] application-settings.login-page.spec.ts
69- - [ ] application-settings.site-header.spec.ts
72+ Tests migrated :
73+ - ✓ application-settings.login-page.spec.cy .ts
74+ - ✓ application-settings.site-header.spec.cy .ts
7075
7176** Description** : Tests for application-level settings including login page configuration and site header customization.
7277
78+ ** Key Functionality** :
79+ - Customizing login page main and secondary text
80+ - Toggling visibility of login page elements (main text, secondary text, image)
81+ - Resetting login page settings to defaults
82+ - Customizing site header image visibility
83+ - Verifying changes persist on login and header pages
84+
7385---
7486
7587### 2. Device Users (3 tests) ✓
0 commit comments