tyler36 / ddev-cypress

Cypress E2E testing for use with DDEV
Apache License 2.0
11 stars 7 forks source link

refactor bats test #28

Closed tyler36 closed 2 months ago

tyler36 commented 1 year ago

This PR updates the addon's main tests.

Previously, we simple checked if Cypress could report its version number (although we didn't care what it was).

This PR refactors the test to:

This acts as a "real" test by actually using Cypress and supplying an example use that others can follow.

tyler36 commented 11 months ago

rebased