-
Notifications
You must be signed in to change notification settings - Fork 816
Open
Labels
Good First IssueThis is a good first issue for someone wantng to contribute to Stencil!This is a good first issue for someone wantng to contribute to Stencil!Help Wanted
Description
Currently when writing and debugging tests inside test/wdio/
directory all test files are names cmp.test.tsx
This makes debugging broken tests nearly impossible because the output of the tests is:
[0-0] [vite] connected.
[0-0] [vite] connected.
[0-0] [vite] connected.
[0-0] [vite] connected.
[0-0] [vite] connected.
[0-0] [vite] connected.
[0-0] [vite] connected.
[0-0] [vite] connected.
[0-0] [vite] connected.
[0-0] [vite] connected.
[0-0] [vite] connected.
[0-0] Error: Test failed due to following error(s):
- cmp.test.tsx?import 54:26 Uncaught JestAssertionError2: Failed to execute expect command "toMatchInlineSna…:532:35)
at process.emit (node:domain:488:12): undefined
[0-0] [vite] connected.
[0-0] [vite] connected.
[0-0] [vite] connected.
[0-0] [vite] connected.
[0-0] [vite] connected.
[0-0] [vite] connected.
[0-0] [vite] connected.
[0-0] [vite] connected.
[0-0] [vite] connected.
[0-0] [vite] connected.
[0-0] [vite] connected.
[0-0] [vite] connected.
[0-0] [vite] connected.
[0-0] [vite] connected.
[0-0] [vite] connected.
[0-0] [vite] connected.
I propose we have a chore ticket to simply rename those duplicate filenames to be unique.
Metadata
Metadata
Assignees
Labels
Good First IssueThis is a good first issue for someone wantng to contribute to Stencil!This is a good first issue for someone wantng to contribute to Stencil!Help Wanted