loki icon indicating copy to clipboard operation
loki copied to clipboard

example-react "Animation" tests fails

Open justusburger opened this issue 1 year ago • 2 comments

Summary

When following the instructions from https://github.com/oblador/loki/blob/master/packages/loki/README.md#development, most tests pass, but the /Animation tests fail, with error: 1 request failed to load; http://192.168.1.226:6006/runtime-error

Screenshot 2024-01-26 at 14 04 48

justusburger avatar Jan 26 '24 13:01 justusburger

getting same error in https://github.com/oblador/loki/blob/master/packages/loki/README.md#development also i tried some fix but due to multiple viewports gettign issue https://github.com/oblador/loki/issues/543

Anxhul10 avatar Jun 11 '25 19:06 Anxhul10

replace fetchFailIgnore in loki.config.js with this this fetchFailIgnore: 'localhost:1234/get|192\\.168\\.29\\.108:6006/runtime-error', .

even the snapshot is taken by loki but due to network failure it fails the test

Anxhul10 avatar Jun 12 '25 09:06 Anxhul10