jethac opened a new issue, #42993:
URL: https://github.com/apache/superset/issues/42993

   ### Problem
   
   The Cypress → Playwright migration is one spec from done. What remains:
   
   ```
   superset-frontend/cypress-base/cypress/e2e/dashboard/drilltodetail.test.ts
   ```
   
   For that single file the repository still carries the entire `cypress-base` 
workspace, its dependency tree, and the `cypress-matrix` job in 
`superset-e2e.yml` — which runs on every pull request. The fixed cost of the 
harness is now larger than the tests it runs.
   
   ### Proposed change
   
   Port `drilltodetail.test.ts` to Playwright, then retire the `cypress-base` 
workspace, the `cypress-matrix` job and the `cypress-matrix-required` check 
together. Doing the retirement in the same change as the port matters: leaving 
the harness in place after the last spec moves is how it survives another year.
   
   Verified against `master` at `3539c41dab`.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to