artilleryio / artillery-plugin-fuzzer

Fuzz testing for HTTP APIs with Artillery.io 🌪
59 stars 7 forks source link

Fuzz testing doesn`t insert naughtystrings in scenario #2

Closed Yogarasa-Shiravadakar closed 6 years ago

Yogarasa-Shiravadakar commented 6 years ago

Hello team!

Thanks for great plugin! Unfortunately {{naughtyString}} directive doesn`t insert any lines in running scenario.

Scenario:

config: target: "https://BLABLASITE.com" processor: "./functions.js" phases:

hassy commented 6 years ago

I think the problem is that you have two separate plugins entries in your config. Both plugin configurations should be under the same plugins key.

Yogarasa-Shiravadakar commented 6 years ago

Thank you. Problem solved. Now plugin works brilliantly.