trentrand / cypress-utils

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

Add log output when no tests are found #1

Closed trentrand closed 4 years ago

trentrand commented 4 years ago

The current commands return the following output when no Cypress spec files are found:

“Command completed in 0 seconds”

This messaging should be more explicit, alerting the user that their test identifiers are incorrect.

trentrand commented 4 years ago

As an aside, this issue commonly occurs when the cypress.config file is not found, resulting in a default test integration path and thus no tests found. We may want to alert the user of a missing configuration, and suggest that it may be the underlying issue to missing tests.

trentrand commented 4 years ago

The issue noted by this ticket, as well as the subsequent comment, have been addressed in version 1.0.2.

See commit 97f98cb90aacbdc3f732a067f94b6fdbf79359d3