[Bug]: Issue with Slashes (/
) in File Names When Using the --shard
Option
#525
Labels
/
) in File Names When Using the --shard
Option
#525
To Reproduce
When running the Storybook Test Runner with the
--shard
option in GitHub Actions, issues occur due to the inclusion of slashes (e.g.,1/10
) in shard names. This is particularly problematic when renaming files or uploading artifacts.Steps to reproduce:
coverage-1/10.json
) are invalid:System
Its on Github Action CI
Additional Context
In GitHub Actions, file and artifact names containing slashes (
/
) are invalid and result in errors. Currently, we use the following workaround:1/10
) using a custom script:1_10
) as artifact names.To improve usability, we propose the following enhancements:
These changes would eliminate the need for manual scripting and make the Test Runner more CI-friendly.
The text was updated successfully, but these errors were encountered: