DEfusion

Results 24 comments of DEfusion

I'm still getting this error with these versions: ``` eslint-plugin-module-resolver@^0.10.0: version "0.10.0" find-babel-config@^1.1.0, find-babel-config@^1.2.0: version "1.2.0" ```

Note that this was added also in my open PR https://github.com/maxwell/screencap/pull/28

@lepoltj Do you have an example using CollectionView for 1.8?

Nevermind I figured it out, thanks for the tip @lepoltj

Here is an example using Collection View, someone asked for but the comment has been deleted since http://emberjs.jsbin.com/qehiqu/3/edit

@Kuzirashi I've experienced the same thing, it depends on how complex your item view/template is or how many items you have in your collection. I tried some of the different...

Yeah I'm not sure if moving everything to show would work for every use case as not as familiar with other uses than our use case, it would be nice...

@cdeutsch workaround kind of got things working for me on my Mac, however with lots of tests it just hangs after taking the last screenshot, doesn't seem to with smaller...

> I have `asyncCaptureLimit: 1` and `asyncCompareLimit: 10` I tried that locally and on CI but sadly still getting hangs on CI; stopped at 133/492 scenarios at Close Browser again....

So I've had some success by switching to 6.0.1 and playwright, the suite runs completely on my machine and CI with the below changes. Playwright seems to install its own...