@coveord/plasma-mantine 56.17.0 → 56.18.0

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.
Files changed (46) hide show
  1. package/.turbo/turbo-build.log +4 -4
  2. package/.turbo/turbo-test.log +114 -113
  3. package/dist/.tsbuildinfo +1 -1
  4. package/dist/cjs/components/ActionIcon/ActionIcon.d.ts +1 -1
  5. package/dist/cjs/components/ActionIcon/ActionIcon.d.ts.map +1 -1
  6. package/dist/cjs/components/ActionIcon/ActionIcon.js +10 -0
  7. package/dist/cjs/components/ActionIcon/ActionIcon.js.map +1 -1
  8. package/dist/cjs/components/Alert/Alert.d.ts.map +1 -1
  9. package/dist/cjs/components/Alert/Alert.js +5 -0
  10. package/dist/cjs/components/Alert/Alert.js.map +1 -1
  11. package/dist/cjs/components/Button/Button.d.ts.map +1 -1
  12. package/dist/cjs/components/Button/Button.js +10 -0
  13. package/dist/cjs/components/Button/Button.js.map +1 -1
  14. package/dist/cjs/components/CodeEditor/CodeEditor.d.ts.map +1 -1
  15. package/dist/cjs/components/CodeEditor/CodeEditor.js +1 -0
  16. package/dist/cjs/components/CodeEditor/CodeEditor.js.map +1 -1
  17. package/dist/cjs/components/LastUpdated/LastUpdated.js +1 -0
  18. package/dist/cjs/components/LastUpdated/LastUpdated.js.map +1 -1
  19. package/dist/cjs/components/StickyFooter/StickyFooter.d.ts.map +1 -1
  20. package/dist/cjs/components/StickyFooter/StickyFooter.js +1 -0
  21. package/dist/cjs/components/StickyFooter/StickyFooter.js.map +1 -1
  22. package/dist/esm/components/ActionIcon/ActionIcon.d.ts +1 -1
  23. package/dist/esm/components/ActionIcon/ActionIcon.d.ts.map +1 -1
  24. package/dist/esm/components/ActionIcon/ActionIcon.js +10 -0
  25. package/dist/esm/components/ActionIcon/ActionIcon.js.map +1 -1
  26. package/dist/esm/components/Alert/Alert.d.ts.map +1 -1
  27. package/dist/esm/components/Alert/Alert.js +5 -0
  28. package/dist/esm/components/Alert/Alert.js.map +1 -1
  29. package/dist/esm/components/Button/Button.d.ts.map +1 -1
  30. package/dist/esm/components/Button/Button.js +10 -0
  31. package/dist/esm/components/Button/Button.js.map +1 -1
  32. package/dist/esm/components/CodeEditor/CodeEditor.d.ts.map +1 -1
  33. package/dist/esm/components/CodeEditor/CodeEditor.js +1 -0
  34. package/dist/esm/components/CodeEditor/CodeEditor.js.map +1 -1
  35. package/dist/esm/components/LastUpdated/LastUpdated.js +1 -0
  36. package/dist/esm/components/LastUpdated/LastUpdated.js.map +1 -1
  37. package/dist/esm/components/StickyFooter/StickyFooter.d.ts.map +1 -1
  38. package/dist/esm/components/StickyFooter/StickyFooter.js +1 -0
  39. package/dist/esm/components/StickyFooter/StickyFooter.js.map +1 -1
  40. package/package.json +3 -3
  41. package/src/components/ActionIcon/ActionIcon.tsx +15 -4
  42. package/src/components/Alert/Alert.tsx +7 -0
  43. package/src/components/Button/Button.tsx +12 -1
  44. package/src/components/CodeEditor/CodeEditor.tsx +4 -4
  45. package/src/components/LastUpdated/LastUpdated.tsx +2 -0
  46. package/src/components/StickyFooter/StickyFooter.tsx +3 -2
@@ -1,9 +1,9 @@
1
1
 
2
- > @coveord/plasma-mantine@56.16.0 build /home/runner/work/plasma/plasma/packages/mantine
2
+ > @coveord/plasma-mantine@56.17.0 build /home/runner/work/plasma/plasma/packages/mantine
3
3
  > node ../../scripts/build
4
4
 
