Hi we have 2 libs in ou…
Hi, we have 2 libs in our app and both have a storybook configuration with an associated e2e testing app.
When we run npx nx e2e
those 2 e2e
testing suites are being tested with storybook. All good so far
Problem that we are facing: It seems that after the run of the first e2e
testing app, the storybook config is not killed. The second e2e
tests then tries to find the stories / iframes pages based on the previous storybook configuration => the stories are not there => error.
Is there something we miss? Or anybody faced the same issue? Currently setting up a reproduction to see if it’s a general bug, but maybe somebody knows more :slightly_smiling_face: