Waldemar Enns
Waldemar Enns
I am waiting for it too :) Just like @3rdSenna , i saw it already on Vuetify and would love to have this feature in Buefy too! 🚀
Same issue. Upgraded a Vue 2 project to Vue 3 and my vue-files wont't work with unit tests anymore. Followed instructions on vue-test-utils for v2 beta: https://test-utils.vuejs.org/installation/ Configured my `jest.config.js`...
Interesting... I have a similar issue: I am using Vue with VueX and vuex-oidc (an oidc-client implementation for vue+vuex). I have a `.env.local` file with auth-provider A: ``` VUE_APP_AUTH_PROVIDER_URL="https://auth.providerA.com/auth/realms/my-realm" VUE_APP_AUTH_CLIENT_ID="my-client"...
## Update I figured out how to fix my `chrome-error`, `redirects-error`, `CORS-error` issues. [Maybe this can help.](https://github.com/Fredx87/cypress-keycloak-commands/issues/24#issuecomment-731413820)
> I have been facing the same issue. Tried many ways to get it done but No luck. Do you need an actual login on keycloak or would you be...
@MarkLyck I have the same issue with `kcFakeLogin` - the reason seems to be that the client opens an iframe of my auth provider, to verify that the session is...
@Fredx87 do you have any solution for us? :)
@MarkLyck , @softshipper , @raghugitrepo , @DarioZuban I fixed this issue by switching to a newer cypress version. Before, I was using cypress v3.8.3 - due to my vue-cli setup....
Btw., just installing the latest Cypress version works as well, without the `resolutions` stuff I mentioned before.
Very similar error, here is my reproduction: ## Setup - cypress `12.17.4` - vue `3.2.41` - typescript `5.0.2` - tailwind `3.2.1` (since my example tests include tailwind) - vuetify `3.3.14`...