5
- (node:3705) [DEP0190] DeprecationWarning: Passing args to a child process with shell option true can lead to security vulnerabilities, as the arguments are not escaped, only concatenated.
5
+ (node:3650) [DEP0190] DeprecationWarning: Passing args to a child process with shell option true can lead to security vulnerabilities, as the arguments are not escaped, only concatenated.
6
6
  (Use `node --trace-deprecation ...` to show where the warning was created)
7
- Successfully compiled: 216 files, copied 66 files with swc (499.13ms)
8
- Successfully compiled: 216 files, copied 66 files with swc (642.12ms)
7
+ Successfully compiled: 216 files, copied 66 files with swc (514.42ms)
8
+ Successfully compiled: 216 files, copied 66 files with swc (592.74ms)
9
9
 
@@ -1,125 +1,126 @@
1
1
 
2
- > @coveord/plasma-mantine@56.16.0 test /home/runner/work/plasma/plasma/packages/mantine
2
+ > @coveord/plasma-mantine@56.17.0 test /home/runner/work/plasma/plasma/packages/mantine
3
3
  > cross-env TZ=UTC vitest run --silent
4
4
 
5
5
 
6
6
   RUN  v4.0.15 /home/runner/work/plasma/plasma/packages/mantine
7
7
 
8
- ✓ src/components/Collection/__tests__/Collection.spec.tsx (18 tests) 2094ms
9
- ✓ src/components/Table/__tests__/Table.spec.tsx (12 tests) 2508ms
10
- ✓ reset row selection when user click outside the table  315ms
11
- ✓ handles switching layout  449ms
12
- ✓ does not clear the row selection when clicking outside the table  383ms
13
- ✓ src/components/Table/layouts/__tests__/RowLayout.spec.tsx (17 tests) 4295ms
14
- ✓ renders the data using the RowLayout by default  566ms
15
- ✓ closes the opened collapsible when using the accordion column and the user expand a different row  427ms
16
- ✓ allows selection of a different row if row selection is forced  314ms
17
- ✓ selects all rows of the current page when clicking on the checkbox that is in the column header  323ms
18
- ✓ prevents row selection if disableRowSelection is true  466ms
19
- ✓ prevents click on checkboxes if disableRowSelection is true  305ms
20
- ✓ src/components/Table/__tests__/TablePagination.spec.tsx (7 tests) 1335ms
21
- ✓ calculates the number of pages based on the pageSize and the total number of entries  364ms
22
- ✓ changes the page when the pagination is client side  433ms
23
- ✓ src/components/Table/__tests__/TableActions.spec.tsx (6 tests) 3574ms
24
- ✓ displays the actions when the row is selected  649ms
25
- ✓ displays the secondary actions when the row is selected and the user clicks on more  1627ms
26
- ✓ passes down an array of selected rows  740ms
27
- ✓ src/components/Table/__tests__/TableColumnsSelector.spec.tsx (12 tests) 10167ms
28
- ✓ renders the column selector button in the actions column header when rowConfigurable is true  675ms
29
- ✓ renders all columns in the dropdown except control columns  1146ms
30
- ✓ renders all checkboxes checked by default  817ms
31
- ✓ hides a column when the user unchecks it  988ms
32
- ✓ shows a column when the user checks it  960ms
33
- ✓ renders a disabled checked checkbox for columns that are always visible  733ms
34
- ✓ renders a tooltip when hovering a disabled always visible column checkbox  767ms
35
- ✓ renders unchecked checkboxes for columns that are not visible in the initial state  831ms
36
- ✓ disables unchecked columns when the maximum number of visible columns is reached  923ms
37
- ✓ renders a footer with the max columns message when maxSelectableColumns is set  777ms
38
- ✓ does not render a footer when maxSelectableColumns is not set  696ms
39
- ✓ enables a disabled column when a visible column is hidden  834ms
40
- ✓ src/components/Facet/__tests__/Facet.component.spec.tsx (15 tests) 3629ms
41
- ✓ displays the count when it exists  487ms
42
- ✓ formats the count using the provided function  351ms
43
- ✓ handles keyboard navigation when there is no search  404ms
44
- ✓ ticks the checkboxes on click  335ms
45
- ✓ hides elements that do not match the user query  383ms
46
- ✓ src/hooks/__tests__/use-url-synced-state.unit.spec.ts (70 tests) 140ms
47
- ✓ src/components/InlineConfirm/__tests__/InlineConfirm.spec.tsx (8 tests) 1389ms
48
- ✓ calls the onClick prop when clicking on the menu item  306ms
49
- ✓ src/components/Table/__tests__/TablePerPage.spec.tsx (7 tests) 1115ms
50
- ✓ displays the label  333ms
51
- ✓ src/utils/__tests__/groupOptions.unit.spec.ts (12 tests) 8ms
52
- ✓ src/components/Table/__tests__/TableFilter.spec.tsx (6 tests) 1619ms
53
- ✓ goes back to the first page when changing the filter  376ms
54
- ✓ does not unselect rows that get filtered out  522ms
55
- ✓ src/components/DateRangePicker/__tests__/DateRangePicker.spec.tsx (18 tests) 16583ms
56
- ✓ renders with placeholder text when no date range is selected  340ms
57
- ✓ opens popover when input is clicked  492ms
58
- ✓ calls onChange when a date range is applied  2893ms
59
- ✓ closes popover when Cancel is clicked  696ms
60
- ✓ calls onCancel when Cancel button is clicked  631ms
61
- ✓ applies the selected date range in uncontrolled mode  2973ms
62
- ✓ applies the selected date range in controlled mode  3643ms
63
- ✓ renders preset options in the popover  1048ms
64
- ✓ sets the selected date range in the url  2798ms
65
- ✓ calls onOpenedChange when popover state changes  526ms
66
- ✓ src/components/CodeEditor/__tests__/CodeEditor.spec.tsx (9 tests | 1 skipped) 1011ms
67
- ✓ renders the monaco editor, a copy to clipboard button and a search button  388ms
68
- ✓ src/components/DateRangePicker/__tests__/DateRangePickerInlineCalendar.spec.tsx (7 tests | 1 skipped) 5848ms
69
- ✓ calls onApply when the user clicks on the apply button  877ms
70
- ✓ calls onCancel when the user clicks on the cancel button  494ms
71
- ✓ calls onApply with the selected dates when clicking in the calendar  1696ms
72
- ✓ set end date same as start date if only one date is selected when clicking in the calendar  972ms
73
- ✓ calls onApply with the selected dates when typing in the inputs  1731ms
74
- ✓ src/components/Header/__tests__/Header.spec.tsx (8 tests) 564ms
75
- ✓ src/components/Table/__tests__/TablePredicate.spec.tsx (3 tests) 3319ms
76
- ✓ goes back to the first page when changing the predicate  1798ms
77
- ✓ sets the current predicate value in the url using the predicate id as key  1309ms
78
- ✓ src/components/Table/__tests__/Th.spec.tsx (4 tests) 974ms
79
- ✓ displays the sort icon for every sortable column  411ms
80
- ✓ changes the sort icon when clicking on a table header  355ms
81
- ✓ src/components/DateRangePicker/__tests__/DateRangePickerPopoverCalendar.spec.tsx (4 tests | 2 skipped) 4474ms
82
- ✓ calls onApply with the selected dates when clicking in the calendar  4324ms
83
- ✓ src/components/Table/__tests__/TableDateRangePicker.spec.tsx (3 tests) 4543ms
84
- ✓ displays the initial dates  383ms
85
- ✓ sets the selected date range in the url  4077ms
86
- ✓ src/components/DateTimeRangePicker/__tests__/DateTimeRangePicker.spec.tsx (3 tests) 4710ms
87
- ✓ updates with the selected dates when choosing a preset  1134ms
88
- ✓ can change the date and time  3453ms
89
- ✓ src/components/Table/__tests__/TableCollapsibleColumn.spec.tsx (2 tests) 747ms
90
- ✓ expands the rows when the user clicks on a cell  595ms
91
- ✓ src/components/Table/__tests__/TableLastUpdated.spec.tsx (3 tests) 516ms
92
- ✓ src/components/DateRangePicker/__tests__/EditableDateRangePicker.spec.tsx (3 tests) 3783ms
93
- ✓ renders an input for the start and an input for the end  307ms
94
- ✓ updates when editing values  1511ms
95
- ✓ accepts minDate and maxDate props for start and end inputs  1962ms
96
- ✓ src/components/Button/__tests__/Button.spec.tsx (4 tests) 535ms
97
- ✓ src/theme/__tests__/mergeCSSVariablesResolvers.spec.ts (3 tests) 10ms
8
+ ✓ src/components/Collection/__tests__/Collection.spec.tsx (18 tests) 2160ms
9
+ ✓ src/components/Table/__tests__/Table.spec.tsx (12 tests) 2691ms
10
+ ✓ reset row selection when user click outside the table  341ms
11
+ ✓ handles switching layout  448ms
12
+ ✓ does not clear the row selection when clicking outside the table  322ms
13
+ ✓ unselects all the selected rows when clicking on the the unselect button from the table header  496ms
14
+ ✓ src/components/Table/layouts/__tests__/RowLayout.spec.tsx (17 tests) 4541ms
15
+ ✓ renders the data using the RowLayout by default  581ms
16
+ ✓ closes the opened collapsible when using the accordion column and the user expand a different row  472ms
17
+ ✓ toggles row selection when clicking on a selected row  313ms
18
+ ✓ allows selection of a different row if row selection is forced  338ms
19
+ ✓ selects all rows of the current page when clicking on the checkbox that is in the column header  343ms
20
+ ✓ prevents row selection if disableRowSelection is true  498ms
21
+ ✓ prevents click on checkboxes if disableRowSelection is true  317ms
22
+ ✓ src/components/Table/__tests__/TablePagination.spec.tsx (7 tests) 1303ms
23
+ ✓ calculates the number of pages based on the pageSize and the total number of entries  339ms
24
+ ✓ changes the page when the pagination is client side  419ms
25
+ ✓ src/components/Table/__tests__/TableActions.spec.tsx (6 tests) 3631ms
26
+ ✓ displays the actions when the row is selected  700ms
27
+ ✓ displays the secondary actions when the row is selected and the user clicks on more  1661ms
28
+ ✓ passes down an array of selected rows  721ms
29
+ ✓ src/components/Table/__tests__/TableColumnsSelector.spec.tsx (12 tests) 10184ms
30
+ ✓ renders the column selector button in the actions column header when rowConfigurable is true  651ms
31
+ ✓ renders all columns in the dropdown except control columns  1222ms
32
+ ✓ renders all checkboxes checked by default  945ms
33
+ ✓ hides a column when the user unchecks it  974ms
34
+ ✓ shows a column when the user checks it  951ms
35
+ ✓ renders a disabled checked checkbox for columns that are always visible  701ms
36
+ ✓ renders a tooltip when hovering a disabled always visible column checkbox  838ms
37
+ ✓ renders unchecked checkboxes for columns that are not visible in the initial state  733ms
38
+ ✓ disables unchecked columns when the maximum number of visible columns is reached  859ms
39
+ ✓ renders a footer with the max columns message when maxSelectableColumns is set  754ms
40
+ ✓ does not render a footer when maxSelectableColumns is not set  709ms
41
+ ✓ enables a disabled column when a visible column is hidden  827ms
42
+ ✓ src/components/Facet/__tests__/Facet.component.spec.tsx (15 tests) 3357ms
43
+ ✓ displays the count when it exists  457ms
44
+ ✓ handles keyboard navigation when there is no search  405ms
45
+ ✓ src/hooks/__tests__/use-url-synced-state.unit.spec.ts (70 tests) 168ms
46
+ ✓ src/components/InlineConfirm/__tests__/InlineConfirm.spec.tsx (8 tests) 1467ms
47
+ ✓ calls the onClick prop when clicking on the menu item  361ms
48
+ ✓ src/components/Table/__tests__/TablePerPage.spec.tsx (7 tests) 1158ms
49
+ ✓ displays the label  302ms
50
+ ✓ src/utils/__tests__/groupOptions.unit.spec.ts (12 tests) 9ms
51
+ ✓ src/components/Table/__tests__/TableFilter.spec.tsx (6 tests) 1781ms
52
+ ✓ displays the placeholder  334ms
53
+ ✓ goes back to the first page when changing the filter  451ms
54
+ ✓ does not unselect rows that get filtered out  559ms
55
+ ✓ src/components/DateRangePicker/__tests__/DateRangePicker.spec.tsx (18 tests) 16705ms
56
+ ✓ opens popover when input is clicked  488ms
57
+ ✓ calls onChange when a date range is applied  2933ms
58
+ ✓ closes popover when Cancel is clicked  724ms
59
+ ✓ calls onCancel when Cancel button is clicked  560ms
60
+ ✓ applies the selected date range in uncontrolled mode  3109ms
61
+ ✓ applies the selected date range in controlled mode  3758ms
62
+ ✓ renders preset options in the popover  1038ms
63
+ ✓ sets the selected date range in the url  2659ms
64
+ ✓ calls onOpenedChange when popover state changes  623ms
65
+ ✓ src/components/CodeEditor/__tests__/CodeEditor.spec.tsx (9 tests | 1 skipped) 1102ms
66
+ ✓ renders the monaco editor, a copy to clipboard button and a search button  438ms
67
+ ✓ src/components/DateRangePicker/__tests__/DateRangePickerInlineCalendar.spec.tsx (7 tests | 1 skipped) 5181ms
68
+ ✓ calls onApply when the user clicks on the apply button  913ms
69
+ ✓ calls onCancel when the user clicks on the cancel button  393ms
70
+ ✓ calls onApply with the selected dates when clicking in the calendar  1239ms
71
+ ✓ set end date same as start date if only one date is selected when clicking in the calendar  948ms
72
+ ✓ calls onApply with the selected dates when typing in the inputs  1615ms
73
+ ✓ src/components/Header/__tests__/Header.spec.tsx (8 tests) 590ms
74
+ ✓ src/components/Table/__tests__/TablePredicate.spec.tsx (3 tests) 3428ms
75
+ ✓ goes back to the first page when changing the predicate  1980ms
76
+ ✓ sets the current predicate value in the url using the predicate id as key  1193ms
77
+ ✓ src/components/Table/__tests__/Th.spec.tsx (4 tests) 944ms
78
+ ✓ displays the sort icon for every sortable column  362ms
79
+ ✓ changes the sort icon when clicking on a table header  361ms
80
+ ✓ src/components/DateRangePicker/__tests__/DateRangePickerPopoverCalendar.spec.tsx (4 tests | 2 skipped) 4255ms
81
+ ✓ calls onApply with the selected dates when clicking in the calendar  4107ms
82
+ ✓ src/components/Table/__tests__/TableDateRangePicker.spec.tsx (3 tests) 4702ms
83
+ ✓ displays the initial dates  414ms
84
+ ✓ sets the selected date range in the url  4224ms
85
+ ✓ src/components/DateTimeRangePicker/__tests__/DateTimeRangePicker.spec.tsx (3 tests) 4927ms
86
+ ✓ updates with the selected dates when choosing a preset  1272ms
87
+ ✓ can change the date and time  3480ms
88
+ ✓ src/components/Table/__tests__/TableCollapsibleColumn.spec.tsx (2 tests) 839ms
89
+ ✓ expands the rows when the user clicks on a cell  668ms
90
+ ✓ src/components/Table/__tests__/TableLastUpdated.spec.tsx (3 tests) 573ms
91
+ ✓ displays the label and time  322ms
92
+ ✓ src/components/DateRangePicker/__tests__/EditableDateRangePicker.spec.tsx (3 tests) 3736ms
93
+ ✓ renders an input for the start and an input for the end  381ms
94
+ ✓ updates when editing values  1471ms
95
+ ✓ accepts minDate and maxDate props for start and end inputs  1880ms
96
+ ✓ src/components/Button/__tests__/Button.spec.tsx (4 tests) 544ms
97
+ ✓ src/theme/__tests__/mergeCSSVariablesResolvers.spec.ts (3 tests) 15ms
98
98
  ↓ src/utils/__tests__/overrideComponent.spec.tsx (1 test | 1 skipped)
