storybookjs / test-runner

🚕 Turn stories into executable tests

Home Page:https://storybook.js.org/docs/writing-tests/interaction-testing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature request]: Test stoybook behind basic auth

sw-tracker opened this issue · comments

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:

image

Are you able to assist to bring the feature to reality?

no

Additional context

No response