Dmitriy Lazarev

Results 72 comments of Dmitriy Lazarev

Hi, thank you for the report. It seems you faced this issue https://github.com/aerokube/selenoid/issues/1109. Creevey uses selenoid under the hood. You can try to install Rosetta with `softwareupdate --install-rosetta` and then...

1. It could be used as a solution, to run selenoid without docker or without selenoid at all, directly use chromedriver. But screenshots will be dependent on your system, so...

Hi. I'm sorry for the late response. That is strange because I use the same packages https://www.npmjs.com/package/find-cache-dir that is used in Storybook to resolve `.cache` directory inside `node_modules`. Oh, I...

@Perni1984 Yeah, that sounds reasonable. I'll try to take it somewhere in October. Sorry for the delay, I have issues with moving to a new flat and I'm preparing to...

@pernsteinerc hi, the first option, creevey will wait for `__CREEVEY_SET_READY_FOR_CAPTURE__` call and then wait 2000 ms. I guess the name or global function is confusing, because of how creevey works....

Hi @sijakret. I'm sorry for the bad experience with Creevey. For Storybook 6.2+ Creevey uses a different way to load stories metadata through babel by default. It was done to...

Hi. Creevey supports storiesOf API. But if it doesn't work, I think the issue in a your DSL, and Creevey doesn't understand it. Creevey transforms source code to be able...

@bryanrideshark, oh looks like my latest stories transformation doesn't work in angular, I'll take a look. Thanks for the report. And if you are using webpack to build storybook, you...

@adiun Hi, thanks for the issue. I made a feature for loading stories without webpack, but didn't test it with Vite. I have a flag `useWebpackToExtractTests` in config which rules...

I'm using webpack only to compile Creevey client UI bundle for npm package, that's why it listed in devDeps