Jeong, Sejun
Results
1
issues of
Jeong, Sejun
My sub test only needs one story to test but the current tag filtering implementation creates redundant `describe.skip(`${title}`, () => { it('no-op', () => {}) });` as per [makeDescribe](https://github.com/storybookjs/test-runner/blob/2b60fe681ca44bdc9b81a4f0dc81163209c66484/src/playwright/transformPlaywrightJson.ts#L33) It...