fffunction / backstop-crawl

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

Customisable selectors & hideSelectors #7

Closed danreeves closed 6 years ago

danreeves commented 7 years ago

We currently just hardcode


                selectors: [
                    'document',
                ],
                hideSelectors: [
                    'iframe',
                ],
danreeves commented 6 years ago

This will be fixed by #23

danreeves commented 6 years ago

Closed by #23 🎉