- Operating System: macOS 10.12.5
- Cypress Version: 0.19.4
- Browser Version: chrome 59.0.3071.115
Is this a Feature or Bug?
Bug?
Current behavior:
Running tests in the desktop app, using the chrome browser, against a URL with a basic auth url (ie; https://username:password@my-site.com) times out
Desired behavior:
Running tests in the desktop app, using the chrome browser, against a URL with a basic auth url works
How to reproduce:
Run a test in the desktop app, using the chrome browser, against a URL with a basic auth url
Test code:
describe('My Site', function() {
it('Go to My Site', function() {
cy.visit('https://username:password@my-site.com')
})
});
Additional Info (images, stack traces, etc)
https://www.chromestatus.com/feature/5669008342777856
Is this a Feature or Bug?
Bug?
Current behavior:
Running tests in the desktop app, using the chrome browser, against a URL with a basic auth url (ie;
https://username:password@my-site.com) times outDesired behavior:
Running tests in the desktop app, using the chrome browser, against a URL with a basic auth url works
How to reproduce:
Run a test in the desktop app, using the chrome browser, against a URL with a basic auth url
Test code:
Additional Info (images, stack traces, etc)
https://www.chromestatus.com/feature/5669008342777856