99
- ✓ src/components/Button/__tests__/ButtonWithDisabledTooltip.spec.tsx (3 tests | 1 skipped) 524ms
100
- ✓ shows a tooltip when hovering over the disabled button  460ms
101
- ✓ src/components/LastUpdated/__tests__/LastUpdated.spec.tsx (5 tests) 460ms
102
- ✓ src/components/DateRangePicker/__tests__/DateRangePickerPresetSelect.spec.tsx (2 tests) 1108ms
103
- ✓ calls onChange when selecting a preset  897ms
104
- ✓ src/hooks/__tests__/useControlledList.spec.tsx (3 tests) 33ms
105
- ✓ src/components/Prompt/__tests__/Prompt.spec.tsx (6 tests) 731ms
106
- ✓ displays the title, body and close button  305ms
107
- ✓ src/components/CopyToClipboard/__tests__/CopyToClipboard.spec.tsx (3 tests) 617ms
108
- ✓ src/theme/__tests__/plasmaCSSVariablesResolver.spec.ts (1 test) 16ms
109
- ✓ src/components/BrowserPreview/__tests__/BrowserPreview.spec.tsx (4 tests) 494ms
110
- ✓ renders the specified text as the header tooltip content  405ms
111
- ✓ src/components/StatusToken/__tests__/StatusToken.component.spec.tsx (10 tests) 579ms
112
- ✓ src/components/ChildForm/__tests__/ChildForm.spec.tsx (3 tests) 347ms
113
- ✓ src/components/Modal/__tests__/Modal.spec.tsx (2 tests) 276ms
114
- ✓ src/components/RadioCard/__tests__/RadioCard.component.spec.tsx (3 tests) 295ms
115
- ✓ src/components/Modal/__tests__/ModalFooter.spec.tsx (2 tests) 72ms
116
- ✓ src/components/Menu/__tests__/Menu.spec.tsx (1 test) 248ms
117
- ✓ src/components/CodeEditor/search/__tests__/Search.unit.spec.tsx (1 test) 299ms
118
- ✓ src/components/StickyFooter/__tests__/StickyFooter.spec.tsx (1 test) 52ms
99
+ ✓ src/components/Button/__tests__/ButtonWithDisabledTooltip.spec.tsx (3 tests | 1 skipped) 499ms
100
+ ✓ shows a tooltip when hovering over the disabled button  452ms
101
+ ✓ src/components/DateRangePicker/__tests__/DateRangePickerPresetSelect.spec.tsx (2 tests) 1213ms
102
+ ✓ calls onChange when selecting a preset  986ms
103
+ ✓ src/components/LastUpdated/__tests__/LastUpdated.spec.tsx (5 tests) 491ms
104
+ ✓ renders with default label, time and formatter  319ms
105
+ ✓ src/hooks/__tests__/useControlledList.spec.tsx (3 tests) 29ms
106
+ ✓ src/components/Prompt/__tests__/Prompt.spec.tsx (6 tests) 783ms
107
+ ✓ displays the title, body and close button  362ms
108
+ ✓ src/components/CopyToClipboard/__tests__/CopyToClipboard.spec.tsx (3 tests) 594ms
109
+ ✓ src/theme/__tests__/plasmaCSSVariablesResolver.spec.ts (1 test) 9ms
110
+ ✓ src/components/BrowserPreview/__tests__/BrowserPreview.spec.tsx (4 tests) 534ms
111
+ ✓ renders the specified text as the header tooltip content  450ms
112
+ ✓ src/components/StatusToken/__tests__/StatusToken.component.spec.tsx (10 tests) 530ms
113
+ ✓ src/components/ChildForm/__tests__/ChildForm.spec.tsx (3 tests) 337ms
114
+ ✓ src/components/Modal/__tests__/Modal.spec.tsx (2 tests) 299ms
115
+ ✓ src/components/RadioCard/__tests__/RadioCard.component.spec.tsx (3 tests) 310ms
116
+ ✓ src/components/Modal/__tests__/ModalFooter.spec.tsx (2 tests) 85ms
117
+ ✓ src/components/Menu/__tests__/Menu.spec.tsx (1 test) 252ms
118
+ ✓ src/components/StickyFooter/__tests__/StickyFooter.spec.tsx (1 test) 62ms
119
+ ✓ src/components/CodeEditor/search/__tests__/Search.unit.spec.tsx (1 test) 250ms
119
120
  ✓ src/components/BlankSlate/__tests__/BlankSlate.spec.tsx (1 test) 49ms
120
121
 
121
122
   Test Files  43 passed | 1 skipped (44)
122
123
   Tests  310 passed | 6 skipped (316)
123
-  Start at  19:44:49
124
-  Duration  62.71s (transform 1.86s, setup 10.34s, import 50.63s, tests 85.69s, environment 32.01s)
124
+  Start at  21:10:10
125
+  Duration  63.48s (transform 2.10s, setup 10.81s, import 51.09s, tests 86.32s, environment 32.51s)
125
126