summaryrefslogtreecommitdiffstats
path: root/testing/mozharness/external_tools/machine-configuration.json
diff options
context:
space:
mode:
Diffstat (limited to 'testing/mozharness/external_tools/machine-configuration.json')
-rw-r--r--testing/mozharness/external_tools/machine-configuration.json12
1 files changed, 12 insertions, 0 deletions
diff --git a/testing/mozharness/external_tools/machine-configuration.json b/testing/mozharness/external_tools/machine-configuration.json
new file mode 100644
index 000000000..29118c0fd
--- /dev/null
+++ b/testing/mozharness/external_tools/machine-configuration.json
@@ -0,0 +1,12 @@
+{
+ "win7": {
+ "screen_resolution": {
+ "x": 1280,
+ "y": 1024
+ },
+ "mouse_position": {
+ "x": 1010,
+ "y": 10
+ }
+ }
+}