-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathresults.xml
47 lines (39 loc) · 2.46 KB
/
results.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
41
42
43
44
45
46
47
<testsuites id="" name="" tests="2" failures="1" skipped="0" errors="0" time="35.21097999989986">
<testsuite name="POMTest.test.ts" timestamp="2023-12-11T10:58:44.806Z" hostname="chromium" tests="1" failures="0" skipped="0" time="12.456" errors="0">
<testcase name="Blog Post App CRUD › View Post Details test-02" classname="POMTest.test.ts" time="12.456">
</testcase>
</testsuite>
<testsuite name="POMTestJson.test.ts" timestamp="2023-12-11T10:58:44.806Z" hostname="chromium" tests="1" failures="1" skipped="0" time="29.999" errors="0">
<testcase name="Blog Post › Create Blog post using json file" classname="POMTestJson.test.ts" time="29.999">
<failure message="POMTestJson.test.ts:40:10 Create Blog post using json file" type="FAILURE">
<![CDATA[ [chromium] › POMTestJson.test.ts:40:10 › Blog Post › Create Blog post using json file ───────────
Test timeout of 30000ms exceeded.
Error: locator.click: Target closed
=========================== logs ===========================
waiting for getByRole('link', { name: 'New Post' })
============================================================
at ..\pages\homePage.ts:18
16 | }
17 | async createNewPost() {
> 18 | await this.postLink.click()
| ^
19 | }
20 | async navigateToHome() {
21 | await this.homeLink.click()
at HomePage.createNewPost (F:\Anandhi\workspace\playwrightTSWS\PW_POM_Sample\pages\homePage.ts:18:29)
at F:\Anandhi\workspace\playwrightTSWS\PW_POM_Sample\tests\POMTestJson.test.ts:43:24
Pending operations:
- locator.click at pages\homePage.ts:18:29
attachment #1: video (video/webm) ─────────────────────────────────────────────────────────────
test-results\POMTestJson-Blog-Post-Create-Blog-post-using-json-file-chromium\video.webm
───────────────────────────────────────────────────────────────────────────────────────────────
]]>
</failure>
<system-out>
<![CDATA[
[[ATTACHMENT|..\test-results\POMTestJson-Blog-Post-Create-Blog-post-using-json-file-chromium\video.webm]]
]]>
</system-out>
</testcase>
</testsuite>
</testsuites>