I’m having trouble testing pages that use basic authentication. I tried several solutions listed on the forum and google but without success.
Tried solutions:
- basic auth addon
- using RESTful basic authentication https://intercom.help/testprojectio/en/articles/3844760-restful-basic-authentication-using-testproject
- using https://username:password@www.yourwebsiteurl.com for the URL
The basic auth addon let me pass through to the page but had its own issues (some elements not showing) which resulted in tests that failed. The tests pass when recording them since I manually input the username and password.
Anyone has any solution to this situation?