other versions
- buster-backports 0.0.4-2~bpo10+1
- testing 0.0.4-2
- unstable 0.0.4-2
| QUNIT-SELENIUM(1) | General Commands Manual | QUNIT-SELENIUM(1) |
NAME¶
qunit-selenium —
Run QUnit tests through Selenium WebDriver
SYNOPSIS¶
qunit-selenium |
[--timeout seconds]
[--screenshot FILE]
URL |
DESCRIPTION¶
qunit-selenium will open the QUnit test
page at the given URL and wait
for the tests to complete before collecting and displaying the
test run results.
If the tests do not complete within the given
timeout seconds,
qunit-selenium will raise an error
and the command will fail.
If any error is raised by
qunit-selenium which would cause a
premature end of the test run, the program will
generate a screenshot of the error page (file
qunit-selenium-error.png)
OPTIONS¶
--timeoutsecondsSpecifies the maximum timeout (default is 10 seconds).--screenshotFILECapture the screen output to FILE.
EXAMPLES¶
qunit-selenium--timeout20--screenshotmytests.png http://myserver/tests
SEE ALSO¶
The complete documentation forqunit-selenium is available online
at
https://www.rubydoc.info/gems/qunit-selenium/
.
AUTHORS¶
qunit-selenium and its documentation
was written by Silvio Montanari
<smontanari@mail.com>
.
This manual was created by Jongmin Kim <jmkim@pukyong.ac.kr> for the Debian project (but may be used by others).
| June 12, 2019 | qunit-selenium 0.0.4 |