We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Our storybook is behind basic auth and we would like to be able to test it.
I would like to be able to provide username/password so that the test-runner logs in at the beginning of the tests.
username
password
I have tried providing a URL http://username:password@localhost:8080/storybook/index.html but I get this error:
http://username:password@localhost:8080/storybook/index.html
no
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is your feature request related to a problem? Please describe.
Our storybook is behind basic auth and we would like to be able to test it.
Describe the solution you'd like
I would like to be able to provide
username
/password
so that the test-runner logs in at the beginning of the tests.Describe alternatives you've considered
I have tried providing a URL
http://username:password@localhost:8080/storybook/index.html
but I get this error:Are you able to assist to bring the feature to reality?
no
Additional context
No response
The text was updated successfully, but these errors were encountered: