Skip to content

Commit 6ab6d96

Browse files
Copilotrenemadsen
andcommitted
Migrate eForm Visual Editor Create tests to Cypress
Co-authored-by: renemadsen <[email protected]>
1 parent 5370f7f commit 6ab6d96

File tree

5 files changed

+717
-22
lines changed

5 files changed

+717
-22
lines changed

WDIO_TO_CYPRESS_MIGRATION.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -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**: 46
11-
- **Tests remaining to migrate**: 4
10+
- **Cypress tests implemented**: 47
11+
- **Tests remaining to migrate**: 3
1212

1313
## Tests Already Migrated to Cypress ✓
1414

@@ -36,6 +36,7 @@ The following wdio tests have been successfully migrated to Cypress:
3636
- ✓ navigation-menu.drag-item.spec.ts (cypress/e2e/c/)
3737

3838
### eForm Visual Editor
39+
- ✓ eform-visual-editor.create-eform.spec.ts (cypress/e2e/j/)
3940
- ✓ eform-visual-editor.edit-eform.spec.ts (cypress/e2e/j/)
4041
- ✓ eform-visual-editor.edit-xml.spec.ts (cypress/e2e/j/)
4142
- ✓ eform-visual-editor.multi-language.spec.ts (cypress/e2e/j/)
@@ -117,14 +118,15 @@ Tests migrated:
117118

118119
---
119120

120-
### 3. eForm Visual Editor - Create (1 test)
121+
### 3. eForm Visual Editor - Create (1 test)
121122

122123
**Category**: eForm Visual Editor
123124
**Priority**: High
124-
**Location**: e2e/Tests/eform-visual-editor/
125+
**Location**: e2e/Tests/eform-visual-editor/
126+
**Migrated to**: cypress/e2e/j/
125127

126-
Tests to migrate:
127-
- [ ] eform-visual-editor.create-eform.spec.ts
128+
Tests migrated:
129+
- eform-visual-editor.create-eform.spec.cy.ts
128130

129131
**Description**: Tests for creating eForms using the visual editor. The edit functionality is already migrated.
130132

@@ -403,7 +405,7 @@ Use this section to track overall migration progress:
403405

404406
- [x] Application Settings (2 tests) ✓
405407
- [x] Device Users (3 tests) ✓
406-
- [ ] eForm Visual Editor - Create (1 test)
408+
- [x] eForm Visual Editor - Create (1 test)
407409
- [x] Folders - Folder Tree (3 tests) ✓
408410
- [x] Folders - Folder Child (3 tests) ✓
409411
- [x] Navigation Menu (4 tests) ✓
@@ -414,7 +416,7 @@ Use this section to track overall migration progress:
414416
- [x] User Administration (1 test) ✓
415417
- [ ] Workers (2 tests)
416418

417-
**Total Progress**: 24/28 tests migrated (85.7%)
419+
**Total Progress**: 25/28 tests migrated (89.3%)
418420

419421
## Notes
420422

0 commit comments

Comments
 (0)