| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Fixed an issue where BackstopJS failed to process scenario labels containing multibyte characters (e.g., Japanese, Chinese).
| Back | FazBrowse Home | New Git URL |
Problem
Scenario labels containing multibyte characters (e.g., Japanese, Chinese) were not processed correctly.
For example, when defining a scenario like:
{ "scenarios": [ { "label": "BackstopJS ホームページ", ** other configurations ** }, { "label": "BackstopJS テストページ", ** other configurations ** } ] }Multibyte characters are ignored in the generated capture filenames,
causing both scenarios to generate the same filename, making it impossible to differentiate between test results.
Solution