Cypress tests only report the last one
As explained here, when multiple specs are run with a single cypress run
command, each one is overwritting the JUnit file the previous generated. So we need to use the proposed [hash]
syntax to generate a junit file per-spec.