microsoft / tensile-perf

Benchmark web UI components with complex DOM and CSS
MIT License
7 stars 4 forks source link

Allow advanced browser configs #34

Closed radium-v closed 2 months ago

radium-v commented 2 months ago

This PR allows for browser configurations beyond setting the name field:

export default {
    browsers: [{
        name: "chrome",
        headless: true,
    }],
};