Samuel Menigat

Results 7 comments of Samuel Menigat

Hi @z3ntu, sorry for the late reply. I followed the steps described in the Wiki to build & install: ```bash git clone https://github.com/openrazer/openrazer -b TARGET_BRANCH cd openrazer sudo apt install...

When digging down into the [node16.16.0-chrome105-ff104-edge](https://github.com/cypress-io/cypress-docker-images/tree/master/browsers/node16.16.0-chrome105-ff104-edge) Dockerfile that `cypress/included:11.2.0` is based on, we find the following: ```Dockerfile # install Chrome browser RUN node -p "process.arch === 'arm64' ? 'Not downloading...

Hi @gkaemmer, any chance we can get this merged and released soon? Is there anything I can help with?

Thank you so much for implementing this and for generating the `...WithParameters` mutation variants ❤️

Hi @NevenaCukucan, thanks for your question. You could achieve your goal by utilizing [`cypress-wait-until`](https://github.com/NoriSte/cypress-wait-until). Here is an [example of how it could look like](https://github.com/SMenigat/cypress-mailhog/issues/11#issuecomment-605051055). I'm planning on integrating that feature...

Hi, thanks for using this library. Currently third party auth is not supported. Are you currently using a centralized MailHog instance? That would lead to very unreliable tests by design...

Is there any plan currently on supporting this?