test-runner
test-runner copied to clipboard
[Suggestion] Support the ability to launch and close storybook server
Playwright has a webserver config option This opens or reuses an existing web server for tests and then closes the server after the tests if it opened it This is good for CI hygiene, especially if you are in a repo with multiple projects requiring local servers to test Having this functionality built-in would make configuration simpler and could also help avoid issues like #301