Skip to content

Commit 584ba63

Browse files
committed
help text added for testBalance
1 parent 41a2314 commit 584ba63

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

test/command-line-test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,7 +327,7 @@ describe('WebPageTest Command Line', function() {
327327
'', 'status', 'results', 'locations', 'testers', 'test', 'restart', 'cancel', 'har',
328328
'pagespeed', 'utilization', 'request', 'timeline', 'netlog', 'chrometrace',
329329
'console', 'testinfo', 'history', 'googlecsi', 'response', 'waterfall',
330-
'screenshot', 'video', 'player', 'listen', 'batch'
330+
'screenshot', 'video', 'player', 'listen', 'batch','testBalance'
331331
].forEach(function eachCmd(command) {
332332
it('gets a ' + command + ' help input and returns the help text', function(done) {
333333
exec(mock(command + ' --help'), function(err, data) {
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
Usage: webpagetest testBalance [options]
2+
3+
get remaining tests for the account
4+
5+
Options:
6+
-k, --key <api_key> API key (if assigned). Contact the
7+
WebPageTest server administrator for a
8+
key if required
9+
-h, --help display help for command

0 commit comments

Comments
 (0)