fffunction / backstop-crawl

🕷 Crawls a site to generate a backstopjs config file with scenarios pre-populated
38 stars 18 forks source link

Ignore certain urls by string #28

Open qiigodev opened 5 years ago

qiigodev commented 5 years ago

It would be nice to be able to ignore urls that contain certain strings in an array.

Example: --ignore-url-containing = ["/blog,/tag,/news"]

JPustkuchen commented 2 years ago

Great idea! I think best would be to also allow wildcard matching like:

--ignore-urls=/abc/*

what would be a typical separator?