Skip to content

Instantly share code, notes, and snippets.

@ghinch
Created January 5, 2012 18:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ghinch/1566581 to your computer and use it in GitHub Desktop.
Save ghinch/1566581 to your computer and use it in GitHub Desktop.
[greg:~/Projects/emi/code/client-itest ] $ phantomjs --load-plugins=no script.js http://dev-play.emi-lax.vm/client/search.html
Finished: Thu Jan 05 2012 10:40:47 GMT-0800 (PST)
<?xml version="1.0" encoding="UTF-8" ?>
<testsuites>
<testsuite name="account" errors="0" tests="8" failures="1" time="12.646" timestamp="2012-01-05T10:40:35">
<testcase classname="account" name="has an account node" time="0.015"></testcase>
<testcase classname="account" name="has a browser check node" time="0"></testcase>
<testcase classname="account" name="has a username input box" time="0"></testcase>
<testcase classname="account" name="has a password input box" time="0"></testcase>
<testcase classname="account" name="has a login submit button" time="0.001"></testcase>
<testcase classname="account" name="passes the browser check within 10 seconds" time="2.322"></testcase>
<testcase classname="account" name="displays an error for bad password" time="0.151"></testcase>
<testcase classname="account" name="logs in a user when the username, password is valid" time="10.156"><failure>1: timeout: timed out after 10000 msec waiting for something to happen</failure></testcase>
</testsuite>
</testsuites>,<?xml version="1.0" encoding="UTF-8" ?>
<testsuites>
<testsuite name="search" errors="0" tests="6" failures="6" time="0.002" timestamp="2012-01-05T10:40:47">
<testcase classname="search" name="has a query node" time="0.001"><failure>1: Expected null to be truthy.</failure></testcase>
<testcase classname="search" name="has a query submit node" time="0"><failure>1: Expected null to be truthy.</failure></testcase>
<testcase classname="search" name="has a fixations node" time="0"><failure>1: Expected null to be truthy.</failure></testcase>
<testcase classname="search" name="has a fixations table" time="0"><failure>1: Expected null to be truthy.</failure></testcase>
<testcase classname="search" name="has no fixations loaded initially" time="0"><failure>1: TypeError: &apos;null&apos; is not an object</failure></testcase>
<testcase classname="search" name="performs a wildcard search" time="0"><failure>1: TypeError: &apos;null&apos; is not an object</failure></testcase>
</testsuite>
</testsuites>
Tests failed: 7
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment