logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

qunit-selenium — Run QUnit tests through Selenium WebDriver

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).

qunit-selenium 0.0.4                              June 12, 2019                                QUNIT-SELENIUM(1)

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)

Examples

qunit-selenium--timeout20--screenshotmytests.pnghttp://myserver/tests

Name

       qunit-selenium — Run QUnit tests through Selenium WebDriver

Options

--timeoutsecondsSpecifiesthemaximumtimeout(defaultis10seconds).--screenshotFILECapturethescreenoutputtoFILE.

See Also

       The complete documentation for qunit-selenium is available online at https://www.rubydoc.info/gems/qunit-
       selenium/ .

Synopsis

qunit-selenium [--timeoutseconds] [--screenshotFILE] URL

See Also