test-runner icon indicating copy to clipboard operation
test-runner copied to clipboard

[Bug] Test-runner misses stories in symlinked directories in normal mode

Open shilman opened this issue 3 years ago • 0 comments

Describe the bug

Storybook's new CI process uses symlinked directories to link in stories to "sandbox" projects.

Storybook follows the symlinks, so it produces an index.json that contains all the stories. Running the test runner in --index-json mode catches them.

However running the test runner in "normal" mode does not.

Steps to reproduce the behavior

In the SB repo prior to merging #19255:

yarn task --task test-runner --template cra/default-js

shilman avatar Sep 28 '22 01:09 shilman