garris / BackstopJS

Catch CSS curve balls.
http://backstopjs.org
MIT License
6.67k stars 605 forks source link

Test with multiple browsers at once #1451

Open casperno opened 1 year ago

casperno commented 1 year ago

I'd like to test my scenarios with Firefox, Chromium AND webkit. Right now, it looks like I'll have to make or script three individual runs to achieve that. Would it be possible to pass an array here, thus tripling the number of tests?

     engine: "playwright",
        engineOptions: {
            browser: ["chromium", "firefox", "webkit"],
        },