NASA-IMPACT / admg-casei

ADMG Inventory
https://impact.earthdata.nasa.gov/casei/
Apache License 2.0
1 stars 0 forks source link

Change local e2e tests from cypress to playwright #659

Closed LanesGood closed 1 month ago

LanesGood commented 1 month ago

In https://github.com/NASA-IMPACT/admg-casei/issues/457 and related PR https://github.com/NASA-IMPACT/admg-casei/pull/508, the CASEI team replaced cypress with playwright in the github actions suite. However, cypress is still used in the local development environment.

Is there a reason that cypress is still active, or was this simply not removed yet? When e2e tests fail in actions, it would be ideal to be able to debug by testing locally. Consider replacing cypress with playwright for local e2e tests.