Mark Pietrus
Mark Pietrus
I can confirm the same using cypress/browsers:node16.5.0-chrome94-ff93 with cypress 9.0.0 The tests execute and pass ok but error is outputted once after loading each test file.
Hi @Calamari, Thanks for the quick reply. Here is some simplified code that perhaps better describes what I'm trying to do: ``` import BehaviorTree, { FAILURE, Introspector, RUNNING, Sequence, SUCCESS,...
I solved this by extending the LoopDecorator to return early on RUNNING results in addition to FAILURE as well as by only having it wrap a single Task rather than...