Skip to content

Commit

Permalink
chore: delete junit.xml file
Browse files Browse the repository at this point in the history
  • Loading branch information
rudemex committed Jul 29, 2023
1 parent 668c420 commit d9f1c8e
Show file tree
Hide file tree
Showing 7 changed files with 81 additions and 79 deletions.
6 changes: 4 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,11 @@ coverage
/coverage
/.nyc_output
test-report.xml
junit.xml
#junit.xml
packages/*/test-report.xml
packages/*/junit.xml
./packages/*/test-report.xml
#packages/*/junit.xml
#./packages/*/junit.xml
packages/*/test-results
./packages/*/test-results
packages/*/test-results/*
Expand Down
18 changes: 9 additions & 9 deletions packages/archetype/junit.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<testsuites name="jest tests" tests="9" failures="0" errors="0" time="6.649">
<testsuite name="@tresdoce-nestjs-toolkit/archetype" errors="0" failures="0" skipped="0" timestamp="2023-07-29T19:51:14" time="4.995" tests="5">
<testsuites name="jest tests" tests="9" failures="0" errors="0" time="5.626">
<testsuite name="@tresdoce-nestjs-toolkit/archetype" errors="0" failures="0" skipped="0" timestamp="2023-07-29T20:08:17" time="4" tests="5">
<testcase classname="ArchetypeService" name="should be defined" time="0.017" file="src/__test__/archetype.service.spec.ts">
</testcase>
<testcase classname="ArchetypeService" name="should be read package file" time="0.006" file="src/__test__/archetype.service.spec.ts">
<testcase classname="ArchetypeService" name="should be read package file" time="0.005" file="src/__test__/archetype.service.spec.ts">
</testcase>
<testcase classname="ArchetypeService" name="should be return archetype version" time="0.005" file="src/__test__/archetype.service.spec.ts">
</testcase>
Expand All @@ -12,17 +12,17 @@
<testcase classname="ArchetypeService" name="should be return manifest" time="0.004" file="src/__test__/archetype.service.spec.ts">
</testcase>
</testsuite>
<testsuite name="@tresdoce-nestjs-toolkit/archetype" errors="0" failures="0" skipped="0" timestamp="2023-07-29T19:51:19" time="0.819" tests="1">
<testcase classname="ArchetypeModule" name="should be define" time="0.349" file="src/__test__/archetype.module.spec.ts">
<testsuite name="@tresdoce-nestjs-toolkit/archetype" errors="0" failures="0" skipped="0" timestamp="2023-07-29T20:08:21" time="0.741" tests="1">
<testcase classname="ArchetypeModule" name="should be define" time="0.197" file="src/__test__/archetype.module.spec.ts">
</testcase>
</testsuite>
<testsuite name="@tresdoce-nestjs-toolkit/archetype" errors="0" failures="0" skipped="0" timestamp="2023-07-29T19:51:19" time="0.483" tests="2">
<testcase classname="ArchetypeController" name="should be defined" time="0.016" file="src/__test__/archetype.controller.spec.ts">
<testsuite name="@tresdoce-nestjs-toolkit/archetype" errors="0" failures="0" skipped="0" timestamp="2023-07-29T20:08:22" time="0.552" tests="2">
<testcase classname="ArchetypeController" name="should be defined" time="0.018" file="src/__test__/archetype.controller.spec.ts">
</testcase>
<testcase classname="ArchetypeController" name="should be return manifest json" time="0.005" file="src/__test__/archetype.controller.spec.ts">
<testcase classname="ArchetypeController" name="should be return manifest json" time="0.007" file="src/__test__/archetype.controller.spec.ts">
</testcase>
</testsuite>
<testsuite name="@tresdoce-nestjs-toolkit/archetype" errors="0" failures="0" skipped="0" timestamp="2023-07-29T19:51:20" time="0.224" tests="1">
<testsuite name="@tresdoce-nestjs-toolkit/archetype" errors="0" failures="0" skipped="0" timestamp="2023-07-29T20:08:22" time="0.239" tests="1">
<testcase classname="Constants" name="should be return exclude to prefix global" time="0.003" file="src/__test__/constants.spec.ts">
</testcase>
</testsuite>
Expand Down
26 changes: 13 additions & 13 deletions packages/filters/junit.xml
Original file line number Diff line number Diff line change
@@ -1,35 +1,35 @@
<?xml version="1.0" encoding="UTF-8"?>
<testsuites name="jest tests" tests="14" failures="0" errors="0" time="3.912">
<testsuite name="@tresdoce-nestjs-toolkit/filters" errors="0" failures="0" skipped="0" timestamp="2023-07-29T19:53:38" time="3.586" tests="11">
<testcase classname="filters › code exception" name="should map a regular code exception" time="0.002" file="src/__test__/exceptions.filter.spec.ts">
<testsuites name="jest tests" tests="14" failures="0" errors="0" time="3.881">
<testsuite name="@tresdoce-nestjs-toolkit/filters" errors="0" failures="0" skipped="0" timestamp="2023-07-29T20:08:29" time="3.568" tests="11">
<testcase classname="filters › code exception" name="should map a regular code exception" time="0.001" file="src/__test__/exceptions.filter.spec.ts">
</testcase>
<testcase classname="filters › HttpExceptions › Default HttpExceptions" name="should map default exception when thrown with not parameters" time="0.001" file="src/__test__/exceptions.filter.spec.ts">
</testcase>
<testcase classname="filters › HttpExceptions › Default HttpExceptions" name="should map default exception when thrown with error details" time="0.001" file="src/__test__/exceptions.filter.spec.ts">
</testcase>
<testcase classname="filters › HttpExceptions › Default HttpExceptions" name="should map default exception when thrown with error details and description" time="0.001" file="src/__test__/exceptions.filter.spec.ts">
<testcase classname="filters › HttpExceptions › Default HttpExceptions" name="should map default exception when thrown with error details and description" time="0" file="src/__test__/exceptions.filter.spec.ts">
</testcase>
<testcase classname="filters › HttpExceptions › Default HttpExceptions" name="should map HttpException response when called with an object" time="0.001" file="src/__test__/exceptions.filter.spec.ts">
</testcase>
<testcase classname="filters › HttpExceptions › Generic HttpException" name="should map HttpException response when called with a string" time="0" file="src/__test__/exceptions.filter.spec.ts">
<testcase classname="filters › HttpExceptions › Generic HttpException" name="should map HttpException response when called with a string" time="0.001" file="src/__test__/exceptions.filter.spec.ts">
</testcase>
<testcase classname="filters › HttpExceptions › Generic HttpException" name="should map HttpException response when called with an object" time="0" file="src/__test__/exceptions.filter.spec.ts">
<testcase classname="filters › HttpExceptions › Generic HttpException" name="should map HttpException response when called with an object" time="0.001" file="src/__test__/exceptions.filter.spec.ts">
</testcase>
<testcase classname="filters › HttpExceptions › Generic HttpException" name="should map HttpException response when called with an object with empty message" time="0" file="src/__test__/exceptions.filter.spec.ts">
<testcase classname="filters › HttpExceptions › Generic HttpException" name="should map HttpException response when called with an object with empty message" time="0.001" file="src/__test__/exceptions.filter.spec.ts">
</testcase>
<testcase classname="filters › HttpExceptions › Generic HttpException" name="should map HttpException response when called with an array" time="0.001" file="src/__test__/exceptions.filter.spec.ts">
</testcase>
<testcase classname="filters › when used outside a module" name="should map default exception when thrown with not parameters" time="0" file="src/__test__/exceptions.filter.spec.ts">
<testcase classname="filters › when used outside a module" name="should map default exception when thrown with not parameters" time="0.001" file="src/__test__/exceptions.filter.spec.ts">
</testcase>
<testcase classname="filters › configuration is defined with values" name="should be return application info" time="0.001" file="src/__test__/exceptions.filter.spec.ts">
<testcase classname="filters › configuration is defined with values" name="should be return application info" time="0" file="src/__test__/exceptions.filter.spec.ts">
</testcase>
</testsuite>
<testsuite name="@tresdoce-nestjs-toolkit/filters" errors="0" failures="0" skipped="0" timestamp="2023-07-29T19:53:42" time="0.255" tests="3">
<testcase classname="error.utils" name="should be return code in string" time="0.003" file="src/__test__/error.utils.spec.ts">
<testsuite name="@tresdoce-nestjs-toolkit/filters" errors="0" failures="0" skipped="0" timestamp="2023-07-29T20:08:33" time="0.239" tests="3">
<testcase classname="error.utils" name="should be return code in string" time="0.002" file="src/__test__/error.utils.spec.ts">
</testcase>
<testcase classname="error.utils" name="should be return code in string obj" time="0.001" file="src/__test__/error.utils.spec.ts">
<testcase classname="error.utils" name="should be return code in string obj" time="0" file="src/__test__/error.utils.spec.ts">
</testcase>
<testcase classname="error.utils" name="should be return code in string" time="0" file="src/__test__/error.utils.spec.ts">
<testcase classname="error.utils" name="should be return code in string" time="0.001" file="src/__test__/error.utils.spec.ts">
</testcase>
</testsuite>
</testsuites>
28 changes: 14 additions & 14 deletions packages/health/junit.xml
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
<?xml version="1.0" encoding="UTF-8"?>
<testsuites name="jest tests" tests="10" failures="0" errors="0" time="6.87">
<testsuite name="@tresdoce-nestjs-toolkit/health" errors="0" failures="0" skipped="0" timestamp="2023-07-29T19:51:22" time="4.542" tests="4">
<testcase classname="Health › Ready controller - extend config" name="should be defined with extend config" time="1.068" file="src/__test__/readiness.controller.spec.ts">
<testsuites name="jest tests" tests="10" failures="0" errors="0" time="7.529">
<testsuite name="@tresdoce-nestjs-toolkit/health" errors="0" failures="0" skipped="0" timestamp="2023-07-29T20:08:08" time="5.024" tests="4">
<testcase classname="Health › Ready controller - extend config" name="should be defined with extend config" time="1.028" file="src/__test__/readiness.controller.spec.ts">
</testcase>
<testcase classname="Health › Ready controller - extend config" name="should be return up services with extend config" time="0.006" file="src/__test__/readiness.controller.spec.ts">
<testcase classname="Health › Ready controller - extend config" name="should be return up services with extend config" time="0.007" file="src/__test__/readiness.controller.spec.ts">
</testcase>
<testcase classname="Health › Ready controller - simple config" name="should be defined with simple config" time="0.005" file="src/__test__/readiness.controller.spec.ts">
</testcase>
<testcase classname="Health › Ready controller - simple config" name="should be return up services with simple config" time="0.007" file="src/__test__/readiness.controller.spec.ts">
<testcase classname="Health › Ready controller - simple config" name="should be return up services with simple config" time="0.005" file="src/__test__/readiness.controller.spec.ts">
</testcase>
</testsuite>
<testsuite name="@tresdoce-nestjs-toolkit/health" errors="0" failures="0" skipped="0" timestamp="2023-07-29T19:51:26" time="1.705" tests="3">
<testcase classname="HealthModule" name="should be define" time="0.637" file="src/__test__/health.module.spec.ts">
<testsuite name="@tresdoce-nestjs-toolkit/health" errors="0" failures="0" skipped="0" timestamp="2023-07-29T20:08:13" time="1.816" tests="3">
<testcase classname="HealthModule" name="should be define" time="0.691" file="src/__test__/health.module.spec.ts">
</testcase>
<testcase classname="HealthModule" name="should be return status up" time="0.014" file="src/__test__/health.module.spec.ts">
<testcase classname="HealthModule" name="should be return status up" time="0.013" file="src/__test__/health.module.spec.ts">
</testcase>
<testcase classname="HealthModule" name="should be return readiness services" time="0.307" file="src/__test__/health.module.spec.ts">
<testcase classname="HealthModule" name="should be return readiness services" time="0.332" file="src/__test__/health.module.spec.ts">
</testcase>
</testsuite>
<testsuite name="@tresdoce-nestjs-toolkit/health" errors="0" failures="0" skipped="0" timestamp="2023-07-29T19:51:28" time="0.318" tests="2">
<testcase classname="Health - Live controller" name="should be defined" time="0.01" file="src/__test__/liveness.controller.spec.ts">
<testsuite name="@tresdoce-nestjs-toolkit/health" errors="0" failures="0" skipped="0" timestamp="2023-07-29T20:08:15" time="0.385" tests="2">
<testcase classname="Health - Live controller" name="should be defined" time="0.015" file="src/__test__/liveness.controller.spec.ts">
</testcase>
<testcase classname="Health - Live controller" name="should be return up liveness" time="0.002" file="src/__test__/liveness.controller.spec.ts">
<testcase classname="Health - Live controller" name="should be return up liveness" time="0.003" file="src/__test__/liveness.controller.spec.ts">
</testcase>
</testsuite>
<testsuite name="@tresdoce-nestjs-toolkit/health" errors="0" failures="0" skipped="0" timestamp="2023-07-29T19:51:28" time="0.2" tests="1">
<testcase classname="healthConstants" name="should be return exclude to prefix global" time="0.002" file="src/__test__/constants.spec.ts">
<testsuite name="@tresdoce-nestjs-toolkit/health" errors="0" failures="0" skipped="0" timestamp="2023-07-29T20:08:15" time="0.221" tests="1">
<testcase classname="healthConstants" name="should be return exclude to prefix global" time="0.003" file="src/__test__/constants.spec.ts">
</testcase>
</testsuite>
</testsuites>
Loading

0 comments on commit d9f1c8e

Please sign in to comment.