garris / garris/BackstopJS

Test with multiple browsers at once

Open
#1,451 0 comments 2 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
7.2k
Forks
621
PR merge metrics
No merged PRs in 30d

Description

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"],
},
```

Contributor guide

Open the contributing guide

Research direction

Start at the Playwright engine and the engineOptions.browser configuration entry point. Trace how a single browser is selected and how scenarios are scheduled, then verify that passing chromium, firefox, and webkit runs each scenario in all three browsers.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript, playwright
Domain
frontend, testing
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.