Commit 939fe6a
committed
test(cypress): standardize file and directory naming to kebab-case
Rename all Cypress E2E directories and test files to consistent
kebab-case convention:
- Directories: Formatting/ → formatting/, Lists/ → lists/,
Heading/ → heading/, Heading/Change/ → heading/change/,
Heading/KeyboardShortcuts/ → heading/keyboard-shortcuts/,
Toc/ → toc/
- Files: Bold.cy.js → bold.cy.js, BulletList.cy.js → bullet-list.cy.js,
TaskList.cy.js → task-list.cy.js, etc. (21 files)
- Remove redundant e2e- prefix from 3 files already inside cypress/e2e/
- Relocate 2 root-level legacy files into their proper subdirectories
- Rename 4 camelCase files in cypress-commands/ to kebab-case
- Remove 1 duplicate file (e2e-doc-structure-generator.cy.js)
No test logic changes. Import paths updated where needed.
Made-with: Cursor1 parent ae87c80 commit 939fe6a
41 files changed
Lines changed: 5 additions & 76 deletions
File tree
- packages/webapp/cypress/e2e
- cypress-commands
- editor
- doc-schema-generator
- formatting
- heading
- change
- normal-text
- selection
- keyboard-shortcuts
- lists
- toc
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
Lines changed: 0 additions & 72 deletions
This file was deleted.
0 commit comments