trentrand / cypress-utils

⚙ Easily parallelize and stress-test your Cypress tests
MIT License
25 stars 6 forks source link

Test identifiers are matched case-sensitively #2

Closed trentrand closed 2 years ago

trentrand commented 4 years ago

When specifying the command-line options using capital letters, results are never found.

I believe the issue is that the strings are compared to lower-case versions of the filenames, but the test identifiers themselves are not casted to lowercase also.