The PR: * formats tools/ dir and remote it from exclusions; * adds `npm run format -- --all-files --only-prettier` cmd to apply prettier rules to the all non-ignored files; * fixes a bug that npm run format args are ignored; * adjust exclusions for *.md files
30 lines
756 B
JSON
30 lines
756 B
JSON
{
|
|
'configurations': [
|
|
{
|
|
'browser-type': 'brave',
|
|
'profile': 'brave-typical-mac',
|
|
'extra-browser-args': [
|
|
'--disable-backgrounding-occluded-windows',
|
|
|
|
// Temporary disabled because of https://github.com/brave/brave-browser/issues/48710
|
|
'--disable-features=BraveCommands',
|
|
],
|
|
'field-trials': 'no-trials',
|
|
'save-artifacts': true,
|
|
},
|
|
],
|
|
'benchmarks': [
|
|
{
|
|
'name': 'system_health.common_desktop',
|
|
'pageset-repeat': 1,
|
|
'stories': ['load:site:example:2023'],
|
|
'extra-benchmark-args': ['--allow-software-compositing'],
|
|
},
|
|
{
|
|
'name': 'system_health.memory_desktop',
|
|
'pageset-repeat': 1,
|
|
'stories': ['load:site:example:2023'],
|
|
},
|
|
],
|
|
}
|