test-runner icon indicating copy to clipboard operation
test-runner copied to clipboard

🚕 Turn stories into executable tests

Results 136 test-runner issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Right now the `TARGET_URL` that the Test Runner uses is also used for Playwright, but they can actually be different. If you run the Playwright Server in...

We are running 270 tests in CICD and quite often now the runner hangs randomly in the middle. The chrome instances spawned are looking like this: ``` .yarn/cache/pw-browsers/chromium-1048/chrome-linux/chrome --disable-field-trial-config --disable-background-networking...

### Describe the bug when running test I get below error npm run test-storybook test-storybook TypeError: Jest: Got error running globalSetup - C:\Users\kkumar\code\web\node_modules\@storybook\test-runner\playwright\global-setup.js, reason: Class extends value undefined is not...

bug

I have a component that behaves differently on different browsers / operating systems. I want to test these different behaviours. I use a decorator that simulates the different environments by...

bug

### Describe the bug It appears that when I use an image that is fetched from a source, it causes `test-storybook` to give the following warning: > Jest did not...

bug

### Describe the bug When a story render-function uses the useArgs-hook to change the story args in the middle of a play-function, the test-runner stops running the play-function at that...

bug

**Describe the bug** While using Yarn 3 and after following [these installation steps](https://storybook.js.org/docs/react/writing-tests/test-runner), running test-storybook shows the following error: ![image](https://github.com/storybookjs/test-runner/assets/6292111/9a901223-eaa9-4eb4-8a8f-34be765c7114) What problem could cause this, and is there a workaround?...

**Describe the bug** First of all, I'm only using Storybook for 3 weeks, so I'm not that familiar yet with all documentation available. First some context: I'm have a NX...

I'd like to be able to use the new "Re-run only failed tests" feature in CircleCI. This entails being able to run specs on an individual basis, is this something...

### Description I'm wondering if there is a way to fail tests when errors or warnings are written to the console. There are a number of scenarios where I believe...

bug