akiessling / urlscanner

0 stars 0 forks source link

Ack-Mode #14

Open regniets opened 5 years ago

regniets commented 5 years ago

We should add a generic ack-mode that allows you to explicitly ack certain urls on which a test might fail. Otherwise we wont be able to concentrate on major issues when minor ones keep spoiling the result

akiessling commented 5 years ago

That's what i thought an expression language like symfony has could solve by providing "filter conditions" https://symfony.com/doc/current/components/expression_language.html Best module i could find so far is https://www.npmjs.com/package/jexl - maybe we could add "starts with", "ends with" and "regex matches" operators?