nasa / earthdata-search

Earthdata Search is a web application developed by NASA EOSDIS to enable data discovery, search, comparison, visualization, and access across EOSDIS' Earth Science data holdings.
https://search.earthdata.nasa.gov
Other
743 stars 221 forks source link

EDSC-4150: Convert the cypress collection_details test into a playwright test #1779

Closed eudoroolivares2016 closed 2 months ago

eudoroolivares2016 commented 2 months ago

Overview

What is the feature?

Converts the /collection_details cypress test into playwright as part of our efforts to deprecate cypress

What is the Solution?

Added a test in playwright to test behavior on the collection_details page with the same assertions as the cypress /collection_details` test

What areas of the application does this impact?

E2e playwright tests on GH actions and locally

Testing

Reproduction steps

  1. Ensure that the playwright test is consistently working on GH actions and ensure that the test covers the same assertions as the existing cypress test

Attachments

N/A

Checklist

codecov[bot] commented 2 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 82.34%. Comparing base (0944b72) to head (3f16b54).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1779 +/- ## ========================================== + Coverage 82.25% 82.34% +0.08% ========================================== Files 697 700 +3 Lines 17455 17503 +48 Branches 4543 4568 +25 ========================================== + Hits 14358 14412 +54 + Misses 3044 2985 -59 - Partials 53 106 +53 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.