rakeshnambiar

Results 37 comments of rakeshnambiar

Currently, we are using a centralized Mailhog instance. I will check with our development team about whether the prebuilt Mailhog instance config is easy to achieve or not.

Hi, @SMenigat I am now using the basic authentication as you recommended and able to make a connection. I just wanted to ask you, is there any inbuilt method in...

Looks like I need to get the whole body and format the body text the way I want. Pls let me know if there's any better way to do it.

@SMenigat Pls ignore the previous question and I found a way to sort it out. I have now another question - it seems we cannot filter something like `cy.mhHasMailTo` AND...

I also tried with https://www.npmjs.com/package/@faker-js/faker

I, too got stuck with it. @ebbimola Have you found any workaround? The error I am currently getting : ``` 🍑 The 'electron' browser was detected, however, the required '--remote-debugging-port'...

> [@rakeshnambiar](https://github.com/rakeshnambiar) issue you encountered is likely unrelated to `@badeball/cypress-cucumber-preprocessor`. Probably that you passed `--remote-debugging-port` via `launchOptions.args`, which is not propagated to Electron. Instead, you should use `ELECTRON_EXTRA_LAUNCH_ARGS`, as mentioned...