Andrew Valleteau
Andrew Valleteau
With [cypress-real-events]((https://github.com/dmtrKovalenko/cypress-real-events) we should be able to increase e2e tests coverage (user clicks, tab keys pressed, ...).
Hi there, I see this error poping randomly in my monitoring tool (sentry). Strange thing is that I haven't been able to reproduce it locally on my machine. Here is...
Hi there, When trying to run my CI under Circle-CI with Cypress 5.2.0 I have an error telling me that libgbm.so library isn't available. Full details available here: https://github.com/cypress-io/circleci-orb/issues/308 Probably...
**I'm submitting a ...** (check one with "x") ``` [X] bug report => search github for a similar issue or PR before submitting [ ] feature request [ ] support...
Related to #1 I've added some code to handle OSX keychain password decryption. Since I don't have MacOSX available, I didn't get the chance to test it doe. Any test...
## Description Following #2581 This PR fixed an issue with CI but re-introduced the issue with the warning for node >= 21 because instead of conditionally importing the `cross-fetch` deps...
### Current behavior I've just set up cypress on my project, and I get a configuration error when I run cypress open. But the stack trace is empty and the...
## Use case In our usage of the package, we register different secrets for different projects all over the same "service name" but with distincts username (each one matching the...
## What kind of change does this PR introduce? - Add a [experimental.webhooks] section to the config - Add necessary changes for use with the updater Related: https://github.com/supabase/infrastructure/pull/20348 ## What...