-
Notifications
You must be signed in to change notification settings - Fork 0
Example Output
Benjamin Hill edited this page Feb 28, 2016
·
2 revisions
python brstestrunner.py --ip 192.168.1.78
***********************
*** brstestrunner ***
***********************
Checking that a dev channel app is installed...
Starting testing...
Ran 1305 tests in 12.333 seconds
Tests passed: 1302
Tests failed: 2
Test errors: 1
Details of failures:
testAbstractContentData:
testAssertFalseIsTrue2:
expression evaluates to false
testAssertFalseIsTrue:
expression evaluates to false
Details of errors:
testAbstractContentData:
testDeliberateError:
Member function not found in BrightScript Component or interface (ERR_RO2)
Publishing XML report...
Testing complete!
Process finished with exit code 0
python brstestrunner.py --ip 192.168.1.78 --outdir tests --outname testreport -v
***********************
*** brstestrunner ***
***********************
Verbose Mode is ON
Checking that a dev channel app is installed...
OK
Starting testing...
Going to Home
Launching dev channel app
Reading test results from Telnet interface...
Connected to host
Reading Telnet output...
Detected tests have finished
Closing connection
Parsing Telnet output...
Ran 1305 tests in 11.765 seconds
Tests passed: 1302
Tests failed: 2
Test errors: 1
Details of failures:
testAbstractContentData:
testAssertFalseIsTrue2:
expression evaluates to false
testAssertFalseIsTrue:
expression evaluates to false
Details of errors:
testAbstractContentData:
testDeliberateError:
Member function not found in BrightScript Component or interface (ERR_RO2)
Publishing XML report...
Writing to C:\roku\tests\testreport.xml
Testing complete!
Process finished with exit code 0