grafana / grafana-plugin-examples

181 stars 52 forks source link

Remove cypress entirely #272

Closed sunker closed 5 months ago

sunker commented 5 months ago

Now that all example plugins that had cypress tests have been migrated to use Playwright, it's time to remove Cypress entirely from this repo. What this PR does:

Most importantly, this PR updates the integration-tests.yml workflow. All cypress references are now gone and I have added a few extra steps such as uploading the Playwright report to GCS. Note that the Playwright report will be public on the Internet, but I think it should be fine as we don't depend on secrets in the e2e tests for the example plugins in this repo.