I use WebdriverIO to create my Selenium tests.
I try to pass credentials on my staging website. I have tried some solutions:
- Firefox Profile : doesn't work with WebdriverIO for me, just ok in Java
- User and password in URL like that :
http://user:password@site.com/