Skip to content

Instantly share code, notes, and snippets.

@xolvio
Created May 1, 2014 23:39
Show Gist options
  • Save xolvio/ce26867bfcf20c5d32f1 to your computer and use it in GitHub Desktop.
Save xolvio/ce26867bfcf20c5d32f1 to your computer and use it in GitHub Desktop.
{
   "testsuites":{
      "testsuite":[
         {
            "$":{
               "name":"Template.leaderboard.selected_name",
               "errors":"0",
               "tests":"3",
               "failures":"0",
               "time":"0.001",
               "timestamp":"2014-05-01T15:13:27"
            },
            "testcase":[
               {
                  "$":{
                     "classname":"Template.leaderboard.selected_name",
                     "name":"returns player when player is found and has a name",
                     "time":"0"
                  }
               },
               {
                  "$":{
                     "classname":"Template.leaderboard.selected_name",
                     "name":"returns undefined when player.name is not present",
                     "time":"0"
                  }
               },
{
                  "$":{
                     "classname":"Template.leaderboard.players",
                     "name":"asks for the players to be primarily in descending score order, then in alphabetical order and returns as is",
                     "time":"0.003"
                  },
                  "failure":[
                     {
                        "_":"Error: Expected {  } to be null.\n **** THE EXCEPTION****”,
                        "$":{
                           "type":"expect",
                           "message":"Expected {  } to be null."
                        }
                     }
                  ]
               }
            ]
         }
      ]
   }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment