-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathtest-report.xml
41 lines (41 loc) · 2.42 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
41
<?xml version="1.0" encoding="UTF-8"?>
<testsuites>
<testsuite id="0" name="/home/runner/work/NetSuite-CustomModules-Template/NetSuite-CustomModules-Template/__tests__/Modules/aModule-test.js" errors="0" package="/home/runner/work/NetSuite-CustomModules-Template/NetSuite-CustomModules-Template/__tests__/Modules/aModule-test.js" hostname="localhost" tests="5" failures="0" time="0.64" timestamp="2023-12-04T04:57:31">
<properties>
</properties>
<testcase classname="test exec GetVendorPrefix" name="should not throw any errors" time="0">
</testcase>
<testcase classname="test exec GetVendorPrefix" name="Should be JD- when VendorId == 55321" time="0">
</testcase>
<testcase classname="test exec GetVendorPrefix" name="Should be AJ- when VendorId == 55322" time="0">
</testcase>
<testcase classname="test exec RunQuery" name="should not throw any errors" time="0">
</testcase>
<testcase classname="test exec RunQuery" name="Should be JD- when VendorId == 55321" time="0">
</testcase>
<system-out/>
<system-err/>
</testsuite>
<testsuite id="1" name="/home/runner/work/NetSuite-CustomModules-Template/NetSuite-CustomModules-Template/__tests__/CS/customModule_CS-test.js" errors="0" package="/home/runner/work/NetSuite-CustomModules-Template/NetSuite-CustomModules-Template/__tests__/CS/customModule_CS-test.js" hostname="localhost" tests="8" failures="0" time="0.705" timestamp="2023-12-04T04:57:31">
<properties>
</properties>
<testcase classname="pageInit error handling" name="should catch any errors" time="0">
</testcase>
<testcase classname="pageInit error handling" name="should catch error when currentRecord property is not available" time="0">
</testcase>
<testcase classname="test pageInit" name="should call set_CustomFieldValue using bModule" time="0">
</testcase>
<testcase classname="test pageInit" name="should run 2 log audits & 1 debug log" time="0">
</testcase>
<testcase classname="test pageInit" name="Should call GetVendorPrefix from aModule" time="0">
</testcase>
<testcase classname="test errors" name="Should not throw any errors" time="0">
</testcase>
<testcase classname="test errors" name="Should catch errors" time="0">
</testcase>
<testcase classname="test errors" name="Doesn't allow save if no currentRecord property found" time="0">
</testcase>
<system-out/>
<system-err/>
</testsuite>
</testsuites>