Piotr Jak

Results 5 comments of Piotr Jak

I found this documentation page https://botium.atlassian.net/wiki/spaces/BOTIUM/pages/60817419/What+are+the+Advanced+Scripting+Settings+in+Botium+Box , but the regular expressions are still not working for me in botium-bindings. my config ``` { "botium": { "Capabilities": { "PROJECTNAME": "Kelle Chatbot",...

thanks for the response, but unfortunately it still doesn't work botum.json ``` "SCRIPTING_MATCHING_MODE": "regexpIgnoreCase", // regexp doesn't work either ``` error ``` TranscriptError: BotiumError: Profit Share this year/Line 6: Expected...

ok, it works for "regexp", but not for "regexpIgnoreCase" when I actually provide the right regex ``` January|February ``` and not ``` [January|February]

+1 to bring back the CodeLens option! I got back to testing with jest after a break and I thought my config was wrong (I had problems with CodeLens not...

@connectdotz yeah, I know that, thanks! anyway, I've found a better way to run the individual tests or test suites! with `cmd+;cmd+c`. It's called `Test: Debug test at cursor". thanks...