Capacitor + Background runner + Local notifications

Hello everybody.
Has anyone implemented the capacitor plugin “Background Runner” in a mobile project?
I’m doing tests but it’s difficult since this has to be run at least every 15 minutes (In an hour I only get 4 tests) and that slows down the entire development.
It also seems that all the code needs to be compacted in one javascript file, so there is no possibility to run a flow.

I would appreciate any suggestions on this.