-
Notifications
You must be signed in to change notification settings - Fork 0
/
test-report.xml
40 lines (40 loc) · 3.88 KB
/
test-report.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<?xml version="1.0" encoding="UTF-8"?>
<testExecutions version="1">
<file path="C:\Users\Aleksandr\Documents\WebDev\todo-list\components\HandleUser\HandleUserError.test.tsx">
<testCase name="Given a HandleUser component When it rendered And is error Then it should show login error message" duration="22"/>
</file>
<file path="C:\Users\Aleksandr\Documents\WebDev\todo-list\components\HandleUser\HandleUserIsLoading.test.tsx">
<testCase name="Given a HandleUser component When it rendered And is loading Then it should show 'Loading...' message" duration="29"/>
</file>
<file path="C:\Users\Aleksandr\Documents\WebDev\todo-list\components\Header\Header.test.tsx">
<testCase name="Given a Header component When it rendered When the user is not logged in Then it should show text message for the not logged-in user" duration="90"/>
<testCase name="Given a Header component When it rendered Then it should show Login button" duration="78"/>
</file>
<file path="C:\Users\Aleksandr\Documents\WebDev\todo-list\components\Footer\Footer.test.tsx">
<testCase name="Given a Footer component When it rendered Then it should show text 'Made by Aleksandr Turchenko'" duration="94"/>
<testCase name="Given a Footer component When it rendered Then it should show button with GitHub link and icon" duration="86"/>
<testCase name="Given a Footer component When it rendered Then it should show button with LinkedIn link and icon" duration="42"/>
</file>
<file path="C:\Users\Aleksandr\Documents\WebDev\todo-list\components\HandleUser\HandleUser.test.tsx">
<testCase name="Given a HandleUser component When it rendered When the user is logged-in Then it should show message for logged-in user" duration="170"/>
<testCase name="Given a HandleUser component When it rendered Then it should show user profile button" duration="24"/>
<testCase name="Given a HandleUser component When it rendered Then it should show profile Logout button" duration="24"/>
<testCase name="Given a HandleUser component When it rendered Then it should show user settings button" duration="74"/>
</file>
<file path="C:\Users\Aleksandr\Documents\WebDev\todo-list\components\CreateTask\CreateTask.test.tsx">
<testCase name="Given a CreateTask component When it rendered It should show input area for task name" duration="251"/>
<testCase name="Given a CreateTask component When it rendered It should show input area for task description" duration="59"/>
<testCase name="Given a CreateTask component When it rendered It should show submit button" duration="42"/>
</file>
<file path="C:\Users\Aleksandr\Documents\WebDev\todo-list\components\TaskCard\TaskCard.test.tsx">
<testCase name="Given a TaskCard component When it rendered It should show button group" duration="286"/>
<testCase name="Given a TaskCard component When it rendered It should show delete button" duration="94"/>
<testCase name="Given a TaskCard component When it rendered It should show update Button" duration="86"/>
<testCase name="Given a TaskCard component When it rendered When a user click on delete button Then it should call onDelete function from props" duration="73"/>
</file>
<file path="C:\Users\Aleksandr\Documents\WebDev\todo-list\components\UpdateTaskDialog\UpdateTaskDialog.test.tsx">
<testCase name="Given a UpdateTaskDialog component When it rendered It should show update button" duration="243"/>
<testCase name="Given a UpdateTaskDialog component When it rendered When the user click on Update button Then it should show dialog modal" duration="127"/>
<testCase name="Given a UpdateTaskDialog component When it rendered When a user enter new task name and click on Save button Then it should call setUserTasks function with updated task" duration="332"/>
</file>
</testExecutions>