You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to automate a scenario in BDD where I can verify a login confirmation mail in Gmail.
I have installed the Gmail-tester and I have set it up. At the point of execution, I got an error that I would need webpack to load the scripts. I set up webpack.config.js and also updated the plugin/index.js file. and I still run into errors.
Because of the NDA at work, I have prepared a private reproducible repository to show you if you would have time to take a look at it. All the info required is in the repo.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello
I have an issue with cypress-webpack
I am trying to automate a scenario in BDD where I can verify a login confirmation mail in Gmail.
I have installed the Gmail-tester and I have set it up. At the point of execution, I got an error that I would need webpack to load the scripts. I set up webpack.config.js and also updated the plugin/index.js file. and I still run into errors.
Because of the NDA at work, I have prepared a private reproducible repository to show you if you would have time to take a look at it. All the info required is in the repo.
The Update in my plugin/index.js is:
And My webpack.config.js file looks like this
And my package.json is:
What am I doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions