From e552539d75de13a8815106c21189a1e63788e1e6 Mon Sep 17 00:00:00 2001 From: Alireza Ebrahimkhani Date: Tue, 30 Dec 2025 09:11:58 +0100 Subject: [PATCH] chore(test): rename cmp.test.tsx files to unique names in wdio directory Renamed all 110 cmp.test.tsx files to use their parent directory name (e.g., async-rerender.test.tsx) for easier debugging when tests fail. resolves#6407 --- .../wdio/async-rerender/{cmp.test.tsx => async-rerender.test.tsx} | 0 .../attribute-basic/{cmp.test.tsx => attribute-basic.test.tsx} | 0 .../{cmp.test.tsx => attribute-boolean.test.tsx} | 0 .../{cmp.test.tsx => attribute-complex.test.tsx} | 0 .../{cmp.test.tsx => attribute-deserializer.test.tsx} | 0 .../wdio/attribute-host/{cmp.test.tsx => attribute-host.test.tsx} | 0 .../wdio/attribute-html/{cmp.test.tsx => attribute-html.test.tsx} | 0 test/wdio/build-data/{cmp.test.tsx => build-data.test.tsx} | 0 test/wdio/clone-node/{cmp.test.tsx => clone-node.test.tsx} | 0 .../{cmp.test.tsx => complex-properties.test.tsx} | 0 .../{cmp.test.tsx => computed-properties-prop-decorator.test.tsx} | 0 ...{cmp.test.tsx => computed-properties-state-decorator.test.tsx} | 0 ...{cmp.test.tsx => computed-properties-watch-decorator.test.tsx} | 0 .../{cmp.test.tsx => conditional-basic.test.tsx} | 0 .../{cmp.test.tsx => conditional-rerender.test.tsx} | 0 .../{cmp.test.tsx => cross-document-constructed-styles.test.tsx} | 0 test/wdio/css-variables/{cmp.test.tsx => css-variables.test.tsx} | 0 .../{cmp.test.tsx => custom-elements-delegates-focus.test.tsx} | 0 ...{cmp.test.tsx => custom-elements-hierarchy-lifecycle.test.tsx} | 0 ...st.tsx => custom-elements-output-tag-class-different.test.tsx} | 0 .../{cmp.test.tsx => custom-elements-output.test.tsx} | 0 test/wdio/custom-event/{cmp.test.tsx => custom-event.test.tsx} | 0 .../{cmp.test.tsx => declarative-shadow-dom.test.tsx} | 0 .../delegates-focus/{cmp.test.tsx => delegates-focus.test.tsx} | 0 .../{cmp.test.tsx => dom-reattach-clone.test.tsx} | 0 test/wdio/dom-reattach/{cmp.test.tsx => dom-reattach.test.tsx} | 0 .../{cmp.test.tsx => dynamic-css-variables.test.tsx} | 0 .../dynamic-imports/{cmp.test.tsx => dynamic-imports.test.tsx} | 0 .../es5-addclass-svg/{cmp.test.tsx => es5-addclass-svg.test.tsx} | 0 test/wdio/esm-import/{cmp.test.tsx => esm-import.test.tsx} | 0 test/wdio/event-basic/{cmp.test.tsx => event-basic.test.tsx} | 0 .../{cmp.test.tsx => event-custom-type.test.tsx} | 0 .../{cmp.test.tsx => event-listener-capture.test.tsx} | 0 .../external-imports/{cmp.test.tsx => external-imports.test.tsx} | 0 .../form-associated/{cmp.test.tsx => form-associated.test.tsx} | 0 test/wdio/image-import/{cmp.test.tsx => image-import.test.tsx} | 0 .../import-aliasing/{cmp.test.tsx => import-aliasing.test.tsx} | 0 test/wdio/init-css-shim/{cmp.test.tsx => init-css-shim.test.tsx} | 0 test/wdio/json-basic/{cmp.test.tsx => json-basic.test.tsx} | 0 test/wdio/key-reorder/{cmp.test.tsx => key-reorder.test.tsx} | 0 .../{cmp.test.tsx => manual-slot-assignment.test.tsx} | 0 .../{cmp.test.tsx => custom-elements-form-associated.test.tsx} | 0 .../node-resolution/{cmp.test.tsx => node-resolution.test.tsx} | 0 .../wdio/prerender-test/{cmp.test.tsx => prerender-test.test.tsx} | 0 .../{cmp.test.tsx => property-serializer.test.tsx} | 0 .../radio-group-blur/{cmp.test.tsx => radio-group-blur.test.tsx} | 0 .../wdio/ref-attr-order/{cmp.test.tsx => ref-attr-order.test.tsx} | 0 .../{cmp.test.tsx => reflect-nan-attribute-hyphen.test.tsx} | 0 .../{cmp.test.tsx => reflect-nan-attribute-with-child.test.tsx} | 0 .../{cmp.test.tsx => reflect-single-render.test.tsx} | 0 .../reflect-to-attr/{cmp.test.tsx => reflect-to-attr.test.tsx} | 0 .../{cmp.test.tsx => remove-child-patch.test.tsx} | 0 .../wdio/reparent-style/{cmp.test.tsx => reparent-style.test.tsx} | 0 .../{cmp.test.tsx => scoped-add-remove-classes.test.tsx} | 0 test/wdio/scoped-basic/{cmp.test.tsx => scoped-basic.test.tsx} | 0 .../{cmp.test.tsx => scoped-conditional.test.tsx} | 0 .../{cmp.test.tsx => scoped-id-in-nested-classname.test.tsx} | 0 .../{cmp.test.tsx => scoped-slot-append-and-prepend.test.tsx} | 0 .../{cmp.test.tsx => scoped-slot-assigned-methods.test.tsx} | 0 .../{cmp.test.tsx => scoped-slot-child-insert-adjacent.test.tsx} | 0 .../{cmp.test.tsx => scoped-slot-children.test.tsx} | 0 .../{cmp.test.tsx => scoped-slot-in-slot.test.tsx} | 0 .../{cmp.test.tsx => scoped-slot-insertbefore.test.tsx} | 0 ...tsx => scoped-slot-insertion-order-after-interaction.test.tsx} | 0 .../{cmp.test.tsx => scoped-slot-slotchange.test.tsx} | 0 .../{cmp.test.tsx => scoped-slot-slotted-parentnode.test.tsx} | 0 .../{cmp.test.tsx => scoped-slot-text-with-sibling.test.tsx} | 0 .../scoped-slot-text/{cmp.test.tsx => scoped-slot-text.test.tsx} | 0 .../{cmp.test.tsx => serialize-deserialize-e2e.test.tsx} | 0 .../shadow-dom-array/{cmp.test.tsx => shadow-dom-array.test.tsx} | 0 .../shadow-dom-basic/{cmp.test.tsx => shadow-dom-basic.test.tsx} | 0 .../shadow-dom-mode/{cmp.test.tsx => shadow-dom-mode.test.tsx} | 0 .../{cmp.test.tsx => shadow-dom-slot-nested.test.tsx} | 0 test/wdio/shared-jsx/{cmp.test.tsx => shared-jsx.test.tsx} | 0 .../slot-array-basic/{cmp.test.tsx => slot-array-basic.test.tsx} | 0 .../{cmp.test.tsx => slot-array-complex.test.tsx} | 0 .../wdio/slot-array-top/{cmp.test.tsx => slot-array-top.test.tsx} | 0 .../slot-basic-order/{cmp.test.tsx => slot-basic-order.test.tsx} | 0 test/wdio/slot-children/{cmp.test.tsx => slot-children.test.tsx} | 0 .../{cmp.test.tsx => slot-conditional-rendering.test.tsx} | 0 .../{cmp.test.tsx => slot-dynamic-name-change.test.tsx} | 0 .../{cmp.test.tsx => slot-dynamic-wrapper.test.tsx} | 0 .../{cmp.test.tsx => slot-fallback-with-forwarded-slot.test.tsx} | 0 .../{cmp.test.tsx => slot-fallback-with-textnode.test.tsx} | 0 test/wdio/slot-fallback/{cmp.test.tsx => slot-fallback.test.tsx} | 0 .../{cmp.test.tsx => slot-hide-content.test.tsx} | 0 test/wdio/slot-html/{cmp.test.tsx => slot-html.test.tsx} | 0 .../wdio/slot-light-dom/{cmp.test.tsx => slot-light-dom.test.tsx} | 0 .../wdio/slot-map-order/{cmp.test.tsx => slot-map-order.test.tsx} | 0 .../{cmp.test.tsx => slot-nested-default-order.test.tsx} | 0 .../{cmp.test.tsx => slot-nested-dynamic.test.tsx} | 0 .../{cmp.test.tsx => slot-nested-order.test.tsx} | 0 test/wdio/slot-ng-if/{cmp.test.tsx => slot-ng-if.test.tsx} | 0 .../slot-no-default/{cmp.test.tsx => slot-no-default.test.tsx} | 0 test/wdio/slot-none/{cmp.test.tsx => slot-none.test.tsx} | 0 .../{cmp.test.tsx => slot-parent-tag-change.test.tsx} | 0 test/wdio/slot-reorder/{cmp.test.tsx => slot-reorder.test.tsx} | 0 .../{cmp.test.tsx => slot-replace-wrapper.test.tsx} | 0 test/wdio/slotted-css/{cmp.test.tsx => slotted-css.test.tsx} | 0 test/wdio/ssr-hydration/{cmp.test.tsx => ssr-hydration.test.tsx} | 0 test/wdio/static-styles/{cmp.test.tsx => static-styles.test.tsx} | 0 .../stencil-sibling/{cmp.test.tsx => stencil-sibling.test.tsx} | 0 test/wdio/style-plugin/{cmp.test.tsx => style-plugin.test.tsx} | 0 test/wdio/svg-attr/{cmp.test.tsx => svg-attr.test.tsx} | 0 test/wdio/svg-class/{cmp.test.tsx => svg-class.test.tsx} | 0 test/wdio/tag-names/{cmp.test.tsx => tag-names.test.tsx} | 0 .../template-render/{cmp.test.tsx => template-render.test.tsx} | 0 .../{cmp.test.tsx => text-content-patch.test.tsx} | 0 .../ts-target-props/{cmp.test.tsx => ts-target-props.test.tsx} | 0 .../{cmp.test.tsx => watch-native-attributes.test.tsx} | 0 110 files changed, 0 insertions(+), 0 deletions(-) rename test/wdio/async-rerender/{cmp.test.tsx => async-rerender.test.tsx} (100%) rename test/wdio/attribute-basic/{cmp.test.tsx => attribute-basic.test.tsx} (100%) rename test/wdio/attribute-boolean/{cmp.test.tsx => attribute-boolean.test.tsx} (100%) rename test/wdio/attribute-complex/{cmp.test.tsx => attribute-complex.test.tsx} (100%) rename test/wdio/attribute-deserializer/{cmp.test.tsx => attribute-deserializer.test.tsx} (100%) rename test/wdio/attribute-host/{cmp.test.tsx => attribute-host.test.tsx} (100%) rename test/wdio/attribute-html/{cmp.test.tsx => attribute-html.test.tsx} (100%) rename test/wdio/build-data/{cmp.test.tsx => build-data.test.tsx} (100%) rename test/wdio/clone-node/{cmp.test.tsx => clone-node.test.tsx} (100%) rename test/wdio/complex-properties/{cmp.test.tsx => complex-properties.test.tsx} (100%) rename test/wdio/computed-properties-prop-decorator/{cmp.test.tsx => computed-properties-prop-decorator.test.tsx} (100%) rename test/wdio/computed-properties-state-decorator/{cmp.test.tsx => computed-properties-state-decorator.test.tsx} (100%) rename test/wdio/computed-properties-watch-decorator/{cmp.test.tsx => computed-properties-watch-decorator.test.tsx} (100%) rename test/wdio/conditional-basic/{cmp.test.tsx => conditional-basic.test.tsx} (100%) rename test/wdio/conditional-rerender/{cmp.test.tsx => conditional-rerender.test.tsx} (100%) rename test/wdio/cross-document-constructed-styles/{cmp.test.tsx => cross-document-constructed-styles.test.tsx} (100%) rename test/wdio/css-variables/{cmp.test.tsx => css-variables.test.tsx} (100%) rename test/wdio/custom-elements-delegates-focus/{cmp.test.tsx => custom-elements-delegates-focus.test.tsx} (100%) rename test/wdio/custom-elements-hierarchy-lifecycle/{cmp.test.tsx => custom-elements-hierarchy-lifecycle.test.tsx} (100%) rename test/wdio/custom-elements-output-tag-class-different/{cmp.test.tsx => custom-elements-output-tag-class-different.test.tsx} (100%) rename test/wdio/custom-elements-output/{cmp.test.tsx => custom-elements-output.test.tsx} (100%) rename test/wdio/custom-event/{cmp.test.tsx => custom-event.test.tsx} (100%) rename test/wdio/declarative-shadow-dom/{cmp.test.tsx => declarative-shadow-dom.test.tsx} (100%) rename test/wdio/delegates-focus/{cmp.test.tsx => delegates-focus.test.tsx} (100%) rename test/wdio/dom-reattach-clone/{cmp.test.tsx => dom-reattach-clone.test.tsx} (100%) rename test/wdio/dom-reattach/{cmp.test.tsx => dom-reattach.test.tsx} (100%) rename test/wdio/dynamic-css-variables/{cmp.test.tsx => dynamic-css-variables.test.tsx} (100%) rename test/wdio/dynamic-imports/{cmp.test.tsx => dynamic-imports.test.tsx} (100%) rename test/wdio/es5-addclass-svg/{cmp.test.tsx => es5-addclass-svg.test.tsx} (100%) rename test/wdio/esm-import/{cmp.test.tsx => esm-import.test.tsx} (100%) rename test/wdio/event-basic/{cmp.test.tsx => event-basic.test.tsx} (100%) rename test/wdio/event-custom-type/{cmp.test.tsx => event-custom-type.test.tsx} (100%) rename test/wdio/event-listener-capture/{cmp.test.tsx => event-listener-capture.test.tsx} (100%) rename test/wdio/external-imports/{cmp.test.tsx => external-imports.test.tsx} (100%) rename test/wdio/form-associated/{cmp.test.tsx => form-associated.test.tsx} (100%) rename test/wdio/image-import/{cmp.test.tsx => image-import.test.tsx} (100%) rename test/wdio/import-aliasing/{cmp.test.tsx => import-aliasing.test.tsx} (100%) rename test/wdio/init-css-shim/{cmp.test.tsx => init-css-shim.test.tsx} (100%) rename test/wdio/json-basic/{cmp.test.tsx => json-basic.test.tsx} (100%) rename test/wdio/key-reorder/{cmp.test.tsx => key-reorder.test.tsx} (100%) rename test/wdio/manual-slot-assignment/{cmp.test.tsx => manual-slot-assignment.test.tsx} (100%) rename test/wdio/no-external-runtime/custom-elements-form-associated/{cmp.test.tsx => custom-elements-form-associated.test.tsx} (100%) rename test/wdio/node-resolution/{cmp.test.tsx => node-resolution.test.tsx} (100%) rename test/wdio/prerender-test/{cmp.test.tsx => prerender-test.test.tsx} (100%) rename test/wdio/property-serializer/{cmp.test.tsx => property-serializer.test.tsx} (100%) rename test/wdio/radio-group-blur/{cmp.test.tsx => radio-group-blur.test.tsx} (100%) rename test/wdio/ref-attr-order/{cmp.test.tsx => ref-attr-order.test.tsx} (100%) rename test/wdio/reflect-nan-attribute-hyphen/{cmp.test.tsx => reflect-nan-attribute-hyphen.test.tsx} (100%) rename test/wdio/reflect-nan-attribute-with-child/{cmp.test.tsx => reflect-nan-attribute-with-child.test.tsx} (100%) rename test/wdio/reflect-single-render/{cmp.test.tsx => reflect-single-render.test.tsx} (100%) rename test/wdio/reflect-to-attr/{cmp.test.tsx => reflect-to-attr.test.tsx} (100%) rename test/wdio/remove-child-patch/{cmp.test.tsx => remove-child-patch.test.tsx} (100%) rename test/wdio/reparent-style/{cmp.test.tsx => reparent-style.test.tsx} (100%) rename test/wdio/scoped-add-remove-classes/{cmp.test.tsx => scoped-add-remove-classes.test.tsx} (100%) rename test/wdio/scoped-basic/{cmp.test.tsx => scoped-basic.test.tsx} (100%) rename test/wdio/scoped-conditional/{cmp.test.tsx => scoped-conditional.test.tsx} (100%) rename test/wdio/scoped-id-in-nested-classname/{cmp.test.tsx => scoped-id-in-nested-classname.test.tsx} (100%) rename test/wdio/scoped-slot-append-and-prepend/{cmp.test.tsx => scoped-slot-append-and-prepend.test.tsx} (100%) rename test/wdio/scoped-slot-assigned-methods/{cmp.test.tsx => scoped-slot-assigned-methods.test.tsx} (100%) rename test/wdio/scoped-slot-child-insert-adjacent/{cmp.test.tsx => scoped-slot-child-insert-adjacent.test.tsx} (100%) rename test/wdio/scoped-slot-children/{cmp.test.tsx => scoped-slot-children.test.tsx} (100%) rename test/wdio/scoped-slot-in-slot/{cmp.test.tsx => scoped-slot-in-slot.test.tsx} (100%) rename test/wdio/scoped-slot-insertbefore/{cmp.test.tsx => scoped-slot-insertbefore.test.tsx} (100%) rename test/wdio/scoped-slot-insertion-order-after-interaction/{cmp.test.tsx => scoped-slot-insertion-order-after-interaction.test.tsx} (100%) rename test/wdio/scoped-slot-slotchange/{cmp.test.tsx => scoped-slot-slotchange.test.tsx} (100%) rename test/wdio/scoped-slot-slotted-parentnode/{cmp.test.tsx => scoped-slot-slotted-parentnode.test.tsx} (100%) rename test/wdio/scoped-slot-text-with-sibling/{cmp.test.tsx => scoped-slot-text-with-sibling.test.tsx} (100%) rename test/wdio/scoped-slot-text/{cmp.test.tsx => scoped-slot-text.test.tsx} (100%) rename test/wdio/serialize-deserialize-e2e/{cmp.test.tsx => serialize-deserialize-e2e.test.tsx} (100%) rename test/wdio/shadow-dom-array/{cmp.test.tsx => shadow-dom-array.test.tsx} (100%) rename test/wdio/shadow-dom-basic/{cmp.test.tsx => shadow-dom-basic.test.tsx} (100%) rename test/wdio/shadow-dom-mode/{cmp.test.tsx => shadow-dom-mode.test.tsx} (100%) rename test/wdio/shadow-dom-slot-nested/{cmp.test.tsx => shadow-dom-slot-nested.test.tsx} (100%) rename test/wdio/shared-jsx/{cmp.test.tsx => shared-jsx.test.tsx} (100%) rename test/wdio/slot-array-basic/{cmp.test.tsx => slot-array-basic.test.tsx} (100%) rename test/wdio/slot-array-complex/{cmp.test.tsx => slot-array-complex.test.tsx} (100%) rename test/wdio/slot-array-top/{cmp.test.tsx => slot-array-top.test.tsx} (100%) rename test/wdio/slot-basic-order/{cmp.test.tsx => slot-basic-order.test.tsx} (100%) rename test/wdio/slot-children/{cmp.test.tsx => slot-children.test.tsx} (100%) rename test/wdio/slot-conditional-rendering/{cmp.test.tsx => slot-conditional-rendering.test.tsx} (100%) rename test/wdio/slot-dynamic-name-change/{cmp.test.tsx => slot-dynamic-name-change.test.tsx} (100%) rename test/wdio/slot-dynamic-wrapper/{cmp.test.tsx => slot-dynamic-wrapper.test.tsx} (100%) rename test/wdio/slot-fallback-with-forwarded-slot/{cmp.test.tsx => slot-fallback-with-forwarded-slot.test.tsx} (100%) rename test/wdio/slot-fallback-with-textnode/{cmp.test.tsx => slot-fallback-with-textnode.test.tsx} (100%) rename test/wdio/slot-fallback/{cmp.test.tsx => slot-fallback.test.tsx} (100%) rename test/wdio/slot-hide-content/{cmp.test.tsx => slot-hide-content.test.tsx} (100%) rename test/wdio/slot-html/{cmp.test.tsx => slot-html.test.tsx} (100%) rename test/wdio/slot-light-dom/{cmp.test.tsx => slot-light-dom.test.tsx} (100%) rename test/wdio/slot-map-order/{cmp.test.tsx => slot-map-order.test.tsx} (100%) rename test/wdio/slot-nested-default-order/{cmp.test.tsx => slot-nested-default-order.test.tsx} (100%) rename test/wdio/slot-nested-dynamic/{cmp.test.tsx => slot-nested-dynamic.test.tsx} (100%) rename test/wdio/slot-nested-order/{cmp.test.tsx => slot-nested-order.test.tsx} (100%) rename test/wdio/slot-ng-if/{cmp.test.tsx => slot-ng-if.test.tsx} (100%) rename test/wdio/slot-no-default/{cmp.test.tsx => slot-no-default.test.tsx} (100%) rename test/wdio/slot-none/{cmp.test.tsx => slot-none.test.tsx} (100%) rename test/wdio/slot-parent-tag-change/{cmp.test.tsx => slot-parent-tag-change.test.tsx} (100%) rename test/wdio/slot-reorder/{cmp.test.tsx => slot-reorder.test.tsx} (100%) rename test/wdio/slot-replace-wrapper/{cmp.test.tsx => slot-replace-wrapper.test.tsx} (100%) rename test/wdio/slotted-css/{cmp.test.tsx => slotted-css.test.tsx} (100%) rename test/wdio/ssr-hydration/{cmp.test.tsx => ssr-hydration.test.tsx} (100%) rename test/wdio/static-styles/{cmp.test.tsx => static-styles.test.tsx} (100%) rename test/wdio/stencil-sibling/{cmp.test.tsx => stencil-sibling.test.tsx} (100%) rename test/wdio/style-plugin/{cmp.test.tsx => style-plugin.test.tsx} (100%) rename test/wdio/svg-attr/{cmp.test.tsx => svg-attr.test.tsx} (100%) rename test/wdio/svg-class/{cmp.test.tsx => svg-class.test.tsx} (100%) rename test/wdio/tag-names/{cmp.test.tsx => tag-names.test.tsx} (100%) rename test/wdio/template-render/{cmp.test.tsx => template-render.test.tsx} (100%) rename test/wdio/text-content-patch/{cmp.test.tsx => text-content-patch.test.tsx} (100%) rename test/wdio/ts-target/ts-target-props/{cmp.test.tsx => ts-target-props.test.tsx} (100%) rename test/wdio/watch-native-attributes/{cmp.test.tsx => watch-native-attributes.test.tsx} (100%) diff --git a/test/wdio/async-rerender/cmp.test.tsx b/test/wdio/async-rerender/async-rerender.test.tsx similarity index 100% rename from test/wdio/async-rerender/cmp.test.tsx rename to test/wdio/async-rerender/async-rerender.test.tsx diff --git a/test/wdio/attribute-basic/cmp.test.tsx b/test/wdio/attribute-basic/attribute-basic.test.tsx similarity index 100% rename from test/wdio/attribute-basic/cmp.test.tsx rename to test/wdio/attribute-basic/attribute-basic.test.tsx diff --git a/test/wdio/attribute-boolean/cmp.test.tsx b/test/wdio/attribute-boolean/attribute-boolean.test.tsx similarity index 100% rename from test/wdio/attribute-boolean/cmp.test.tsx rename to test/wdio/attribute-boolean/attribute-boolean.test.tsx diff --git a/test/wdio/attribute-complex/cmp.test.tsx b/test/wdio/attribute-complex/attribute-complex.test.tsx similarity index 100% rename from test/wdio/attribute-complex/cmp.test.tsx rename to test/wdio/attribute-complex/attribute-complex.test.tsx diff --git a/test/wdio/attribute-deserializer/cmp.test.tsx b/test/wdio/attribute-deserializer/attribute-deserializer.test.tsx similarity index 100% rename from test/wdio/attribute-deserializer/cmp.test.tsx rename to test/wdio/attribute-deserializer/attribute-deserializer.test.tsx diff --git a/test/wdio/attribute-host/cmp.test.tsx b/test/wdio/attribute-host/attribute-host.test.tsx similarity index 100% rename from test/wdio/attribute-host/cmp.test.tsx rename to test/wdio/attribute-host/attribute-host.test.tsx diff --git a/test/wdio/attribute-html/cmp.test.tsx b/test/wdio/attribute-html/attribute-html.test.tsx similarity index 100% rename from test/wdio/attribute-html/cmp.test.tsx rename to test/wdio/attribute-html/attribute-html.test.tsx diff --git a/test/wdio/build-data/cmp.test.tsx b/test/wdio/build-data/build-data.test.tsx similarity index 100% rename from test/wdio/build-data/cmp.test.tsx rename to test/wdio/build-data/build-data.test.tsx diff --git a/test/wdio/clone-node/cmp.test.tsx b/test/wdio/clone-node/clone-node.test.tsx similarity index 100% rename from test/wdio/clone-node/cmp.test.tsx rename to test/wdio/clone-node/clone-node.test.tsx diff --git a/test/wdio/complex-properties/cmp.test.tsx b/test/wdio/complex-properties/complex-properties.test.tsx similarity index 100% rename from test/wdio/complex-properties/cmp.test.tsx rename to test/wdio/complex-properties/complex-properties.test.tsx diff --git a/test/wdio/computed-properties-prop-decorator/cmp.test.tsx b/test/wdio/computed-properties-prop-decorator/computed-properties-prop-decorator.test.tsx similarity index 100% rename from test/wdio/computed-properties-prop-decorator/cmp.test.tsx rename to test/wdio/computed-properties-prop-decorator/computed-properties-prop-decorator.test.tsx diff --git a/test/wdio/computed-properties-state-decorator/cmp.test.tsx b/test/wdio/computed-properties-state-decorator/computed-properties-state-decorator.test.tsx similarity index 100% rename from test/wdio/computed-properties-state-decorator/cmp.test.tsx rename to test/wdio/computed-properties-state-decorator/computed-properties-state-decorator.test.tsx diff --git a/test/wdio/computed-properties-watch-decorator/cmp.test.tsx b/test/wdio/computed-properties-watch-decorator/computed-properties-watch-decorator.test.tsx similarity index 100% rename from test/wdio/computed-properties-watch-decorator/cmp.test.tsx rename to test/wdio/computed-properties-watch-decorator/computed-properties-watch-decorator.test.tsx diff --git a/test/wdio/conditional-basic/cmp.test.tsx b/test/wdio/conditional-basic/conditional-basic.test.tsx similarity index 100% rename from test/wdio/conditional-basic/cmp.test.tsx rename to test/wdio/conditional-basic/conditional-basic.test.tsx diff --git a/test/wdio/conditional-rerender/cmp.test.tsx b/test/wdio/conditional-rerender/conditional-rerender.test.tsx similarity index 100% rename from test/wdio/conditional-rerender/cmp.test.tsx rename to test/wdio/conditional-rerender/conditional-rerender.test.tsx diff --git a/test/wdio/cross-document-constructed-styles/cmp.test.tsx b/test/wdio/cross-document-constructed-styles/cross-document-constructed-styles.test.tsx similarity index 100% rename from test/wdio/cross-document-constructed-styles/cmp.test.tsx rename to test/wdio/cross-document-constructed-styles/cross-document-constructed-styles.test.tsx diff --git a/test/wdio/css-variables/cmp.test.tsx b/test/wdio/css-variables/css-variables.test.tsx similarity index 100% rename from test/wdio/css-variables/cmp.test.tsx rename to test/wdio/css-variables/css-variables.test.tsx diff --git a/test/wdio/custom-elements-delegates-focus/cmp.test.tsx b/test/wdio/custom-elements-delegates-focus/custom-elements-delegates-focus.test.tsx similarity index 100% rename from test/wdio/custom-elements-delegates-focus/cmp.test.tsx rename to test/wdio/custom-elements-delegates-focus/custom-elements-delegates-focus.test.tsx diff --git a/test/wdio/custom-elements-hierarchy-lifecycle/cmp.test.tsx b/test/wdio/custom-elements-hierarchy-lifecycle/custom-elements-hierarchy-lifecycle.test.tsx similarity index 100% rename from test/wdio/custom-elements-hierarchy-lifecycle/cmp.test.tsx rename to test/wdio/custom-elements-hierarchy-lifecycle/custom-elements-hierarchy-lifecycle.test.tsx diff --git a/test/wdio/custom-elements-output-tag-class-different/cmp.test.tsx b/test/wdio/custom-elements-output-tag-class-different/custom-elements-output-tag-class-different.test.tsx similarity index 100% rename from test/wdio/custom-elements-output-tag-class-different/cmp.test.tsx rename to test/wdio/custom-elements-output-tag-class-different/custom-elements-output-tag-class-different.test.tsx diff --git a/test/wdio/custom-elements-output/cmp.test.tsx b/test/wdio/custom-elements-output/custom-elements-output.test.tsx similarity index 100% rename from test/wdio/custom-elements-output/cmp.test.tsx rename to test/wdio/custom-elements-output/custom-elements-output.test.tsx diff --git a/test/wdio/custom-event/cmp.test.tsx b/test/wdio/custom-event/custom-event.test.tsx similarity index 100% rename from test/wdio/custom-event/cmp.test.tsx rename to test/wdio/custom-event/custom-event.test.tsx diff --git a/test/wdio/declarative-shadow-dom/cmp.test.tsx b/test/wdio/declarative-shadow-dom/declarative-shadow-dom.test.tsx similarity index 100% rename from test/wdio/declarative-shadow-dom/cmp.test.tsx rename to test/wdio/declarative-shadow-dom/declarative-shadow-dom.test.tsx diff --git a/test/wdio/delegates-focus/cmp.test.tsx b/test/wdio/delegates-focus/delegates-focus.test.tsx similarity index 100% rename from test/wdio/delegates-focus/cmp.test.tsx rename to test/wdio/delegates-focus/delegates-focus.test.tsx diff --git a/test/wdio/dom-reattach-clone/cmp.test.tsx b/test/wdio/dom-reattach-clone/dom-reattach-clone.test.tsx similarity index 100% rename from test/wdio/dom-reattach-clone/cmp.test.tsx rename to test/wdio/dom-reattach-clone/dom-reattach-clone.test.tsx diff --git a/test/wdio/dom-reattach/cmp.test.tsx b/test/wdio/dom-reattach/dom-reattach.test.tsx similarity index 100% rename from test/wdio/dom-reattach/cmp.test.tsx rename to test/wdio/dom-reattach/dom-reattach.test.tsx diff --git a/test/wdio/dynamic-css-variables/cmp.test.tsx b/test/wdio/dynamic-css-variables/dynamic-css-variables.test.tsx similarity index 100% rename from test/wdio/dynamic-css-variables/cmp.test.tsx rename to test/wdio/dynamic-css-variables/dynamic-css-variables.test.tsx diff --git a/test/wdio/dynamic-imports/cmp.test.tsx b/test/wdio/dynamic-imports/dynamic-imports.test.tsx similarity index 100% rename from test/wdio/dynamic-imports/cmp.test.tsx rename to test/wdio/dynamic-imports/dynamic-imports.test.tsx diff --git a/test/wdio/es5-addclass-svg/cmp.test.tsx b/test/wdio/es5-addclass-svg/es5-addclass-svg.test.tsx similarity index 100% rename from test/wdio/es5-addclass-svg/cmp.test.tsx rename to test/wdio/es5-addclass-svg/es5-addclass-svg.test.tsx diff --git a/test/wdio/esm-import/cmp.test.tsx b/test/wdio/esm-import/esm-import.test.tsx similarity index 100% rename from test/wdio/esm-import/cmp.test.tsx rename to test/wdio/esm-import/esm-import.test.tsx diff --git a/test/wdio/event-basic/cmp.test.tsx b/test/wdio/event-basic/event-basic.test.tsx similarity index 100% rename from test/wdio/event-basic/cmp.test.tsx rename to test/wdio/event-basic/event-basic.test.tsx diff --git a/test/wdio/event-custom-type/cmp.test.tsx b/test/wdio/event-custom-type/event-custom-type.test.tsx similarity index 100% rename from test/wdio/event-custom-type/cmp.test.tsx rename to test/wdio/event-custom-type/event-custom-type.test.tsx diff --git a/test/wdio/event-listener-capture/cmp.test.tsx b/test/wdio/event-listener-capture/event-listener-capture.test.tsx similarity index 100% rename from test/wdio/event-listener-capture/cmp.test.tsx rename to test/wdio/event-listener-capture/event-listener-capture.test.tsx diff --git a/test/wdio/external-imports/cmp.test.tsx b/test/wdio/external-imports/external-imports.test.tsx similarity index 100% rename from test/wdio/external-imports/cmp.test.tsx rename to test/wdio/external-imports/external-imports.test.tsx diff --git a/test/wdio/form-associated/cmp.test.tsx b/test/wdio/form-associated/form-associated.test.tsx similarity index 100% rename from test/wdio/form-associated/cmp.test.tsx rename to test/wdio/form-associated/form-associated.test.tsx diff --git a/test/wdio/image-import/cmp.test.tsx b/test/wdio/image-import/image-import.test.tsx similarity index 100% rename from test/wdio/image-import/cmp.test.tsx rename to test/wdio/image-import/image-import.test.tsx diff --git a/test/wdio/import-aliasing/cmp.test.tsx b/test/wdio/import-aliasing/import-aliasing.test.tsx similarity index 100% rename from test/wdio/import-aliasing/cmp.test.tsx rename to test/wdio/import-aliasing/import-aliasing.test.tsx diff --git a/test/wdio/init-css-shim/cmp.test.tsx b/test/wdio/init-css-shim/init-css-shim.test.tsx similarity index 100% rename from test/wdio/init-css-shim/cmp.test.tsx rename to test/wdio/init-css-shim/init-css-shim.test.tsx diff --git a/test/wdio/json-basic/cmp.test.tsx b/test/wdio/json-basic/json-basic.test.tsx similarity index 100% rename from test/wdio/json-basic/cmp.test.tsx rename to test/wdio/json-basic/json-basic.test.tsx diff --git a/test/wdio/key-reorder/cmp.test.tsx b/test/wdio/key-reorder/key-reorder.test.tsx similarity index 100% rename from test/wdio/key-reorder/cmp.test.tsx rename to test/wdio/key-reorder/key-reorder.test.tsx diff --git a/test/wdio/manual-slot-assignment/cmp.test.tsx b/test/wdio/manual-slot-assignment/manual-slot-assignment.test.tsx similarity index 100% rename from test/wdio/manual-slot-assignment/cmp.test.tsx rename to test/wdio/manual-slot-assignment/manual-slot-assignment.test.tsx diff --git a/test/wdio/no-external-runtime/custom-elements-form-associated/cmp.test.tsx b/test/wdio/no-external-runtime/custom-elements-form-associated/custom-elements-form-associated.test.tsx similarity index 100% rename from test/wdio/no-external-runtime/custom-elements-form-associated/cmp.test.tsx rename to test/wdio/no-external-runtime/custom-elements-form-associated/custom-elements-form-associated.test.tsx diff --git a/test/wdio/node-resolution/cmp.test.tsx b/test/wdio/node-resolution/node-resolution.test.tsx similarity index 100% rename from test/wdio/node-resolution/cmp.test.tsx rename to test/wdio/node-resolution/node-resolution.test.tsx diff --git a/test/wdio/prerender-test/cmp.test.tsx b/test/wdio/prerender-test/prerender-test.test.tsx similarity index 100% rename from test/wdio/prerender-test/cmp.test.tsx rename to test/wdio/prerender-test/prerender-test.test.tsx diff --git a/test/wdio/property-serializer/cmp.test.tsx b/test/wdio/property-serializer/property-serializer.test.tsx similarity index 100% rename from test/wdio/property-serializer/cmp.test.tsx rename to test/wdio/property-serializer/property-serializer.test.tsx diff --git a/test/wdio/radio-group-blur/cmp.test.tsx b/test/wdio/radio-group-blur/radio-group-blur.test.tsx similarity index 100% rename from test/wdio/radio-group-blur/cmp.test.tsx rename to test/wdio/radio-group-blur/radio-group-blur.test.tsx diff --git a/test/wdio/ref-attr-order/cmp.test.tsx b/test/wdio/ref-attr-order/ref-attr-order.test.tsx similarity index 100% rename from test/wdio/ref-attr-order/cmp.test.tsx rename to test/wdio/ref-attr-order/ref-attr-order.test.tsx diff --git a/test/wdio/reflect-nan-attribute-hyphen/cmp.test.tsx b/test/wdio/reflect-nan-attribute-hyphen/reflect-nan-attribute-hyphen.test.tsx similarity index 100% rename from test/wdio/reflect-nan-attribute-hyphen/cmp.test.tsx rename to test/wdio/reflect-nan-attribute-hyphen/reflect-nan-attribute-hyphen.test.tsx diff --git a/test/wdio/reflect-nan-attribute-with-child/cmp.test.tsx b/test/wdio/reflect-nan-attribute-with-child/reflect-nan-attribute-with-child.test.tsx similarity index 100% rename from test/wdio/reflect-nan-attribute-with-child/cmp.test.tsx rename to test/wdio/reflect-nan-attribute-with-child/reflect-nan-attribute-with-child.test.tsx diff --git a/test/wdio/reflect-single-render/cmp.test.tsx b/test/wdio/reflect-single-render/reflect-single-render.test.tsx similarity index 100% rename from test/wdio/reflect-single-render/cmp.test.tsx rename to test/wdio/reflect-single-render/reflect-single-render.test.tsx diff --git a/test/wdio/reflect-to-attr/cmp.test.tsx b/test/wdio/reflect-to-attr/reflect-to-attr.test.tsx similarity index 100% rename from test/wdio/reflect-to-attr/cmp.test.tsx rename to test/wdio/reflect-to-attr/reflect-to-attr.test.tsx diff --git a/test/wdio/remove-child-patch/cmp.test.tsx b/test/wdio/remove-child-patch/remove-child-patch.test.tsx similarity index 100% rename from test/wdio/remove-child-patch/cmp.test.tsx rename to test/wdio/remove-child-patch/remove-child-patch.test.tsx diff --git a/test/wdio/reparent-style/cmp.test.tsx b/test/wdio/reparent-style/reparent-style.test.tsx similarity index 100% rename from test/wdio/reparent-style/cmp.test.tsx rename to test/wdio/reparent-style/reparent-style.test.tsx diff --git a/test/wdio/scoped-add-remove-classes/cmp.test.tsx b/test/wdio/scoped-add-remove-classes/scoped-add-remove-classes.test.tsx similarity index 100% rename from test/wdio/scoped-add-remove-classes/cmp.test.tsx rename to test/wdio/scoped-add-remove-classes/scoped-add-remove-classes.test.tsx diff --git a/test/wdio/scoped-basic/cmp.test.tsx b/test/wdio/scoped-basic/scoped-basic.test.tsx similarity index 100% rename from test/wdio/scoped-basic/cmp.test.tsx rename to test/wdio/scoped-basic/scoped-basic.test.tsx diff --git a/test/wdio/scoped-conditional/cmp.test.tsx b/test/wdio/scoped-conditional/scoped-conditional.test.tsx similarity index 100% rename from test/wdio/scoped-conditional/cmp.test.tsx rename to test/wdio/scoped-conditional/scoped-conditional.test.tsx diff --git a/test/wdio/scoped-id-in-nested-classname/cmp.test.tsx b/test/wdio/scoped-id-in-nested-classname/scoped-id-in-nested-classname.test.tsx similarity index 100% rename from test/wdio/scoped-id-in-nested-classname/cmp.test.tsx rename to test/wdio/scoped-id-in-nested-classname/scoped-id-in-nested-classname.test.tsx diff --git a/test/wdio/scoped-slot-append-and-prepend/cmp.test.tsx b/test/wdio/scoped-slot-append-and-prepend/scoped-slot-append-and-prepend.test.tsx similarity index 100% rename from test/wdio/scoped-slot-append-and-prepend/cmp.test.tsx rename to test/wdio/scoped-slot-append-and-prepend/scoped-slot-append-and-prepend.test.tsx diff --git a/test/wdio/scoped-slot-assigned-methods/cmp.test.tsx b/test/wdio/scoped-slot-assigned-methods/scoped-slot-assigned-methods.test.tsx similarity index 100% rename from test/wdio/scoped-slot-assigned-methods/cmp.test.tsx rename to test/wdio/scoped-slot-assigned-methods/scoped-slot-assigned-methods.test.tsx diff --git a/test/wdio/scoped-slot-child-insert-adjacent/cmp.test.tsx b/test/wdio/scoped-slot-child-insert-adjacent/scoped-slot-child-insert-adjacent.test.tsx similarity index 100% rename from test/wdio/scoped-slot-child-insert-adjacent/cmp.test.tsx rename to test/wdio/scoped-slot-child-insert-adjacent/scoped-slot-child-insert-adjacent.test.tsx diff --git a/test/wdio/scoped-slot-children/cmp.test.tsx b/test/wdio/scoped-slot-children/scoped-slot-children.test.tsx similarity index 100% rename from test/wdio/scoped-slot-children/cmp.test.tsx rename to test/wdio/scoped-slot-children/scoped-slot-children.test.tsx diff --git a/test/wdio/scoped-slot-in-slot/cmp.test.tsx b/test/wdio/scoped-slot-in-slot/scoped-slot-in-slot.test.tsx similarity index 100% rename from test/wdio/scoped-slot-in-slot/cmp.test.tsx rename to test/wdio/scoped-slot-in-slot/scoped-slot-in-slot.test.tsx diff --git a/test/wdio/scoped-slot-insertbefore/cmp.test.tsx b/test/wdio/scoped-slot-insertbefore/scoped-slot-insertbefore.test.tsx similarity index 100% rename from test/wdio/scoped-slot-insertbefore/cmp.test.tsx rename to test/wdio/scoped-slot-insertbefore/scoped-slot-insertbefore.test.tsx diff --git a/test/wdio/scoped-slot-insertion-order-after-interaction/cmp.test.tsx b/test/wdio/scoped-slot-insertion-order-after-interaction/scoped-slot-insertion-order-after-interaction.test.tsx similarity index 100% rename from test/wdio/scoped-slot-insertion-order-after-interaction/cmp.test.tsx rename to test/wdio/scoped-slot-insertion-order-after-interaction/scoped-slot-insertion-order-after-interaction.test.tsx diff --git a/test/wdio/scoped-slot-slotchange/cmp.test.tsx b/test/wdio/scoped-slot-slotchange/scoped-slot-slotchange.test.tsx similarity index 100% rename from test/wdio/scoped-slot-slotchange/cmp.test.tsx rename to test/wdio/scoped-slot-slotchange/scoped-slot-slotchange.test.tsx diff --git a/test/wdio/scoped-slot-slotted-parentnode/cmp.test.tsx b/test/wdio/scoped-slot-slotted-parentnode/scoped-slot-slotted-parentnode.test.tsx similarity index 100% rename from test/wdio/scoped-slot-slotted-parentnode/cmp.test.tsx rename to test/wdio/scoped-slot-slotted-parentnode/scoped-slot-slotted-parentnode.test.tsx diff --git a/test/wdio/scoped-slot-text-with-sibling/cmp.test.tsx b/test/wdio/scoped-slot-text-with-sibling/scoped-slot-text-with-sibling.test.tsx similarity index 100% rename from test/wdio/scoped-slot-text-with-sibling/cmp.test.tsx rename to test/wdio/scoped-slot-text-with-sibling/scoped-slot-text-with-sibling.test.tsx diff --git a/test/wdio/scoped-slot-text/cmp.test.tsx b/test/wdio/scoped-slot-text/scoped-slot-text.test.tsx similarity index 100% rename from test/wdio/scoped-slot-text/cmp.test.tsx rename to test/wdio/scoped-slot-text/scoped-slot-text.test.tsx diff --git a/test/wdio/serialize-deserialize-e2e/cmp.test.tsx b/test/wdio/serialize-deserialize-e2e/serialize-deserialize-e2e.test.tsx similarity index 100% rename from test/wdio/serialize-deserialize-e2e/cmp.test.tsx rename to test/wdio/serialize-deserialize-e2e/serialize-deserialize-e2e.test.tsx diff --git a/test/wdio/shadow-dom-array/cmp.test.tsx b/test/wdio/shadow-dom-array/shadow-dom-array.test.tsx similarity index 100% rename from test/wdio/shadow-dom-array/cmp.test.tsx rename to test/wdio/shadow-dom-array/shadow-dom-array.test.tsx diff --git a/test/wdio/shadow-dom-basic/cmp.test.tsx b/test/wdio/shadow-dom-basic/shadow-dom-basic.test.tsx similarity index 100% rename from test/wdio/shadow-dom-basic/cmp.test.tsx rename to test/wdio/shadow-dom-basic/shadow-dom-basic.test.tsx diff --git a/test/wdio/shadow-dom-mode/cmp.test.tsx b/test/wdio/shadow-dom-mode/shadow-dom-mode.test.tsx similarity index 100% rename from test/wdio/shadow-dom-mode/cmp.test.tsx rename to test/wdio/shadow-dom-mode/shadow-dom-mode.test.tsx diff --git a/test/wdio/shadow-dom-slot-nested/cmp.test.tsx b/test/wdio/shadow-dom-slot-nested/shadow-dom-slot-nested.test.tsx similarity index 100% rename from test/wdio/shadow-dom-slot-nested/cmp.test.tsx rename to test/wdio/shadow-dom-slot-nested/shadow-dom-slot-nested.test.tsx diff --git a/test/wdio/shared-jsx/cmp.test.tsx b/test/wdio/shared-jsx/shared-jsx.test.tsx similarity index 100% rename from test/wdio/shared-jsx/cmp.test.tsx rename to test/wdio/shared-jsx/shared-jsx.test.tsx diff --git a/test/wdio/slot-array-basic/cmp.test.tsx b/test/wdio/slot-array-basic/slot-array-basic.test.tsx similarity index 100% rename from test/wdio/slot-array-basic/cmp.test.tsx rename to test/wdio/slot-array-basic/slot-array-basic.test.tsx diff --git a/test/wdio/slot-array-complex/cmp.test.tsx b/test/wdio/slot-array-complex/slot-array-complex.test.tsx similarity index 100% rename from test/wdio/slot-array-complex/cmp.test.tsx rename to test/wdio/slot-array-complex/slot-array-complex.test.tsx diff --git a/test/wdio/slot-array-top/cmp.test.tsx b/test/wdio/slot-array-top/slot-array-top.test.tsx similarity index 100% rename from test/wdio/slot-array-top/cmp.test.tsx rename to test/wdio/slot-array-top/slot-array-top.test.tsx diff --git a/test/wdio/slot-basic-order/cmp.test.tsx b/test/wdio/slot-basic-order/slot-basic-order.test.tsx similarity index 100% rename from test/wdio/slot-basic-order/cmp.test.tsx rename to test/wdio/slot-basic-order/slot-basic-order.test.tsx diff --git a/test/wdio/slot-children/cmp.test.tsx b/test/wdio/slot-children/slot-children.test.tsx similarity index 100% rename from test/wdio/slot-children/cmp.test.tsx rename to test/wdio/slot-children/slot-children.test.tsx diff --git a/test/wdio/slot-conditional-rendering/cmp.test.tsx b/test/wdio/slot-conditional-rendering/slot-conditional-rendering.test.tsx similarity index 100% rename from test/wdio/slot-conditional-rendering/cmp.test.tsx rename to test/wdio/slot-conditional-rendering/slot-conditional-rendering.test.tsx diff --git a/test/wdio/slot-dynamic-name-change/cmp.test.tsx b/test/wdio/slot-dynamic-name-change/slot-dynamic-name-change.test.tsx similarity index 100% rename from test/wdio/slot-dynamic-name-change/cmp.test.tsx rename to test/wdio/slot-dynamic-name-change/slot-dynamic-name-change.test.tsx diff --git a/test/wdio/slot-dynamic-wrapper/cmp.test.tsx b/test/wdio/slot-dynamic-wrapper/slot-dynamic-wrapper.test.tsx similarity index 100% rename from test/wdio/slot-dynamic-wrapper/cmp.test.tsx rename to test/wdio/slot-dynamic-wrapper/slot-dynamic-wrapper.test.tsx diff --git a/test/wdio/slot-fallback-with-forwarded-slot/cmp.test.tsx b/test/wdio/slot-fallback-with-forwarded-slot/slot-fallback-with-forwarded-slot.test.tsx similarity index 100% rename from test/wdio/slot-fallback-with-forwarded-slot/cmp.test.tsx rename to test/wdio/slot-fallback-with-forwarded-slot/slot-fallback-with-forwarded-slot.test.tsx diff --git a/test/wdio/slot-fallback-with-textnode/cmp.test.tsx b/test/wdio/slot-fallback-with-textnode/slot-fallback-with-textnode.test.tsx similarity index 100% rename from test/wdio/slot-fallback-with-textnode/cmp.test.tsx rename to test/wdio/slot-fallback-with-textnode/slot-fallback-with-textnode.test.tsx diff --git a/test/wdio/slot-fallback/cmp.test.tsx b/test/wdio/slot-fallback/slot-fallback.test.tsx similarity index 100% rename from test/wdio/slot-fallback/cmp.test.tsx rename to test/wdio/slot-fallback/slot-fallback.test.tsx diff --git a/test/wdio/slot-hide-content/cmp.test.tsx b/test/wdio/slot-hide-content/slot-hide-content.test.tsx similarity index 100% rename from test/wdio/slot-hide-content/cmp.test.tsx rename to test/wdio/slot-hide-content/slot-hide-content.test.tsx diff --git a/test/wdio/slot-html/cmp.test.tsx b/test/wdio/slot-html/slot-html.test.tsx similarity index 100% rename from test/wdio/slot-html/cmp.test.tsx rename to test/wdio/slot-html/slot-html.test.tsx diff --git a/test/wdio/slot-light-dom/cmp.test.tsx b/test/wdio/slot-light-dom/slot-light-dom.test.tsx similarity index 100% rename from test/wdio/slot-light-dom/cmp.test.tsx rename to test/wdio/slot-light-dom/slot-light-dom.test.tsx diff --git a/test/wdio/slot-map-order/cmp.test.tsx b/test/wdio/slot-map-order/slot-map-order.test.tsx similarity index 100% rename from test/wdio/slot-map-order/cmp.test.tsx rename to test/wdio/slot-map-order/slot-map-order.test.tsx diff --git a/test/wdio/slot-nested-default-order/cmp.test.tsx b/test/wdio/slot-nested-default-order/slot-nested-default-order.test.tsx similarity index 100% rename from test/wdio/slot-nested-default-order/cmp.test.tsx rename to test/wdio/slot-nested-default-order/slot-nested-default-order.test.tsx diff --git a/test/wdio/slot-nested-dynamic/cmp.test.tsx b/test/wdio/slot-nested-dynamic/slot-nested-dynamic.test.tsx similarity index 100% rename from test/wdio/slot-nested-dynamic/cmp.test.tsx rename to test/wdio/slot-nested-dynamic/slot-nested-dynamic.test.tsx diff --git a/test/wdio/slot-nested-order/cmp.test.tsx b/test/wdio/slot-nested-order/slot-nested-order.test.tsx similarity index 100% rename from test/wdio/slot-nested-order/cmp.test.tsx rename to test/wdio/slot-nested-order/slot-nested-order.test.tsx diff --git a/test/wdio/slot-ng-if/cmp.test.tsx b/test/wdio/slot-ng-if/slot-ng-if.test.tsx similarity index 100% rename from test/wdio/slot-ng-if/cmp.test.tsx rename to test/wdio/slot-ng-if/slot-ng-if.test.tsx diff --git a/test/wdio/slot-no-default/cmp.test.tsx b/test/wdio/slot-no-default/slot-no-default.test.tsx similarity index 100% rename from test/wdio/slot-no-default/cmp.test.tsx rename to test/wdio/slot-no-default/slot-no-default.test.tsx diff --git a/test/wdio/slot-none/cmp.test.tsx b/test/wdio/slot-none/slot-none.test.tsx similarity index 100% rename from test/wdio/slot-none/cmp.test.tsx rename to test/wdio/slot-none/slot-none.test.tsx diff --git a/test/wdio/slot-parent-tag-change/cmp.test.tsx b/test/wdio/slot-parent-tag-change/slot-parent-tag-change.test.tsx similarity index 100% rename from test/wdio/slot-parent-tag-change/cmp.test.tsx rename to test/wdio/slot-parent-tag-change/slot-parent-tag-change.test.tsx diff --git a/test/wdio/slot-reorder/cmp.test.tsx b/test/wdio/slot-reorder/slot-reorder.test.tsx similarity index 100% rename from test/wdio/slot-reorder/cmp.test.tsx rename to test/wdio/slot-reorder/slot-reorder.test.tsx diff --git a/test/wdio/slot-replace-wrapper/cmp.test.tsx b/test/wdio/slot-replace-wrapper/slot-replace-wrapper.test.tsx similarity index 100% rename from test/wdio/slot-replace-wrapper/cmp.test.tsx rename to test/wdio/slot-replace-wrapper/slot-replace-wrapper.test.tsx diff --git a/test/wdio/slotted-css/cmp.test.tsx b/test/wdio/slotted-css/slotted-css.test.tsx similarity index 100% rename from test/wdio/slotted-css/cmp.test.tsx rename to test/wdio/slotted-css/slotted-css.test.tsx diff --git a/test/wdio/ssr-hydration/cmp.test.tsx b/test/wdio/ssr-hydration/ssr-hydration.test.tsx similarity index 100% rename from test/wdio/ssr-hydration/cmp.test.tsx rename to test/wdio/ssr-hydration/ssr-hydration.test.tsx diff --git a/test/wdio/static-styles/cmp.test.tsx b/test/wdio/static-styles/static-styles.test.tsx similarity index 100% rename from test/wdio/static-styles/cmp.test.tsx rename to test/wdio/static-styles/static-styles.test.tsx diff --git a/test/wdio/stencil-sibling/cmp.test.tsx b/test/wdio/stencil-sibling/stencil-sibling.test.tsx similarity index 100% rename from test/wdio/stencil-sibling/cmp.test.tsx rename to test/wdio/stencil-sibling/stencil-sibling.test.tsx diff --git a/test/wdio/style-plugin/cmp.test.tsx b/test/wdio/style-plugin/style-plugin.test.tsx similarity index 100% rename from test/wdio/style-plugin/cmp.test.tsx rename to test/wdio/style-plugin/style-plugin.test.tsx diff --git a/test/wdio/svg-attr/cmp.test.tsx b/test/wdio/svg-attr/svg-attr.test.tsx similarity index 100% rename from test/wdio/svg-attr/cmp.test.tsx rename to test/wdio/svg-attr/svg-attr.test.tsx diff --git a/test/wdio/svg-class/cmp.test.tsx b/test/wdio/svg-class/svg-class.test.tsx similarity index 100% rename from test/wdio/svg-class/cmp.test.tsx rename to test/wdio/svg-class/svg-class.test.tsx diff --git a/test/wdio/tag-names/cmp.test.tsx b/test/wdio/tag-names/tag-names.test.tsx similarity index 100% rename from test/wdio/tag-names/cmp.test.tsx rename to test/wdio/tag-names/tag-names.test.tsx diff --git a/test/wdio/template-render/cmp.test.tsx b/test/wdio/template-render/template-render.test.tsx similarity index 100% rename from test/wdio/template-render/cmp.test.tsx rename to test/wdio/template-render/template-render.test.tsx diff --git a/test/wdio/text-content-patch/cmp.test.tsx b/test/wdio/text-content-patch/text-content-patch.test.tsx similarity index 100% rename from test/wdio/text-content-patch/cmp.test.tsx rename to test/wdio/text-content-patch/text-content-patch.test.tsx diff --git a/test/wdio/ts-target/ts-target-props/cmp.test.tsx b/test/wdio/ts-target/ts-target-props/ts-target-props.test.tsx similarity index 100% rename from test/wdio/ts-target/ts-target-props/cmp.test.tsx rename to test/wdio/ts-target/ts-target-props/ts-target-props.test.tsx diff --git a/test/wdio/watch-native-attributes/cmp.test.tsx b/test/wdio/watch-native-attributes/watch-native-attributes.test.tsx similarity index 100% rename from test/wdio/watch-native-attributes/cmp.test.tsx rename to test/wdio/watch-native-attributes/watch-native-attributes.test.tsx