@teambit/tester 1.0.309 → 1.0.311
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
2
|
<testsuites tests="0" failures="0" errors="0" skipped="0">
|
|
3
|
-
<testsuite name="teambit.defender/tester@1.0.
|
|
3
|
+
<testsuite name="teambit.defender/tester@1.0.311" tests="0" failures="0" errors="0" skipped="0"/>
|
|
4
4
|
</testsuites>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports["teambit.defender/tester-preview"]=t():e["teambit.defender/tester-preview"]=t()}(self,(()=>(()=>{"use strict";var e={
|
|
1
|
+
!function(e,t){"object"==typeof exports&&"object"==typeof module?module.exports=t():"function"==typeof define&&define.amd?define([],t):"object"==typeof exports?exports["teambit.defender/tester-preview"]=t():e["teambit.defender/tester-preview"]=t()}(self,(()=>(()=>{"use strict";var e={76926:(e,t,n)=>{Object.defineProperty(t,"Ay",{enumerable:!0,get:function(){return r.default}});var r=o(n(93730));function o(e){return e&&e.__esModule?e:{default:e}}o.__bit_component={id:"teambit.defender/content/tester-overview@1.95.0",homepage:"https://bit.dev/teambit/defender/content/tester-overview",exported:!0}},93730:(e,t,n)=>{var r={id:"teambit.defender/content/tester-overview@1.95.0",homepage:"https://bit.dev/teambit/defender/content/tester-overview",exported:!0};Object.defineProperty(t,"__esModule",{value:!0}),t.default=u,s(n(41594));var o=n(5016),i=n(65682),a=["components"];function s(e){return e&&e.__esModule?e:{default:e}}function p(){return p=Object.assign||function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)Object.prototype.hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},p.apply(this,arguments)}function d(e,t){if(null==e)return{};var n,r,o=l(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(r=0;r<i.length;r++)n=i[r],t.indexOf(n)>=0||Object.prototype.propertyIsEnumerable.call(e,n)&&(o[n]=e[n])}return o}function l(e,t){if(null==e)return{};var n,r,o={},i=Object.keys(e);for(r=0;r<i.length;r++)n=i[r],t.indexOf(n)>=0||(o[n]=e[n]);return o}s.__bit_component=r,p.__bit_component=r,d.__bit_component=r,l.__bit_component=r;var m={},c="wrapper";function u(e){var t=e.components,n=d(e,a);return(0,o.mdx)(c,p({},m,n,{components:t,mdxType:"MDXLayout"}),(0,o.mdx)(i.MDXScopeProvider,{components:{},mdxType:"MDXScopeProvider"},(0,o.mdx)("h1",null,"Tester Overview"),(0,o.mdx)("p",null,"The ",(0,o.mdx)("em",{parentName:"p"},"Tester")," provides a unified interface for testing components regardless of the specific tester they use."),(0,o.mdx)("p",null,"Software testing is a way to validate that an application or a module of it, behaves as expected."),(0,o.mdx)("p",null,"Web applications and services are often tested using a set of testing tools, where each tool plays a different role. For example, ",(0,o.mdx)("a",{parentName:"p",href:"https://jestjs.io/"},"Jest")," can be used as a test runner and as an assertion library, while ",(0,o.mdx)("a",{parentName:"p",href:"https://testing-library.com/"},"React Testing Library")," can be used for testing utilities."),(0,o.mdx)("p",null,"The Tester aspect is responsible for standardizing test execution for components; That is, it standardizes the way test runners are used. Other testing libraries used for utils, mocks, etc., are irrelevant, in that sense."),(0,o.mdx)("p",null,"Standardization is done for component testing during development (in the workspace) as well as for distribution (in a capsule ",", as part of the component ",(0,o.mdx)("a",{parentName:"p",href:"/builder/build-pipelines"},"build pipeline"),")."),(0,o.mdx)("h2",null,"Testing in development"),(0,o.mdx)("p",null,"Bit tests all components in the ",(0,o.mdx)("a",{parentName:"p",href:"/workspace/overview"},"Workspace")," using just a single command. That is true for components of all types, regardless of their specific ",(0,o.mdx)("a",{parentName:"p",href:"/envs/overview"},"Env"),", and as a consequence of that, their specific ",(0,o.mdx)("a",{parentName:"p",href:"/tester/overview"},"Tester implementation")," and configuration."),(0,o.mdx)("pre",null,(0,o.mdx)("code",{parentName:"pre",className:"language-bash"},"bit test\n")),(0,o.mdx)("p",null,"Components can be watched for changes and retested with a single command, as well."),(0,o.mdx)("pre",null,(0,o.mdx)("code",{parentName:"pre",className:"language-bash"},"bit test -w\n")),(0,o.mdx)("p",null,"To learn more on testing during development, please refer to ",(0,o.mdx)("a",{parentName:"p",href:"/tester/workspace-testing"},"Workspace Testing"),"."),(0,o.mdx)("h2",null,"Testing during build"),(0,o.mdx)("p",null,"Testing components for distribution is done during ",(0,o.mdx)("inlineCode",{parentName:"p"},"build")," by the Bit ",(0,o.mdx)("a",{parentName:"p",href:"/builder/overview"},"Builder"),"."),(0,o.mdx)("p",null,"Component build can be simulated with ",(0,o.mdx)("inlineCode",{parentName:"p"},"bit build")," and done through ",(0,o.mdx)("a",{parentName:"p",href:"/components/tags"},"Tag")," or ",(0,o.mdx)("a",{parentName:"p",href:"/components/snaps"},"Snap")),(0,o.mdx)("pre",null,(0,o.mdx)("code",{parentName:"pre",className:"language-bash"},"bit build\n")),(0,o.mdx)("p",null,"By default, Bit's pre-configured Envs includes a ",(0,o.mdx)("a",{parentName:"p",href:"/builder/overview#build-task"},"Build Task")," for testing components in the ",(0,o.mdx)("a",{parentName:"p",href:"/builder/build-pipelines"},"Build Pipeline"),", each using the Env's specific test configs."),(0,o.mdx)("p",null,"Testing during build provides the highest \"external validity\" by running tests on the distributable code that was generated by the Env's compiler and not by the tester's.\nThat way, the exact same code that will be consumed by other components, is tested before it is released. Moreover, since each component is tested in a capsule ",", isolated from the rest of the workspace, tests are guaranteed to provide results that are context-agnostic and free of false-positives."),(0,o.mdx)("h2",null,"Configuring and implementing Testers"),(0,o.mdx)("p",null,"Testers are configured in the ",(0,o.mdx)("a",{parentName:"p",href:"/envs/overview"},"Env")," which is configured on your ",(0,o.mdx)("a",{parentName:"p",href:"/components/overview"},"Component"),". Customizing the Tester can be done by ",(0,o.mdx)("a",{parentName:"p",href:"/envs/services/testing"},"customizing an existing env with your tester")," or by ",(0,o.mdx)("a",{parentName:"p",href:"/envs/customizing-env"},"implementing your own Env"),"."),(0,o.mdx)("p",null,"Tester can also be implemented into Bit through few interfaces. \x3c!--TODO For more information on implementing your own compiler please refer to ",(0,o.mdx)("a",{parentName:"p",href:"/"},"Implement a Compiler"),".")))}u.__bit_component=r,u.isMDXComponent=!0},90244:(e,t,n)=>{var r={id:"teambit.defender/tester@1.0.311",homepage:"https://bit.cloud/teambit/defender/tester",exported:!0};function o(){const e=i(n(41594));return o=function(){return e},e}function i(e){return e&&e.__esModule?e:{default:e}}Object.defineProperty(t,"__esModule",{value:!0}),t.Logo=void 0,o.__bit_component=r,i.__bit_component=r;const a=()=>o().default.createElement("div",{style:{height:"100%",display:"flex",justifyContent:"center"}},o().default.createElement("img",{style:{width:70},src:"https://static.bit.dev/extensions-icons/tester.svg"}));a.__bit_component=r,t.Logo=a},5016:e=>{e.exports=MdxJsReact},41594:e=>{e.exports=React},65682:e=>{e.exports=TeambitMdxUiMdxScopeContext}},t={};function n(r){var o=t[r];if(void 0!==o)return o.exports;var i=t[r]={exports:{}};return e[r](i,i.exports,n),i.exports}n.d=(e,t)=>{for(var r in t)n.o(t,r)&&!n.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:t[r]})},n.o=(e,t)=>Object.prototype.hasOwnProperty.call(e,t),n.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var r={};n.r(r),n.d(r,{compositions:()=>f,compositions_metadata:()=>v,overview:()=>b});var o={};n.r(o),n.d(o,{default:()=>u});var i=n(90244),a=(n(41594),n(5016)),s=n(65682),p=n(76926),d=["components"];function l(){return l=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n=arguments[t];for(var r in n)({}).hasOwnProperty.call(n,r)&&(e[r]=n[r])}return e},l.apply(null,arguments)}var m={},c="wrapper";function u(e){var t=e.components,n=function(e,t){if(null==e)return{};var n,r,o=function(e,t){if(null==e)return{};var n={};for(var r in e)if({}.hasOwnProperty.call(e,r)){if(t.indexOf(r)>=0)continue;n[r]=e[r]}return n}(e,t);if(Object.getOwnPropertySymbols){var i=Object.getOwnPropertySymbols(e);for(r=0;r<i.length;r++)n=i[r],t.indexOf(n)>=0||{}.propertyIsEnumerable.call(e,n)&&(o[n]=e[n])}return o}(e,d);return(0,a.mdx)(c,l({},m,n,{components:t,mdxType:"MDXLayout"}),(0,a.mdx)(s.MDXScopeProvider,{components:{TesterOverview:p.Ay},mdxType:"MDXScopeProvider"},(0,a.mdx)(p.Ay,{mdxType:"TesterOverview"})))}u.isMDXComponent=!0;const f=[i],b=[o],v={compositions:[{displayName:"Logo",identifier:"Logo"}]};return r})()));
|
package/artifacts/schema.json
CHANGED
|
@@ -194,7 +194,8 @@
|
|
|
194
194
|
"character": 1
|
|
195
195
|
},
|
|
196
196
|
"raw": "/**\n * tester interface allows extensions to implement a component tester into bit.\n */",
|
|
197
|
-
"comment": "tester interface allows extensions to implement a component tester into bit."
|
|
197
|
+
"comment": "tester interface allows extensions to implement a component tester into bit.",
|
|
198
|
+
"tags": []
|
|
198
199
|
},
|
|
199
200
|
"signature": "interface Tester",
|
|
200
201
|
"name": "Tester",
|
|
@@ -214,7 +215,8 @@
|
|
|
214
215
|
"character": 3
|
|
215
216
|
},
|
|
216
217
|
"raw": "/**\n * display name of the tester.\n */",
|
|
217
|
-
"comment": "display name of the tester."
|
|
218
|
+
"comment": "display name of the tester.",
|
|
219
|
+
"tags": []
|
|
218
220
|
},
|
|
219
221
|
"signature": "(property) Tester.displayName?: string | undefined",
|
|
220
222
|
"name": "displayName",
|
|
@@ -244,7 +246,8 @@
|
|
|
244
246
|
"character": 3
|
|
245
247
|
},
|
|
246
248
|
"raw": "/**\n * icon of the tester.\n */",
|
|
247
|
-
"comment": "icon of the tester."
|
|
249
|
+
"comment": "icon of the tester.",
|
|
250
|
+
"tags": []
|
|
248
251
|
},
|
|
249
252
|
"signature": "(property) Tester.icon?: string | undefined",
|
|
250
253
|
"name": "icon",
|
|
@@ -274,7 +277,8 @@
|
|
|
274
277
|
"character": 3
|
|
275
278
|
},
|
|
276
279
|
"raw": "/**\n * serialized config of the tester.\n */",
|
|
277
|
-
"comment": "serialized config of the tester."
|
|
280
|
+
"comment": "serialized config of the tester.",
|
|
281
|
+
"tags": []
|
|
278
282
|
},
|
|
279
283
|
"signature": "(method) Tester.displayConfig?(): string",
|
|
280
284
|
"name": "displayConfig",
|
|
@@ -305,7 +309,8 @@
|
|
|
305
309
|
"character": 3
|
|
306
310
|
},
|
|
307
311
|
"raw": "/**\n * path to the config in the filesystem.\n */",
|
|
308
|
-
"comment": "path to the config in the filesystem."
|
|
312
|
+
"comment": "path to the config in the filesystem.",
|
|
313
|
+
"tags": []
|
|
309
314
|
},
|
|
310
315
|
"signature": "(property) Tester.configPath?: string | undefined",
|
|
311
316
|
"name": "configPath",
|
|
@@ -335,7 +340,8 @@
|
|
|
335
340
|
"character": 3
|
|
336
341
|
},
|
|
337
342
|
"raw": "/**\n * id of the tester.\n */",
|
|
338
|
-
"comment": "id of the tester."
|
|
343
|
+
"comment": "id of the tester.",
|
|
344
|
+
"tags": []
|
|
339
345
|
},
|
|
340
346
|
"signature": "(property) Tester.id: string",
|
|
341
347
|
"name": "id",
|
|
@@ -440,7 +446,8 @@
|
|
|
440
446
|
"character": 3
|
|
441
447
|
},
|
|
442
448
|
"raw": "/**\n * execute tests on all components in the given execution context.\n */",
|
|
443
|
-
"comment": "execute tests on all components in the given execution context."
|
|
449
|
+
"comment": "execute tests on all components in the given execution context.",
|
|
450
|
+
"tags": []
|
|
444
451
|
},
|
|
445
452
|
"signature": "(method) Tester.test(context: TesterContext): Promise<Tests>",
|
|
446
453
|
"name": "test",
|
|
@@ -503,7 +510,8 @@
|
|
|
503
510
|
"character": 3
|
|
504
511
|
},
|
|
505
512
|
"raw": "/**\n * watch tests on all components\n */",
|
|
506
|
-
"comment": "watch tests on all components"
|
|
513
|
+
"comment": "watch tests on all components",
|
|
514
|
+
"tags": []
|
|
507
515
|
},
|
|
508
516
|
"signature": "(method) Tester.watch?(context: TesterContext): Promise<Tests>",
|
|
509
517
|
"name": "watch",
|
|
@@ -566,7 +574,8 @@
|
|
|
566
574
|
"character": 3
|
|
567
575
|
},
|
|
568
576
|
"raw": "/**\n * return the tester version.\n */",
|
|
569
|
-
"comment": "return the tester version."
|
|
577
|
+
"comment": "return the tester version.",
|
|
578
|
+
"tags": []
|
|
570
579
|
},
|
|
571
580
|
"signature": "(method) Tester.version(): string",
|
|
572
581
|
"name": "version",
|
|
@@ -619,7 +628,8 @@
|
|
|
619
628
|
"character": 3
|
|
620
629
|
},
|
|
621
630
|
"raw": "/**\n * whether the tester run for release (during bit build/tag) or not (during bit test command).\n */",
|
|
622
|
-
"comment": "whether the tester run for release (during bit build/tag) or not (during bit test command)."
|
|
631
|
+
"comment": "whether the tester run for release (during bit build/tag) or not (during bit test command).",
|
|
632
|
+
"tags": []
|
|
623
633
|
},
|
|
624
634
|
"signature": "(property) TesterContext.release: boolean",
|
|
625
635
|
"name": "release",
|
|
@@ -649,7 +659,8 @@
|
|
|
649
659
|
"character": 3
|
|
650
660
|
},
|
|
651
661
|
"raw": "/**\n * list of components to test.\n */",
|
|
652
|
-
"comment": "list of components to test."
|
|
662
|
+
"comment": "list of components to test.",
|
|
663
|
+
"tags": []
|
|
653
664
|
},
|
|
654
665
|
"signature": "(property) TesterContext.components: Component[]",
|
|
655
666
|
"name": "components",
|
|
@@ -691,7 +702,8 @@
|
|
|
691
702
|
"character": 3
|
|
692
703
|
},
|
|
693
704
|
"raw": "/**\n * component workspace.\n */",
|
|
694
|
-
"comment": "component workspace."
|
|
705
|
+
"comment": "component workspace.",
|
|
706
|
+
"tags": []
|
|
695
707
|
},
|
|
696
708
|
"signature": "(property) TesterContext.quiet?: boolean | undefined",
|
|
697
709
|
"name": "quiet",
|
|
@@ -721,7 +733,8 @@
|
|
|
721
733
|
"character": 3
|
|
722
734
|
},
|
|
723
735
|
"raw": "/**\n * list of spec files to test.\n */",
|
|
724
|
-
"comment": "list of spec files to test."
|
|
736
|
+
"comment": "list of spec files to test.",
|
|
737
|
+
"tags": []
|
|
725
738
|
},
|
|
726
739
|
"signature": "(property) TesterContext.specFiles: SpecFiles",
|
|
727
740
|
"name": "specFiles",
|
|
@@ -751,7 +764,8 @@
|
|
|
751
764
|
"character": 3
|
|
752
765
|
},
|
|
753
766
|
"raw": "/**\n * list of source spec files to test.\n */",
|
|
754
|
-
"comment": "list of source spec files to test."
|
|
767
|
+
"comment": "list of source spec files to test.",
|
|
768
|
+
"tags": []
|
|
755
769
|
},
|
|
756
770
|
"signature": "(property) TesterContext.sourceSpecFiles?: SpecFiles | undefined",
|
|
757
771
|
"name": "sourceSpecFiles",
|
|
@@ -781,7 +795,8 @@
|
|
|
781
795
|
"character": 3
|
|
782
796
|
},
|
|
783
797
|
"raw": "/**\n * rootPath of the component workspace or the capsule root dir (during build).\n */",
|
|
784
|
-
"comment": "rootPath of the component workspace or the capsule root dir (during build)."
|
|
798
|
+
"comment": "rootPath of the component workspace or the capsule root dir (during build).",
|
|
799
|
+
"tags": []
|
|
785
800
|
},
|
|
786
801
|
"signature": "(property) TesterContext.rootPath: string",
|
|
787
802
|
"name": "rootPath",
|
|
@@ -811,7 +826,8 @@
|
|
|
811
826
|
"character": 3
|
|
812
827
|
},
|
|
813
828
|
"raw": "/**\n * determines whether tester is expected to run in debug mode.\n */",
|
|
814
|
-
"comment": "determines whether tester is expected to run in debug mode."
|
|
829
|
+
"comment": "determines whether tester is expected to run in debug mode.",
|
|
830
|
+
"tags": []
|
|
815
831
|
},
|
|
816
832
|
"signature": "(property) TesterContext.debug?: boolean | undefined",
|
|
817
833
|
"name": "debug",
|
|
@@ -841,7 +857,8 @@
|
|
|
841
857
|
"character": 3
|
|
842
858
|
},
|
|
843
859
|
"raw": "/**\n * is start from ui\n */",
|
|
844
|
-
"comment": "is start from ui"
|
|
860
|
+
"comment": "is start from ui",
|
|
861
|
+
"tags": []
|
|
845
862
|
},
|
|
846
863
|
"signature": "(property) TesterContext.ui?: boolean | undefined",
|
|
847
864
|
"name": "ui",
|
|
@@ -871,7 +888,8 @@
|
|
|
871
888
|
"character": 3
|
|
872
889
|
},
|
|
873
890
|
"raw": "/**\n * determines whether to start the tester in watch mode.\n */",
|
|
874
|
-
"comment": "determines whether to start the tester in watch mode."
|
|
891
|
+
"comment": "determines whether to start the tester in watch mode.",
|
|
892
|
+
"tags": []
|
|
875
893
|
},
|
|
876
894
|
"signature": "(property) TesterContext.watch?: boolean | undefined",
|
|
877
895
|
"name": "watch",
|
|
@@ -901,7 +919,8 @@
|
|
|
901
919
|
"character": 3
|
|
902
920
|
},
|
|
903
921
|
"raw": "/**\n * whether the tester should show code coverage\n */",
|
|
904
|
-
"comment": "whether the tester should show code coverage"
|
|
922
|
+
"comment": "whether the tester should show code coverage",
|
|
923
|
+
"tags": []
|
|
905
924
|
},
|
|
906
925
|
"signature": "(property) TesterContext.coverage?: boolean | undefined",
|
|
907
926
|
"name": "coverage",
|
|
@@ -931,7 +950,8 @@
|
|
|
931
950
|
"character": 3
|
|
932
951
|
},
|
|
933
952
|
"raw": "/**\n * array of patterns to test.\n */",
|
|
934
|
-
"comment": "array of patterns to test."
|
|
953
|
+
"comment": "array of patterns to test.",
|
|
954
|
+
"tags": []
|
|
935
955
|
},
|
|
936
956
|
"signature": "(property) TesterContext.patterns: ComponentPatternsMap",
|
|
937
957
|
"name": "patterns",
|
|
@@ -961,7 +981,8 @@
|
|
|
961
981
|
"character": 3
|
|
962
982
|
},
|
|
963
983
|
"raw": "/**\n * array of source files patterns to test.\n */",
|
|
964
|
-
"comment": "array of source files patterns to test."
|
|
984
|
+
"comment": "array of source files patterns to test.",
|
|
985
|
+
"tags": []
|
|
965
986
|
},
|
|
966
987
|
"signature": "(property) TesterContext.sourcePatterns?: ComponentPatternsMap | undefined",
|
|
967
988
|
"name": "sourcePatterns",
|
|
@@ -1049,7 +1070,7 @@
|
|
|
1049
1070
|
"_legacy": {
|
|
1050
1071
|
"scope": "teambit.defender",
|
|
1051
1072
|
"name": "tester",
|
|
1052
|
-
"version": "1.0.
|
|
1073
|
+
"version": "1.0.311"
|
|
1053
1074
|
},
|
|
1054
1075
|
"_scope": "teambit.defender"
|
|
1055
1076
|
}
|
|
@@ -1254,7 +1275,8 @@
|
|
|
1254
1275
|
"character": 3
|
|
1255
1276
|
},
|
|
1256
1277
|
"raw": "/**\n * component id.\n */",
|
|
1257
|
-
"comment": "component id."
|
|
1278
|
+
"comment": "component id.",
|
|
1279
|
+
"tags": []
|
|
1258
1280
|
},
|
|
1259
1281
|
"signature": "(property) componentId: ComponentID",
|
|
1260
1282
|
"name": "componentId",
|
|
@@ -1288,7 +1310,8 @@
|
|
|
1288
1310
|
"character": 3
|
|
1289
1311
|
},
|
|
1290
1312
|
"raw": "/**\n * test results for the component.\n */",
|
|
1291
|
-
"comment": "test results for the component."
|
|
1313
|
+
"comment": "test results for the component.",
|
|
1314
|
+
"tags": []
|
|
1292
1315
|
},
|
|
1293
1316
|
"signature": "(property) results?: TestsResult | undefined",
|
|
1294
1317
|
"name": "results",
|
|
@@ -1323,7 +1346,8 @@
|
|
|
1323
1346
|
"character": 3
|
|
1324
1347
|
},
|
|
1325
1348
|
"raw": "/**\n * aggregated errors from all files\n */",
|
|
1326
|
-
"comment": "aggregated errors from all files"
|
|
1349
|
+
"comment": "aggregated errors from all files",
|
|
1350
|
+
"tags": []
|
|
1327
1351
|
},
|
|
1328
1352
|
"signature": "(property) errors?: Error[] | undefined",
|
|
1329
1353
|
"name": "errors",
|
|
@@ -1361,7 +1385,8 @@
|
|
|
1361
1385
|
"character": 3
|
|
1362
1386
|
},
|
|
1363
1387
|
"raw": "/**\n * loading.\n */",
|
|
1364
|
-
"comment": "loading."
|
|
1388
|
+
"comment": "loading.",
|
|
1389
|
+
"tags": []
|
|
1365
1390
|
},
|
|
1366
1391
|
"signature": "(property) loading?: boolean | undefined",
|
|
1367
1392
|
"name": "loading",
|
|
@@ -1420,7 +1445,8 @@
|
|
|
1420
1445
|
"character": 3
|
|
1421
1446
|
},
|
|
1422
1447
|
"raw": "/**\n * component directory in the workspace.\n */",
|
|
1423
|
-
"comment": "component directory in the workspace."
|
|
1448
|
+
"comment": "component directory in the workspace.",
|
|
1449
|
+
"tags": []
|
|
1424
1450
|
},
|
|
1425
1451
|
"signature": "(property) componentDir: string",
|
|
1426
1452
|
"name": "componentDir",
|
|
@@ -1450,7 +1476,8 @@
|
|
|
1450
1476
|
"character": 3
|
|
1451
1477
|
},
|
|
1452
1478
|
"raw": "/**\n * paths to test files.\n */",
|
|
1453
|
-
"comment": "paths to test files."
|
|
1479
|
+
"comment": "paths to test files.",
|
|
1480
|
+
"tags": []
|
|
1454
1481
|
},
|
|
1455
1482
|
"signature": "(property) paths: {\n path: string;\n relative: string;\n}[]",
|
|
1456
1483
|
"name": "paths",
|
|
@@ -1529,7 +1556,8 @@
|
|
|
1529
1556
|
"character": 3
|
|
1530
1557
|
},
|
|
1531
1558
|
"raw": "/**\n * root dir of the package in bit_roots.\n */",
|
|
1532
|
-
"comment": "root dir of the package in bit_roots."
|
|
1559
|
+
"comment": "root dir of the package in bit_roots.",
|
|
1560
|
+
"tags": []
|
|
1533
1561
|
},
|
|
1534
1562
|
"signature": "(property) packageRootDir: string",
|
|
1535
1563
|
"name": "packageRootDir",
|
|
@@ -2024,7 +2052,8 @@
|
|
|
2024
2052
|
"character": 3
|
|
2025
2053
|
},
|
|
2026
2054
|
"raw": "/**\n * watch all components for changes and test upon each.\n */",
|
|
2027
|
-
"comment": "watch all components for changes and test upon each."
|
|
2055
|
+
"comment": "watch all components for changes and test upon each.",
|
|
2056
|
+
"tags": []
|
|
2028
2057
|
},
|
|
2029
2058
|
"signature": "(method) TesterMain.watch(components: Component[], opts?: TesterOptions): Promise<EnvsExecutionResult<Tests>>",
|
|
2030
2059
|
"name": "watch",
|
|
@@ -2388,7 +2417,8 @@
|
|
|
2388
2417
|
"character": 3
|
|
2389
2418
|
},
|
|
2390
2419
|
"raw": "/**\n * get all test files of a component.\n */",
|
|
2391
|
-
"comment": "get all test files of a component."
|
|
2420
|
+
"comment": "get all test files of a component.",
|
|
2421
|
+
"tags": []
|
|
2392
2422
|
},
|
|
2393
2423
|
"signature": "(method) TesterMain.getTestFiles(component: Component): AbstractVinyl[]",
|
|
2394
2424
|
"name": "getTestFiles",
|
|
@@ -2787,7 +2817,8 @@
|
|
|
2787
2817
|
"character": 3
|
|
2788
2818
|
},
|
|
2789
2819
|
"raw": "/**\n * register a new tester empty state. this allows to register a different empty state from each environment for example.\n */",
|
|
2790
|
-
"comment": "register a new tester empty state. this allows to register a different empty state from each environment for example."
|
|
2820
|
+
"comment": "register a new tester empty state. this allows to register a different empty state from each environment for example.",
|
|
2821
|
+
"tags": []
|
|
2791
2822
|
},
|
|
2792
2823
|
"signature": "(method) TesterUI.registerEmptyState(emptyStateComponent: ComponentType): this",
|
|
2793
2824
|
"name": "registerEmptyState",
|
|
@@ -3279,7 +3310,8 @@
|
|
|
3279
3310
|
"character": 3
|
|
3280
3311
|
},
|
|
3281
3312
|
"raw": "/**\n * component id.\n */",
|
|
3282
|
-
"comment": "component id."
|
|
3313
|
+
"comment": "component id.",
|
|
3314
|
+
"tags": []
|
|
3283
3315
|
},
|
|
3284
3316
|
"signature": "(property) componentId: ComponentID",
|
|
3285
3317
|
"name": "componentId",
|
|
@@ -3313,7 +3345,8 @@
|
|
|
3313
3345
|
"character": 3
|
|
3314
3346
|
},
|
|
3315
3347
|
"raw": "/**\n * test results for the component.\n */",
|
|
3316
|
-
"comment": "test results for the component."
|
|
3348
|
+
"comment": "test results for the component.",
|
|
3349
|
+
"tags": []
|
|
3317
3350
|
},
|
|
3318
3351
|
"signature": "(property) results?: TestsResult | undefined",
|
|
3319
3352
|
"name": "results",
|
|
@@ -3348,7 +3381,8 @@
|
|
|
3348
3381
|
"character": 3
|
|
3349
3382
|
},
|
|
3350
3383
|
"raw": "/**\n * aggregated errors from all files\n */",
|
|
3351
|
-
"comment": "aggregated errors from all files"
|
|
3384
|
+
"comment": "aggregated errors from all files",
|
|
3385
|
+
"tags": []
|
|
3352
3386
|
},
|
|
3353
3387
|
"signature": "(property) errors?: Error[] | undefined",
|
|
3354
3388
|
"name": "errors",
|
|
@@ -3386,7 +3420,8 @@
|
|
|
3386
3420
|
"character": 3
|
|
3387
3421
|
},
|
|
3388
3422
|
"raw": "/**\n * loading.\n */",
|
|
3389
|
-
"comment": "loading."
|
|
3423
|
+
"comment": "loading.",
|
|
3424
|
+
"tags": []
|
|
3390
3425
|
},
|
|
3391
3426
|
"signature": "(property) loading?: boolean | undefined",
|
|
3392
3427
|
"name": "loading",
|
|
@@ -3479,7 +3514,8 @@
|
|
|
3479
3514
|
"character": 3
|
|
3480
3515
|
},
|
|
3481
3516
|
"raw": "/**\n * component directory in the workspace.\n */",
|
|
3482
|
-
"comment": "component directory in the workspace."
|
|
3517
|
+
"comment": "component directory in the workspace.",
|
|
3518
|
+
"tags": []
|
|
3483
3519
|
},
|
|
3484
3520
|
"signature": "(property) componentDir: string",
|
|
3485
3521
|
"name": "componentDir",
|
|
@@ -3509,7 +3545,8 @@
|
|
|
3509
3545
|
"character": 3
|
|
3510
3546
|
},
|
|
3511
3547
|
"raw": "/**\n * paths to test files.\n */",
|
|
3512
|
-
"comment": "paths to test files."
|
|
3548
|
+
"comment": "paths to test files.",
|
|
3549
|
+
"tags": []
|
|
3513
3550
|
},
|
|
3514
3551
|
"signature": "(property) paths: {\n path: string;\n relative: string;\n}[]",
|
|
3515
3552
|
"name": "paths",
|
|
@@ -3588,7 +3625,8 @@
|
|
|
3588
3625
|
"character": 3
|
|
3589
3626
|
},
|
|
3590
3627
|
"raw": "/**\n * root dir of the package in bit_roots.\n */",
|
|
3591
|
-
"comment": "root dir of the package in bit_roots."
|
|
3628
|
+
"comment": "root dir of the package in bit_roots.",
|
|
3629
|
+
"tags": []
|
|
3592
3630
|
},
|
|
3593
3631
|
"signature": "(property) packageRootDir: string",
|
|
3594
3632
|
"name": "packageRootDir",
|
|
@@ -3665,7 +3703,8 @@
|
|
|
3665
3703
|
"character": 3
|
|
3666
3704
|
},
|
|
3667
3705
|
"raw": "/**\n * whether the tester run for release (during bit build/tag) or not (during bit test command).\n */",
|
|
3668
|
-
"comment": "whether the tester run for release (during bit build/tag) or not (during bit test command)."
|
|
3706
|
+
"comment": "whether the tester run for release (during bit build/tag) or not (during bit test command).",
|
|
3707
|
+
"tags": []
|
|
3669
3708
|
},
|
|
3670
3709
|
"signature": "(property) TesterContext.release: boolean",
|
|
3671
3710
|
"name": "release",
|
|
@@ -3695,7 +3734,8 @@
|
|
|
3695
3734
|
"character": 3
|
|
3696
3735
|
},
|
|
3697
3736
|
"raw": "/**\n * list of components to test.\n */",
|
|
3698
|
-
"comment": "list of components to test."
|
|
3737
|
+
"comment": "list of components to test.",
|
|
3738
|
+
"tags": []
|
|
3699
3739
|
},
|
|
3700
3740
|
"signature": "(property) TesterContext.components: Component[]",
|
|
3701
3741
|
"name": "components",
|
|
@@ -3737,7 +3777,8 @@
|
|
|
3737
3777
|
"character": 3
|
|
3738
3778
|
},
|
|
3739
3779
|
"raw": "/**\n * component workspace.\n */",
|
|
3740
|
-
"comment": "component workspace."
|
|
3780
|
+
"comment": "component workspace.",
|
|
3781
|
+
"tags": []
|
|
3741
3782
|
},
|
|
3742
3783
|
"signature": "(property) TesterContext.quiet?: boolean | undefined",
|
|
3743
3784
|
"name": "quiet",
|
|
@@ -3767,7 +3808,8 @@
|
|
|
3767
3808
|
"character": 3
|
|
3768
3809
|
},
|
|
3769
3810
|
"raw": "/**\n * list of spec files to test.\n */",
|
|
3770
|
-
"comment": "list of spec files to test."
|
|
3811
|
+
"comment": "list of spec files to test.",
|
|
3812
|
+
"tags": []
|
|
3771
3813
|
},
|
|
3772
3814
|
"signature": "(property) TesterContext.specFiles: SpecFiles",
|
|
3773
3815
|
"name": "specFiles",
|
|
@@ -3797,7 +3839,8 @@
|
|
|
3797
3839
|
"character": 3
|
|
3798
3840
|
},
|
|
3799
3841
|
"raw": "/**\n * list of source spec files to test.\n */",
|
|
3800
|
-
"comment": "list of source spec files to test."
|
|
3842
|
+
"comment": "list of source spec files to test.",
|
|
3843
|
+
"tags": []
|
|
3801
3844
|
},
|
|
3802
3845
|
"signature": "(property) TesterContext.sourceSpecFiles?: SpecFiles | undefined",
|
|
3803
3846
|
"name": "sourceSpecFiles",
|
|
@@ -3827,7 +3870,8 @@
|
|
|
3827
3870
|
"character": 3
|
|
3828
3871
|
},
|
|
3829
3872
|
"raw": "/**\n * rootPath of the component workspace or the capsule root dir (during build).\n */",
|
|
3830
|
-
"comment": "rootPath of the component workspace or the capsule root dir (during build)."
|
|
3873
|
+
"comment": "rootPath of the component workspace or the capsule root dir (during build).",
|
|
3874
|
+
"tags": []
|
|
3831
3875
|
},
|
|
3832
3876
|
"signature": "(property) TesterContext.rootPath: string",
|
|
3833
3877
|
"name": "rootPath",
|
|
@@ -3857,7 +3901,8 @@
|
|
|
3857
3901
|
"character": 3
|
|
3858
3902
|
},
|
|
3859
3903
|
"raw": "/**\n * determines whether tester is expected to run in debug mode.\n */",
|
|
3860
|
-
"comment": "determines whether tester is expected to run in debug mode."
|
|
3904
|
+
"comment": "determines whether tester is expected to run in debug mode.",
|
|
3905
|
+
"tags": []
|
|
3861
3906
|
},
|
|
3862
3907
|
"signature": "(property) TesterContext.debug?: boolean | undefined",
|
|
3863
3908
|
"name": "debug",
|
|
@@ -3887,7 +3932,8 @@
|
|
|
3887
3932
|
"character": 3
|
|
3888
3933
|
},
|
|
3889
3934
|
"raw": "/**\n * is start from ui\n */",
|
|
3890
|
-
"comment": "is start from ui"
|
|
3935
|
+
"comment": "is start from ui",
|
|
3936
|
+
"tags": []
|
|
3891
3937
|
},
|
|
3892
3938
|
"signature": "(property) TesterContext.ui?: boolean | undefined",
|
|
3893
3939
|
"name": "ui",
|
|
@@ -3917,7 +3963,8 @@
|
|
|
3917
3963
|
"character": 3
|
|
3918
3964
|
},
|
|
3919
3965
|
"raw": "/**\n * determines whether to start the tester in watch mode.\n */",
|
|
3920
|
-
"comment": "determines whether to start the tester in watch mode."
|
|
3966
|
+
"comment": "determines whether to start the tester in watch mode.",
|
|
3967
|
+
"tags": []
|
|
3921
3968
|
},
|
|
3922
3969
|
"signature": "(property) TesterContext.watch?: boolean | undefined",
|
|
3923
3970
|
"name": "watch",
|
|
@@ -3947,7 +3994,8 @@
|
|
|
3947
3994
|
"character": 3
|
|
3948
3995
|
},
|
|
3949
3996
|
"raw": "/**\n * whether the tester should show code coverage\n */",
|
|
3950
|
-
"comment": "whether the tester should show code coverage"
|
|
3997
|
+
"comment": "whether the tester should show code coverage",
|
|
3998
|
+
"tags": []
|
|
3951
3999
|
},
|
|
3952
4000
|
"signature": "(property) TesterContext.coverage?: boolean | undefined",
|
|
3953
4001
|
"name": "coverage",
|
|
@@ -3977,7 +4025,8 @@
|
|
|
3977
4025
|
"character": 3
|
|
3978
4026
|
},
|
|
3979
4027
|
"raw": "/**\n * array of patterns to test.\n */",
|
|
3980
|
-
"comment": "array of patterns to test."
|
|
4028
|
+
"comment": "array of patterns to test.",
|
|
4029
|
+
"tags": []
|
|
3981
4030
|
},
|
|
3982
4031
|
"signature": "(property) TesterContext.patterns: ComponentPatternsMap",
|
|
3983
4032
|
"name": "patterns",
|
|
@@ -4007,7 +4056,8 @@
|
|
|
4007
4056
|
"character": 3
|
|
4008
4057
|
},
|
|
4009
4058
|
"raw": "/**\n * array of source files patterns to test.\n */",
|
|
4010
|
-
"comment": "array of source files patterns to test."
|
|
4059
|
+
"comment": "array of source files patterns to test.",
|
|
4060
|
+
"tags": []
|
|
4011
4061
|
},
|
|
4012
4062
|
"signature": "(property) TesterContext.sourcePatterns?: ComponentPatternsMap | undefined",
|
|
4013
4063
|
"name": "sourcePatterns",
|
|
@@ -4095,7 +4145,7 @@
|
|
|
4095
4145
|
"_legacy": {
|
|
4096
4146
|
"scope": "teambit.defender",
|
|
4097
4147
|
"name": "tester",
|
|
4098
|
-
"version": "1.0.
|
|
4148
|
+
"version": "1.0.311"
|
|
4099
4149
|
},
|
|
4100
4150
|
"_scope": "teambit.defender"
|
|
4101
4151
|
}
|
|
@@ -4118,7 +4168,8 @@
|
|
|
4118
4168
|
"character": 1
|
|
4119
4169
|
},
|
|
4120
4170
|
"raw": "/**\n * tester interface allows extensions to implement a component tester into bit.\n */",
|
|
4121
|
-
"comment": "tester interface allows extensions to implement a component tester into bit."
|
|
4171
|
+
"comment": "tester interface allows extensions to implement a component tester into bit.",
|
|
4172
|
+
"tags": []
|
|
4122
4173
|
},
|
|
4123
4174
|
"signature": "interface Tester",
|
|
4124
4175
|
"name": "Tester",
|
|
@@ -4138,7 +4189,8 @@
|
|
|
4138
4189
|
"character": 3
|
|
4139
4190
|
},
|
|
4140
4191
|
"raw": "/**\n * display name of the tester.\n */",
|
|
4141
|
-
"comment": "display name of the tester."
|
|
4192
|
+
"comment": "display name of the tester.",
|
|
4193
|
+
"tags": []
|
|
4142
4194
|
},
|
|
4143
4195
|
"signature": "(property) Tester.displayName?: string | undefined",
|
|
4144
4196
|
"name": "displayName",
|
|
@@ -4168,7 +4220,8 @@
|
|
|
4168
4220
|
"character": 3
|
|
4169
4221
|
},
|
|
4170
4222
|
"raw": "/**\n * icon of the tester.\n */",
|
|
4171
|
-
"comment": "icon of the tester."
|
|
4223
|
+
"comment": "icon of the tester.",
|
|
4224
|
+
"tags": []
|
|
4172
4225
|
},
|
|
4173
4226
|
"signature": "(property) Tester.icon?: string | undefined",
|
|
4174
4227
|
"name": "icon",
|
|
@@ -4198,7 +4251,8 @@
|
|
|
4198
4251
|
"character": 3
|
|
4199
4252
|
},
|
|
4200
4253
|
"raw": "/**\n * serialized config of the tester.\n */",
|
|
4201
|
-
"comment": "serialized config of the tester."
|
|
4254
|
+
"comment": "serialized config of the tester.",
|
|
4255
|
+
"tags": []
|
|
4202
4256
|
},
|
|
4203
4257
|
"signature": "(method) Tester.displayConfig?(): string",
|
|
4204
4258
|
"name": "displayConfig",
|
|
@@ -4229,7 +4283,8 @@
|
|
|
4229
4283
|
"character": 3
|
|
4230
4284
|
},
|
|
4231
4285
|
"raw": "/**\n * path to the config in the filesystem.\n */",
|
|
4232
|
-
"comment": "path to the config in the filesystem."
|
|
4286
|
+
"comment": "path to the config in the filesystem.",
|
|
4287
|
+
"tags": []
|
|
4233
4288
|
},
|
|
4234
4289
|
"signature": "(property) Tester.configPath?: string | undefined",
|
|
4235
4290
|
"name": "configPath",
|
|
@@ -4259,7 +4314,8 @@
|
|
|
4259
4314
|
"character": 3
|
|
4260
4315
|
},
|
|
4261
4316
|
"raw": "/**\n * id of the tester.\n */",
|
|
4262
|
-
"comment": "id of the tester."
|
|
4317
|
+
"comment": "id of the tester.",
|
|
4318
|
+
"tags": []
|
|
4263
4319
|
},
|
|
4264
4320
|
"signature": "(property) Tester.id: string",
|
|
4265
4321
|
"name": "id",
|
|
@@ -4364,7 +4420,8 @@
|
|
|
4364
4420
|
"character": 3
|
|
4365
4421
|
},
|
|
4366
4422
|
"raw": "/**\n * execute tests on all components in the given execution context.\n */",
|
|
4367
|
-
"comment": "execute tests on all components in the given execution context."
|
|
4423
|
+
"comment": "execute tests on all components in the given execution context.",
|
|
4424
|
+
"tags": []
|
|
4368
4425
|
},
|
|
4369
4426
|
"signature": "(method) Tester.test(context: TesterContext): Promise<Tests>",
|
|
4370
4427
|
"name": "test",
|
|
@@ -4427,7 +4484,8 @@
|
|
|
4427
4484
|
"character": 3
|
|
4428
4485
|
},
|
|
4429
4486
|
"raw": "/**\n * watch tests on all components\n */",
|
|
4430
|
-
"comment": "watch tests on all components"
|
|
4487
|
+
"comment": "watch tests on all components",
|
|
4488
|
+
"tags": []
|
|
4431
4489
|
},
|
|
4432
4490
|
"signature": "(method) Tester.watch?(context: TesterContext): Promise<Tests>",
|
|
4433
4491
|
"name": "watch",
|
|
@@ -4490,7 +4548,8 @@
|
|
|
4490
4548
|
"character": 3
|
|
4491
4549
|
},
|
|
4492
4550
|
"raw": "/**\n * return the tester version.\n */",
|
|
4493
|
-
"comment": "return the tester version."
|
|
4551
|
+
"comment": "return the tester version.",
|
|
4552
|
+
"tags": []
|
|
4494
4553
|
},
|
|
4495
4554
|
"signature": "(method) Tester.version(): string",
|
|
4496
4555
|
"name": "version",
|
|
@@ -4604,7 +4663,8 @@
|
|
|
4604
4663
|
"character": 3
|
|
4605
4664
|
},
|
|
4606
4665
|
"raw": "/**\n * regex of the text environment.\n */",
|
|
4607
|
-
"comment": "regex of the text environment."
|
|
4666
|
+
"comment": "regex of the text environment.",
|
|
4667
|
+
"tags": []
|
|
4608
4668
|
},
|
|
4609
4669
|
"signature": "(property) testRegex: string",
|
|
4610
4670
|
"name": "testRegex",
|
|
@@ -4634,7 +4694,8 @@
|
|
|
4634
4694
|
"character": 3
|
|
4635
4695
|
},
|
|
4636
4696
|
"raw": "/**\n * determine whether to watch on start.\n */",
|
|
4637
|
-
"comment": "determine whether to watch on start."
|
|
4697
|
+
"comment": "determine whether to watch on start.",
|
|
4698
|
+
"tags": []
|
|
4638
4699
|
},
|
|
4639
4700
|
"signature": "(property) watchOnStart: boolean",
|
|
4640
4701
|
"name": "watchOnStart",
|
|
@@ -4712,7 +4773,8 @@
|
|
|
4712
4773
|
"character": 3
|
|
4713
4774
|
},
|
|
4714
4775
|
"raw": "/**\n * start the tester in watch mode.\n */",
|
|
4715
|
-
"comment": "start the tester in watch mode."
|
|
4776
|
+
"comment": "start the tester in watch mode.",
|
|
4777
|
+
"tags": []
|
|
4716
4778
|
},
|
|
4717
4779
|
"signature": "(property) watch: boolean",
|
|
4718
4780
|
"name": "watch",
|
|
@@ -4742,7 +4804,8 @@
|
|
|
4742
4804
|
"character": 3
|
|
4743
4805
|
},
|
|
4744
4806
|
"raw": "/**\n * start the tester in debug mode.\n */",
|
|
4745
|
-
"comment": "start the tester in debug mode."
|
|
4807
|
+
"comment": "start the tester in debug mode.",
|
|
4808
|
+
"tags": []
|
|
4746
4809
|
},
|
|
4747
4810
|
"signature": "(property) debug: boolean",
|
|
4748
4811
|
"name": "debug",
|
|
@@ -4772,7 +4835,8 @@
|
|
|
4772
4835
|
"character": 3
|
|
4773
4836
|
},
|
|
4774
4837
|
"raw": "/**\n * start the tester in debug mode.\n */",
|
|
4775
|
-
"comment": "start the tester in debug mode."
|
|
4838
|
+
"comment": "start the tester in debug mode.",
|
|
4839
|
+
"tags": []
|
|
4776
4840
|
},
|
|
4777
4841
|
"signature": "(property) ui?: boolean | undefined",
|
|
4778
4842
|
"name": "ui",
|
|
@@ -4802,7 +4866,8 @@
|
|
|
4802
4866
|
"character": 3
|
|
4803
4867
|
},
|
|
4804
4868
|
"raw": "/**\n * initiate the tester on given env.\n */",
|
|
4805
|
-
"comment": "initiate the tester on given env."
|
|
4869
|
+
"comment": "initiate the tester on given env.",
|
|
4870
|
+
"tags": []
|
|
4806
4871
|
},
|
|
4807
4872
|
"signature": "(property) env?: string | undefined",
|
|
4808
4873
|
"name": "env",
|
|
@@ -4832,7 +4897,8 @@
|
|
|
4832
4897
|
"character": 3
|
|
4833
4898
|
},
|
|
4834
4899
|
"raw": "/**\n * generate JUnit files on the specified dir\n */",
|
|
4835
|
-
"comment": "generate JUnit files on the specified dir"
|
|
4900
|
+
"comment": "generate JUnit files on the specified dir",
|
|
4901
|
+
"tags": []
|
|
4836
4902
|
},
|
|
4837
4903
|
"signature": "(property) junit?: string | undefined",
|
|
4838
4904
|
"name": "junit",
|
|
@@ -4862,7 +4928,8 @@
|
|
|
4862
4928
|
"character": 3
|
|
4863
4929
|
},
|
|
4864
4930
|
"raw": "/**\n * show code coverage\n */",
|
|
4865
|
-
"comment": "show code coverage"
|
|
4931
|
+
"comment": "show code coverage",
|
|
4932
|
+
"tags": []
|
|
4866
4933
|
},
|
|
4867
4934
|
"signature": "(property) coverage?: boolean | undefined",
|
|
4868
4935
|
"name": "coverage",
|
|
@@ -5368,7 +5435,8 @@
|
|
|
5368
5435
|
"character": 3
|
|
5369
5436
|
},
|
|
5370
5437
|
"raw": "/**\n * watch all components for changes and test upon each.\n */",
|
|
5371
|
-
"comment": "watch all components for changes and test upon each."
|
|
5438
|
+
"comment": "watch all components for changes and test upon each.",
|
|
5439
|
+
"tags": []
|
|
5372
5440
|
},
|
|
5373
5441
|
"signature": "(method) TesterMain.watch(components: Component[], opts?: TesterOptions): Promise<EnvsExecutionResult<Tests>>",
|
|
5374
5442
|
"name": "watch",
|
|
@@ -5732,7 +5800,8 @@
|
|
|
5732
5800
|
"character": 3
|
|
5733
5801
|
},
|
|
5734
5802
|
"raw": "/**\n * get all test files of a component.\n */",
|
|
5735
|
-
"comment": "get all test files of a component."
|
|
5803
|
+
"comment": "get all test files of a component.",
|
|
5804
|
+
"tags": []
|
|
5736
5805
|
},
|
|
5737
5806
|
"signature": "(method) TesterMain.getTestFiles(component: Component): AbstractVinyl[]",
|
|
5738
5807
|
"name": "getTestFiles",
|
|
@@ -6180,7 +6249,8 @@
|
|
|
6180
6249
|
"character": 3
|
|
6181
6250
|
},
|
|
6182
6251
|
"raw": "/**\n * register a new tester empty state. this allows to register a different empty state from each environment for example.\n */",
|
|
6183
|
-
"comment": "register a new tester empty state. this allows to register a different empty state from each environment for example."
|
|
6252
|
+
"comment": "register a new tester empty state. this allows to register a different empty state from each environment for example.",
|
|
6253
|
+
"tags": []
|
|
6184
6254
|
},
|
|
6185
6255
|
"signature": "(method) TesterUI.registerEmptyState(emptyStateComponent: ComponentType): this",
|
|
6186
6256
|
"name": "registerEmptyState",
|
|
@@ -6461,7 +6531,7 @@
|
|
|
6461
6531
|
"componentId": {
|
|
6462
6532
|
"scope": "teambit.defender",
|
|
6463
6533
|
"name": "tester",
|
|
6464
|
-
"version": "1.0.
|
|
6534
|
+
"version": "1.0.311"
|
|
6465
6535
|
},
|
|
6466
6536
|
"taggedModuleExports": []
|
|
6467
6537
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.defender_tester@1.0.
|
|
2
|
-
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.defender_tester@1.0.
|
|
1
|
+
import * as compositions_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.defender_tester@1.0.311/dist/tester.composition.js';
|
|
2
|
+
import * as overview_0 from '/home/circleci/Library/Caches/Bit/capsules/8891be5ad/teambit.defender_tester@1.0.311/dist/tester.docs.mdx';
|
|
3
3
|
|
|
4
4
|
export const compositions = [compositions_0];
|
|
5
5
|
export const overview = [overview_0];
|
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@teambit/tester",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.311",
|
|
4
4
|
"homepage": "https://bit.cloud/teambit/defender/tester",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"componentId": {
|
|
7
7
|
"scope": "teambit.defender",
|
|
8
8
|
"name": "tester",
|
|
9
|
-
"version": "1.0.
|
|
9
|
+
"version": "1.0.311"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"chalk": "2.4.2",
|
|
@@ -23,17 +23,17 @@
|
|
|
23
23
|
"@teambit/tests-results": "1.0.4",
|
|
24
24
|
"@teambit/defender.ui.test-compare-section": "0.0.100",
|
|
25
25
|
"@teambit/bit-error": "0.0.404",
|
|
26
|
-
"@teambit/cli": "0.0.
|
|
27
|
-
"@teambit/logger": "0.0.
|
|
28
|
-
"@teambit/workspace": "1.0.
|
|
29
|
-
"@teambit/envs": "1.0.
|
|
30
|
-
"@teambit/component": "1.0.
|
|
31
|
-
"@teambit/graphql": "1.0.
|
|
32
|
-
"@teambit/builder": "1.0.
|
|
33
|
-
"@teambit/dev-files": "1.0.
|
|
34
|
-
"@teambit/ui": "1.0.
|
|
35
|
-
"@teambit/compiler": "1.0.
|
|
36
|
-
"@teambit/component-compare": "1.0.
|
|
26
|
+
"@teambit/cli": "0.0.888",
|
|
27
|
+
"@teambit/logger": "0.0.981",
|
|
28
|
+
"@teambit/workspace": "1.0.311",
|
|
29
|
+
"@teambit/envs": "1.0.311",
|
|
30
|
+
"@teambit/component": "1.0.311",
|
|
31
|
+
"@teambit/graphql": "1.0.311",
|
|
32
|
+
"@teambit/builder": "1.0.311",
|
|
33
|
+
"@teambit/dev-files": "1.0.311",
|
|
34
|
+
"@teambit/ui": "1.0.311",
|
|
35
|
+
"@teambit/compiler": "1.0.311",
|
|
36
|
+
"@teambit/component-compare": "1.0.311",
|
|
37
37
|
"@teambit/defender.ui.test-compare": "0.0.263",
|
|
38
38
|
"@teambit/defender.ui.test-page": "0.0.41"
|
|
39
39
|
},
|