UNPKG

artillery

Version:

Cloud-scale load testing. https://www.artillery.io

17 lines (13 loc) 424 B
module.exports.getAllPluginNames = function () { return [...this.getOfficialPlugins(), ...this.getProPlugins()]; }; module.exports.getOfficialPlugins = () => [ 'ensure', 'expect', 'metrics-by-endpoint', 'publish-metrics', 'apdex', 'slack' ]; module.exports.getOfficialEngines = () => ['playwright']; module.exports.getProPlugins = () => ['http-ssl-auth', 'http-file-uploads', 'sqs-reporter'];