opensearch-project / OpenSearch-Dashboards

📊 Open source visualization dashboards for OpenSearch.
https://opensearch.org/docs/latest/dashboards/index/
Apache License 2.0
1.69k stars 893 forks source link

Migrate Selenium tests to Cypress #3705

Open ananzh opened 1 year ago

ananzh commented 1 year ago

This is an over-all task to track all the sub implementation tasks. Please list all the migration tasks or add the migration task one by one here.

Goal

Rewrite each Selenium test in Cypress, ensuring that the test coverage remains the same.

Suggested steps for sub tasks

kavilla commented 1 year ago

Note: Some of the PageObjects stuff is re-used by multiple tests which we should take into consideration when migrating to avoid conflicts.