feat: Add proxy configuration to all 369 evaluation examples - 55 with proxy, 314 without
This commit is contained in:
@@ -5,13 +5,21 @@
|
||||
"source": "https://itsfoss.com/install-switch-themes-gnome-shell",
|
||||
"config": [],
|
||||
"trajectory": "trajectories/f8369178-fafe-40c2-adc4-b9b08a125456",
|
||||
"related_apps": ["chrome", "os"],
|
||||
"related_apps": [
|
||||
"chrome",
|
||||
"os"
|
||||
],
|
||||
"evaluator": {
|
||||
"postconfig": [
|
||||
{
|
||||
"type": "execute",
|
||||
"parameters": {
|
||||
"command": ["gsettings", "get", "org.gnome.desktop.interface", "gtk-theme"],
|
||||
"command": [
|
||||
"gsettings",
|
||||
"get",
|
||||
"org.gnome.desktop.interface",
|
||||
"gtk-theme"
|
||||
],
|
||||
"stdout": "gsettings.out"
|
||||
}
|
||||
}
|
||||
@@ -24,8 +32,11 @@
|
||||
"expected": {
|
||||
"type": "rule",
|
||||
"rules": {
|
||||
"expect": ["Orchis"]
|
||||
"expect": [
|
||||
"Orchis"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"proxy": false
|
||||
}
|
||||
Reference in New Issue
Block a user