Peter Halicky
Peter Halicky
It is not possible to use any of the provided plugins with Typescript (well - I've tried two). The following code: ``` import jsep from 'jsep'; import comment from '@jsep-plugin/comment';...
Using FlyWay 10.13.0 community, Java API client, MariaDB 10.6.16, running on MacOS (I don't think this one's relevant though). I'm running the following migration: ```sql CREATE TABLE TABLE1 ( id...
[Documentation about function and beforeScenario/afterScenario hooks of the HTTP engine](https://www.artillery.io/docs/reference/engines/http#function-actions-and-beforescenario--afterscenario-hooks) states that the hooks receive two parameters - `context` and `events`. Also [some examples](https://github.com/artilleryio/artillery/blob/main/examples/using-data-from-redis/processor.js) only specify those two. I've just...