Open
Description
I'm looking to use this plugin with a framework (Bazel) that errors should files be passed with spaces in the filename which makes adoption quite complicated. Fortunately, I can provide options to remove most of the default spaces from the Cypress task etc., but this last space is hard coded. (i.e. some task name #0.png (the space before the #0)). This also might be tricky since spaces in filenames in general can be tricky to deal with.
Describe the solution you'd like
A flag perhaps to toggle this space to be on or off (or some other character to be used)
Additional context
Is there some quick workaround?