@roderickhsiao/react-i13n
Version:
[Experiment] React I13n provides a performant and scalable solution to application instrumentation.
122 lines • 11.3 kB
text/xml
<testsuites name="jest tests" tests="52" failures="0" time="3.874">
<testsuite name="clickHandler" errors="0" failures="0" skipped="0" timestamp="2021-04-23T08:57:34" time="0.993" tests="1">
<testcase classname="clickHandler should able to generate debug dashboard correctly" name="clickHandler should able to generate debug dashboard correctly" time="0.001">
</testcase>
</testsuite>
<testsuite name="I13nNode" errors="0" failures="0" skipped="1" timestamp="2021-04-23T08:57:34" time="1.007" tests="12">
<testcase classname="I13nNode should be created correctly" name="I13nNode should be created correctly" time="0.004">
</testcase>
<testcase classname="I13nNode should be created correctly with function model" name="I13nNode should be created correctly with function model" time="0">
</testcase>
<testcase classname="I13nNode should be able to append a child and work correctly with model data" name="I13nNode should be able to append a child and work correctly with model data" time="0.001">
</testcase>
<testcase classname="I13nNode should be able to append a child and work correctly with model data, should not have ref issue" name="I13nNode should be able to append a child and work correctly with model data, should not have ref issue" time="0">
</testcase>
<testcase classname="I13nNode should be able to append a child and work correctly with position" name="I13nNode should be able to append a child and work correctly with position" time="0">
<skipped/>
</testcase>
<testcase classname="I13nNode should be able to traverse the children" name="I13nNode should be able to traverse the children" time="0.001">
</testcase>
<testcase classname="I13nNode should be handle append child correctly" name="I13nNode should be handle append child correctly" time="0">
</testcase>
<testcase classname="I13nNode should remove child correctly" name="I13nNode should remove child correctly" time="0.001">
</testcase>
<testcase classname="I13nNode should be able to get text of the dom node" name="I13nNode should be able to get text of the dom node" time="0.001">
</testcase>
<testcase classname="I13nNode should be able to set the parent node" name="I13nNode should be able to set the parent node" time="0">
</testcase>
<testcase classname="I13nNode should be able to get and set react component" name="I13nNode should be able to get and set react component" time="0">
</testcase>
<testcase classname="I13nNode should be able to update i13n model" name="I13nNode should be able to update i13n model" time="0">
</testcase>
</testsuite>
<testsuite name="EventsQueue" errors="0" failures="0" skipped="0" timestamp="2021-04-23T08:57:34" time="1.169" tests="5">
<testcase classname="EventsQueue should be created correctly" name="EventsQueue should be created correctly" time="0.009">
</testcase>
<testcase classname="EventsQueue should execute event correctly" name="EventsQueue should execute event correctly" time="0.001">
</testcase>
<testcase classname="EventsQueue should execute event correctly event if there is fatal error in the handler" name="EventsQueue should execute event correctly event if there is fatal error in the handler" time="0.006">
</testcase>
<testcase classname="EventsQueue should execute event correctly event if no handler defined" name="EventsQueue should execute event correctly event if no handler defined" time="0.001">
</testcase>
<testcase classname="EventsQueue should execute event correctly and all events can be executed completely" name="EventsQueue should execute event correctly and all events can be executed completely" time="0.207">
</testcase>
</testsuite>
<testsuite name="clickHandler" errors="0" failures="0" skipped="0" timestamp="2021-04-23T08:57:34" time="1.569" tests="11">
<testcase classname="clickHandler should run click handler correctly" name="clickHandler should run click handler correctly" time="0.002">
</testcase>
<testcase classname="clickHandler should run click handler correctly if target is an a tag" name="clickHandler should run click handler correctly if target is an a tag" time="0.001">
</testcase>
<testcase classname="clickHandler should run click handler correctly if target is an button" name="clickHandler should run click handler correctly if target is an button" time="0.001">
</testcase>
<testcase classname="clickHandler should run click handler correctly if target is input with submit" name="clickHandler should run click handler correctly if target is input with submit" time="0.001">
</testcase>
<testcase classname="clickHandler should not follow it if follow is set to false" name="clickHandler should not follow it if follow is set to false" time="0.001">
</testcase>
<testcase classname="clickHandler should follow it while follow is set to true" name="clickHandler should follow it while follow is set to true" time="0.001">
</testcase>
<testcase classname="clickHandler should simply execute event without prevent default and redirection if the link is #" name="clickHandler should simply execute event without prevent default and redirection if the link is #" time="0.001">
</testcase>
<testcase classname="clickHandler should simply execute event without prevent default and redirection is a modified click" name="clickHandler should simply execute event without prevent default and redirection is a modified click" time="0">
</testcase>
<testcase classname="clickHandler should simply execute event without prevent default and redirection if props.target=_blank" name="clickHandler should simply execute event without prevent default and redirection if props.target=_blank" time="0.003">
</testcase>
<testcase classname="clickHandler should execute event with prevent default and redirection if props.target=_top" name="clickHandler should execute event with prevent default and redirection if props.target=_top" time="0.001">
</testcase>
<testcase classname="clickHandler should execute event with prevent default and redirection if props.target=_parent" name="clickHandler should execute event with prevent default and redirection if props.target=_parent" time="0.001">
</testcase>
</testsuite>
<testsuite name="createI13nNode" errors="0" failures="0" skipped="0" timestamp="2021-04-23T08:57:34" time="1.904" tests="9">
<testcase classname="createI13nNode should generate a component with createI13nNode" name="createI13nNode should generate a component with createI13nNode" time="0.018">
</testcase>
<testcase classname="createI13nNode should generate a component with createI13nNode and custome name" name="createI13nNode should generate a component with createI13nNode and custome name" time="0.001">
</testcase>
<testcase classname="createI13nNode should generate a component with createI13nNode with statics" name="createI13nNode should generate a component with createI13nNode with statics" time="0.001">
</testcase>
<testcase classname="createI13nNode should handle the case if reactI13n doesn't inititalized" name="createI13nNode should handle the case if reactI13n doesn't inititalized" time="0.003">
</testcase>
<testcase classname="createI13nNode should handle the case of unmount" name="createI13nNode should handle the case of unmount" time="0.002">
</testcase>
<testcase classname="createI13nNode should be able to bind click handler" name="createI13nNode should be able to bind click handler" time="0.013">
</testcase>
<testcase classname="createI13nNode should handle scan the links inside if autoScanLinks is enable" name="createI13nNode should handle scan the links inside if autoScanLinks is enable" time="0.013">
</testcase>
<testcase classname="createI13nNode should update the i13n model when component updates" name="createI13nNode should update the i13n model when component updates" time="0.004">
</testcase>
<testcase classname="createI13nNode should not cause error if we pass a undefined to createI13nNode" name="createI13nNode should not cause error if we pass a undefined to createI13nNode" time="0">
</testcase>
</testsuite>
<testsuite name="setupI13n" errors="0" failures="0" skipped="0" timestamp="2021-04-23T08:57:34" time="1.93" tests="6">
<testcase classname="setupI13n should generate a component with setupI13n" name="setupI13n should generate a component with setupI13n" time="0.014">
</testcase>
<testcase classname="setupI13n should generate a component with custom displayName" name="setupI13n should generate a component with custom displayName" time="0.002">
</testcase>
<testcase classname="setupI13n should generate a component with setupI13n and custom display name" name="setupI13n should generate a component with setupI13n and custom display name" time="0">
</testcase>
<testcase classname="setupI13n should get i13n util functions via context" name="setupI13n should get i13n util functions via context" time="0.003">
</testcase>
<testcase classname="setupI13n should get i13n util functions via props" name="setupI13n should get i13n util functions via props" time="0.001">
</testcase>
<testcase classname="setupI13n should get not i13n util functions via props if skipUtilFunctionsByProps is true" name="setupI13n should get not i13n util functions via props if skipUtilFunctionsByProps is true" time="0.002">
</testcase>
</testsuite>
<testsuite name="ReactI13n" errors="0" failures="0" skipped="0" timestamp="2021-04-23T08:57:34" time="2.749" tests="8">
<testcase classname="ReactI13n should be created correctly" name="ReactI13n should be created correctly" time="0.002">
</testcase>
<testcase classname="ReactI13n should be able to update options" name="ReactI13n should be able to update options" time="0">
</testcase>
<testcase classname="ReactI13n should be able to generate root i13n node" name="ReactI13n should be able to generate root i13n node" time="0">
</testcase>
<testcase classname="ReactI13n should be able to setup plugin and execute event" name="ReactI13n should be able to setup plugin and execute event" time="0.007">
</testcase>
<testcase classname="ReactI13n should be able to execute event without modifying payload" name="ReactI13n should be able to execute event without modifying payload" time="0">
</testcase>
<testcase classname="ReactI13n should have a global timeout if event handler does not finish in time" name="ReactI13n should have a global timeout if event handler does not finish in time" time="1.01">
</testcase>
<testcase classname="ReactI13n should be able to set a scrollableContainerId" name="ReactI13n should be able to set a scrollableContainerId" time="0.001">
</testcase>
<testcase classname="ReactI13n should have an undefined scrollableContainerDOMNode if the scrollableContainerId is undefined" name="ReactI13n should have an undefined scrollableContainerDOMNode if the scrollableContainerId is undefined" time="0.001">
</testcase>
</testsuite>
</testsuites>