xk6-amqp
xk6-amqp copied to clipboard
Module not found: Error: Can't resolve 'k6/x/amqp'
Where do I find the k6/x/amqp and k6/x/amqp/queue modules?
Hi @faisal6621. More context is needed for this issue.
Are you encountering errors when building the extended k6 binary to include the extension? Be sure to run make, then reference your locally built binary when running a script, e.g. ./k6 run ....
Hi @javaducky
Just like TypeScript module for k6 (https://www.npmjs.com/package/@types/k6) we must have something for xk6-amqp which could be helpful for autocomplete and suggestion during development.
Building the extended k6 binary is not a problem but during development it is difficult to use the AMQP or Queue definitions.