mirror of
https://github.com/cypress-io/cypress.git
synced 2026-04-24 07:59:12 -05:00
17c9ded463
* clean up server test commands this mostly restores the pre-yarn behavior: - passing a file path to a test command runs that file, not all tests - there is only one test-watch - there is a "test" command which accepts a pathx * allow run.js to specify multiple specfiles * simplify e2e test setup by using globbing * fix e2e test that has been broken for eternity * still let users use `test-e2e --spec` syntax * update server README