summaryrefslogtreecommitdiffstats
path: root/devtools/client/commandline/test/browser_cmd_addon.js
blob: e8cea2e06370a38def760036e2a00001f261248f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
/* Any copyright is dedicated to the Public Domain.
 * http://creativecommons.org/publicdomain/zero/1.0/ */

// Tests that the addon commands works as they should

function test() {
  return Task.spawn(spawnTest).then(finish, helpers.handleError);
}

function* spawnTest() {
  let options = yield helpers.openTab("about:blank");
  yield helpers.openToolbar(options);

  yield helpers.audit(options, [
    {
      setup: "addon list dictionary",
      check: {
        input:  "addon list dictionary",
        hints:                       "",
        markup: "VVVVVVVVVVVVVVVVVVVVV",
        status: "VALID"
      },
      exec: {
        output: "There are no add-ons of that type installed."
      }
    },
    {
      setup: "addon list extension",
      check: {
        input:  "addon list extension",
        hints:                      "",
        markup: "VVVVVVVVVVVVVVVVVVVV",
        status: "VALID"
      },
      exec: {
        output: [/The following/, /Mochitest/, /Special Powers/]
      }
    },
    {
      setup: "addon list locale",
      check: {
        input:  "addon list locale",
        hints:                   "",
        markup: "VVVVVVVVVVVVVVVVV",
        status: "VALID"
      },
      exec: {
        output: "There are no add-ons of that type installed."
      }
    },
    {
      setup: "addon list plugin",
      check: {
        input:  "addon list plugin",
        hints:                   "",
        markup: "VVVVVVVVVVVVVVVVV",
        status: "VALID"
      },
      exec: {
        output: [/Test Plug-in/, /Second Test Plug-in/]
      }
    },
    {
      setup: "addon list theme",
      check: {
        input:  "addon list theme",
        hints:                  "",
        markup: "VVVVVVVVVVVVVVVV",
        status: "VALID"
      },
      exec: {
        output: [/following themes/, /Default/]
      }
    },
    {
      setup: "addon list all",
      check: {
        input:  "addon list all",
        hints:                "",
        markup: "VVVVVVVVVVVVVV",
        status: "VALID"
      },
      exec: {
        output: [/The following/, /Default/, /Mochitest/, /Test Plug-in/,
                 /Second Test Plug-in/, /Special Powers/]
      }
    },
    {
      setup: "addon disable Test_Plug-in_1.0.0.0",
      check: {
        input:  "addon disable Test_Plug-in_1.0.0.0",
        hints:                                    "",
        markup: "VVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVV",
        status: "VALID"
      },
      exec: {
        output: "Test Plug-in 1.0.0.0 disabled."
      }
    },
    {
      setup: "addon disable WRONG",
      check: {
        input:  "addon disable WRONG",
        hints:                     "",
        markup: "VVVVVVVVVVVVVVEEEEE",
        status: "ERROR"
      }
    },
    {
      setup: "addon enable Test_Plug-in_1.0.0.0",
      check: {
        input:  "addon enable Test_Plug-in_1.0.0.0",
        hints:                                   "",
        markup: "VVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVVV",
        status: "VALID",
        args: {
          command: { name: "addon enable" },
          addon: {
            value: function (addon) {
              is(addon.name, "Test Plug-in", "test plugin name");
            },
            status: "VALID"
          }
        }
      },
      exec: {
        output: "Test Plug-in 1.0.0.0 enabled."
      }
    },
    {
      setup: "addon ctp Test_Plug-in_1.0.0.0",
      check: {
        input:  "addon ctp Test_Plug-in_1.0.0.0",
        hints:                                "",
        markup: "VVVVVVVVVVVVVVVVVVVVVVVVVVVVVV",
        status: "VALID",
        args: {
          command: { name: "addon ctp" },
          addon: {
            value: function (addon) {
              is(addon.name, "Test Plug-in", "test plugin name");
            },
            status: "VALID"
          }
        }
      },
      exec: {
        output: "Test Plug-in 1.0.0.0 set to click-to-play."
      }
    },
    {
      setup:  "addon ctp OpenH264_Video_Codec_provided_by_Cisco_Systems,_Inc._null",
      check: {
        input: "addon ctp OpenH264_Video_Codec_provided_by_Cisco_Systems,_Inc._null",
        hints:                                                                    "",
        status: "VALID",
        args: {
          command: { name: "addon ctp" },
          addon: {
            value: function (addon) {
              is(addon.name, "OpenH264 Video Codec provided by Cisco Systems, Inc.", "openh264");
            },
            status: "VALID"
          }
	                                                                                }
      },
      exec: {
        output: "OpenH264 Video Codec provided by Cisco Systems, Inc. null cannot be set to click-to-play."
      }
    },
    {
      setup:  "addon ctp Mochitest_1.0",
      check: {
        input: "addon ctp Mochitest_1.0",
        hints:                        "",
        status: "VALID",
        args: {
          command: { name: "addon ctp" },
          addon: {
            value: function (addon) {
              is(addon.name, "Mochitest", "mochitest");
            },
            status: "VALID"
          }
	                                                                                }
      },
      exec: {
        output: "Mochitest 1.0 cannot be set to click-to-play because it is not a plugin."
      }
    }
  ]);

  yield helpers.closeToolbar(options);
  yield helpers.closeTab(options);
}