-
Notifications
You must be signed in to change notification settings - Fork 0
/
test.json
52 lines (52 loc) · 2.25 KB
/
test.json
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
41
42
43
44
45
46
47
48
49
50
51
52
{
"numTotalTestSuites": 2,
"numPassedTestSuites": 2,
"numFailedTestSuites": 0,
"numPendingTestSuites": 0,
"numTotalTests": 2,
"numPassedTests": 1,
"numFailedTests": 1,
"numPendingTests": 0,
"numTodoTests": 0,
"startTime": 1672739440827,
"success": false,
"testResults": [
{
"assertionResults": [
{
"ancestorTitles": [
"",
"MainContent"
],
"fullName": " MainContent should render a button",
"status": "passed",
"title": "should render a button",
"duration": 45,
"failureMessages": []
},
{
"ancestorTitles": [
"",
"MainContent"
],
"fullName": " MainContent should show the help area after clicking the button",
"status": "failed",
"title": "should show the help area after clicking the button",
"duration": 54,
"failureMessages": [
"\u001b[2mexpect(\u001b[22m\u001b[31melement\u001b[39m\u001b[2m).not.toBeInTheDocument()\u001b[22m\n\n\u001b[31mexpected document not to contain element, found <section\n data-testid=\"help-area\"\n id=\"help-area\"\n>\n <article\n class=\"help-box\"\n >\n <h2>\n What is Git?\n </h2>\n <p>\n Git is a version control system, helping you to manage your code and create code snapshots.\n </p>\n </article>\n <article\n class=\"help-box\"\n >\n <h2>\n What is GitHub?\n </h2>\n <p>\n GitHub is a company and online offering, providing you with tons of Git-related services (e.g., cloud repositories).\n </p>\n </article>\n <article\n class=\"help-box\"\n >\n <h2>\n What is GitHub Actions?\n </h2>\n <p>\n GitHub Actions is an automation service (or CI / CD service) that helps you automate repository-related workflows and processes.\n </p>\n </article>\n</section> instead\u001b[39m"
],
"location": {
"line": 29,
"column": 71
}
}
],
"startTime": 1672739442719,
"endTime": 1672739442818,
"status": "failed",
"message": "",
"name": "C:/Users/Kujtim.Prenku/NEAR-SQA/kujtimprenku/git-workflow/src/components/MainContent.test.jsx"
}
]
}