<?xml version="1.0" encoding="UTF-8"?>
<testsuites name="Mocha Tests" time="14.7950" tests="6" failures="0">
  <testsuite name="Root Suite" timestamp="2022-08-31T20:42:35" tests="0" file="cypress\e2e\1-getting-started\todo.cy.js" time="0.0000" failures="0">
  </testsuite>
  <testsuite name="example to-do app" timestamp="2022-08-31T20:42:35" tests="3" time="10.3350" failures="0">
    <testcase name="example to-do app displays two todo items by default" time="3.8530" classname="displays two todo items by default">
    </testcase>
    <testcase name="example to-do app can add new todo items" time="3.6480" classname="can add new todo items">
    </testcase>
    <testcase name="example to-do app can check off an item as completed" time="2.8340" classname="can check off an item as completed">
    </testcase>
  </testsuite>
  <testsuite name="with a checked task" timestamp="2022-08-31T20:42:55" tests="3" time="4.4600" failures="0">
    <testcase name="example to-do app with a checked task can filter for uncompleted tasks" time="1.8660" classname="can filter for uncompleted tasks">
    </testcase>
    <testcase name="example to-do app with a checked task can filter for completed tasks" time="1.2630" classname="can filter for completed tasks">
    </testcase>
    <testcase name="example to-do app with a checked task can delete all completed tasks" time="1.3310" classname="can delete all completed tasks">
    </testcase>
  </testsuite>
</testsuites>