Filip Hric
Filip Hric
Some comments on this: - the toolbar is now basically a separate vue app that uses the same props as the plugin - so far it can only render and...
We don’t really need the viewport to be restricted to Cypress settings. In fact, having the full height and width available might be a good thing. Currently, Cypress dynamically changes...
currently, request queries tab appears only when there is a `qs` parameter sent via `cy.api()`. but sometimes query is sent right from URL. it would be nice to have that...
the current way of setting up credentials to hide is not ideal. some issues: 1. credentials are anonymized character by character, revealing the length of hidden attribute 2. no ability...
it might be quite useful to set default headers so that whenever this plugin is used for robust api testing, users can set their own global headers
### What happened? I’ve been trying to set up VS Code Markdown extension, but I keep getting errors and can’t get it to work. I keep hitting the following message:...
[Replay.io](https://www.replay.io/) is a debugging browser for developers. Ultimately we’d like to add this change so that we can display Replay logo in [Cypress runner](https://github.com/cypress-io/cypress/blob/d4e09cde3ed848fdf609393ed928a0a4aa3b3877/packages/frontend-shared/src/assets/browserLogos.ts) that uses this package.
Closes https://linear.app/metabase/issue/DEV-344/remove-flaky-tag-from-tests-that-are-stable ### Description Remove `@flaky` tags from tests that are no longer flaky ### Stress tests `e2e/test/scenarios/metrics/browse.cy.spec.ts` -> stress test `e2e/test/scenarios/visualizations-tabular/visualizations-tabular-reproductions.cy.spec.js` -> [stress test](https://github.com/metabase/metabase/actions/runs/13309897256) `e2e/test/scenarios/visualizations-tabular/object_detail.cy.spec.js` -> [stress test](https://github.com/metabase/metabase/actions/runs/13310070346) `e2e/test/scenarios/question-reproductions/reproductions-1.cy.spec.js`...