opensearch-project / opensearch-plugins

For all things OpenSearch plugins. You want to install, or develop a plugin? You've come to the right place.
Apache License 2.0
49 stars 61 forks source link

[META] Upgrade to Cypress 10.8.0 for OpenSearch Dashboards plugins #178

Open qreshi opened 1 year ago

qreshi commented 1 year ago

Is your feature request related to a problem?

There is a bug for Cypress versions prior to 10.8.0 that causes it to fail when running on Windows due to path separator issues.

What solution would you like?

The functional test repo is tracking upgrading to Cypress 10.8.0 to remediate this problem (https://github.com/opensearch-project/opensearch-dashboards-functional-test/issues/370). Since some plugins have Cypress tests defined in their own repos, this issue is to track those plugin repos to upgrade to Cypress 10.8.0 so they can run OpenSearch Dashboards integration tests without hacks in their CI.

saratvemulapalli commented 1 year ago

Thanks @qreshi for opening up the issue. Try to understand whats need to make this happen: Is cypress defined as a global dependency, can we just update it in OpenSearch Dashboards and let all the plugins consume it ? Or does it have to be a campaign which we should drive across all plugins?

dblock commented 1 year ago

@qreshi What are we doing about this one?