-
Notifications
You must be signed in to change notification settings - Fork 1
/
junit.xml
67 lines (67 loc) · 8.17 KB
/
junit.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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<?xml version="1.0" encoding="UTF-8"?>
<testsuites name="jest tests" tests="29" failures="0" errors="0" time="6.298">
<testsuite name="Bootstrap" errors="0" failures="0" skipped="0" timestamp="2024-09-20T09:54:25" time="5.828" tests="3">
<testcase classname="Bootstrap saveConfig when config not exist in store should save default config in to store" name="Bootstrap saveConfig when config not exist in store should save default config in to store" time="0.007">
</testcase>
<testcase classname="Bootstrap saveConfig when config exist in store should do not save config" name="Bootstrap saveConfig when config exist in store should do not save config" time="0.001">
</testcase>
<testcase classname="Bootstrap addPermissions should add permission plugin" name="Bootstrap addPermissions should add permission plugin" time="0.001">
</testcase>
</testsuite>
<testsuite name="Register" errors="0" failures="0" skipped="0" timestamp="2024-09-20T09:54:25" time="5.943" tests="3">
<testcase classname="Register when call upload from provider should call upload from decorator" name="Register when call upload from provider should call upload from decorator" time="0.006">
</testcase>
<testcase classname="Register when provider implement upload via stream should call uploadStream from decorator" name="Register when provider implement upload via stream should call uploadStream from decorator" time="0">
</testcase>
<testcase classname="Register when user remove asset should call delete from decorator" name="Register when user remove asset should call delete from decorator" time="0.001">
</testcase>
</testsuite>
<testsuite name="Service: IMGIX" errors="0" failures="0" skipped="0" timestamp="2024-09-20T09:54:25" time="6.014" tests="23">
<testcase classname="Service: IMGIX validateAPIKey should return valid true if the response is ok" name="Service: IMGIX validateAPIKey should return valid true if the response is ok" time="0.004">
</testcase>
<testcase classname="Service: IMGIX validateAPIKey should return valid false if the response is not ok" name="Service: IMGIX validateAPIKey should return valid false if the response is not ok" time="0">
</testcase>
<testcase classname="Service: IMGIX addAsset should add an asset" name="Service: IMGIX addAsset should add an asset" time="0">
</testcase>
<testcase classname="Service: IMGIX addAsset should throw an error if the response is not ok" name="Service: IMGIX addAsset should throw an error if the response is not ok" time="0.001">
</testcase>
<testcase classname="Service: IMGIX purgeAsset should purge an asset" name="Service: IMGIX purgeAsset should purge an asset" time="0.001">
</testcase>
<testcase classname="Service: IMGIX purgeAsset should throw an error if the response is not ok" name="Service: IMGIX purgeAsset should throw an error if the response is not ok" time="0">
</testcase>
<testcase classname="Service: IMGIX getUploadDecorator should return an object with uploadStream, upload and delete methods" name="Service: IMGIX getUploadDecorator should return an object with uploadStream, upload and delete methods" time="0.001">
</testcase>
<testcase classname="Service: IMGIX getUploadDecorator uploadStream when configuration is complete when uploaded file is image should add asset to imgix" name="Service: IMGIX getUploadDecorator uploadStream when configuration is complete when uploaded file is image should add asset to imgix" time="0">
</testcase>
<testcase classname="Service: IMGIX getUploadDecorator uploadStream when configuration is complete when uploaded file has absolut path should add asset to imgix and change path" name="Service: IMGIX getUploadDecorator uploadStream when configuration is complete when uploaded file has absolut path should add asset to imgix and change path" time="0.001">
</testcase>
<testcase classname="Service: IMGIX getUploadDecorator uploadStream when configuration is complete when uploaded file is not image should add asset to imgix" name="Service: IMGIX getUploadDecorator uploadStream when configuration is complete when uploaded file is not image should add asset to imgix" time="0">
</testcase>
<testcase classname="Service: IMGIX getUploadDecorator uploadStream when API KEY is not provided or source id when uploaded file is image should change file url" name="Service: IMGIX getUploadDecorator uploadStream when API KEY is not provided or source id when uploaded file is image should change file url" time="0.001">
</testcase>
<testcase classname="Service: IMGIX getUploadDecorator uploadStream when API KEY is not provided or source id when uploaded file is image should change file url" name="Service: IMGIX getUploadDecorator uploadStream when API KEY is not provided or source id when uploaded file is image should change file url" time="0">
</testcase>
<testcase classname="Service: IMGIX getUploadDecorator uploadStream when addAsset failed when uploaded file is image should change file url with error log" name="Service: IMGIX getUploadDecorator uploadStream when addAsset failed when uploaded file is image should change file url with error log" time="0.001">
</testcase>
<testcase classname="Service: IMGIX getUploadDecorator upload when configuration is complete when uploaded file is image should add asset to imgix" name="Service: IMGIX getUploadDecorator upload when configuration is complete when uploaded file is image should add asset to imgix" time="0">
</testcase>
<testcase classname="Service: IMGIX getUploadDecorator upload when configuration is complete when uploaded file has absolut path should add asset to imgix and change path" name="Service: IMGIX getUploadDecorator upload when configuration is complete when uploaded file has absolut path should add asset to imgix and change path" time="0">
</testcase>
<testcase classname="Service: IMGIX getUploadDecorator upload when configuration is complete when uploaded file is not image should add asset to imgix" name="Service: IMGIX getUploadDecorator upload when configuration is complete when uploaded file is not image should add asset to imgix" time="0.001">
</testcase>
<testcase classname="Service: IMGIX getUploadDecorator upload when API KEY is not provided or source id when uploaded file is image should change file url" name="Service: IMGIX getUploadDecorator upload when API KEY is not provided or source id when uploaded file is image should change file url" time="0">
</testcase>
<testcase classname="Service: IMGIX getUploadDecorator upload when API KEY is not provided or source id when uploaded file is image should change file url" name="Service: IMGIX getUploadDecorator upload when API KEY is not provided or source id when uploaded file is image should change file url" time="0">
</testcase>
<testcase classname="Service: IMGIX getUploadDecorator upload when addAsset failed when uploaded file is image should change file url with error log" name="Service: IMGIX getUploadDecorator upload when addAsset failed when uploaded file is image should change file url with error log" time="0">
</testcase>
<testcase classname="Service: IMGIX getUploadDecorator delete when configuration is complete when asset path starts with source url should purge asset" name="Service: IMGIX getUploadDecorator delete when configuration is complete when asset path starts with source url should purge asset" time="0.001">
</testcase>
<testcase classname="Service: IMGIX getUploadDecorator delete when configuration is complete when asset path not starts with source url should not purging asset" name="Service: IMGIX getUploadDecorator delete when configuration is complete when asset path not starts with source url should not purging asset" time="0">
</testcase>
<testcase classname="Service: IMGIX librarySynchronize should replace media library url to source url" name="Service: IMGIX librarySynchronize should replace media library url to source url" time="0.001">
</testcase>
<testcase classname="Service: IMGIX restoreLibrary should restore media library for assets added to imgix" name="Service: IMGIX restoreLibrary should restore media library for assets added to imgix" time="0">
</testcase>
</testsuite>
</testsuites>