translation, cleanup #331
Annotations
6 errors
coverage (18.x)
Failed to parse the json-summary at path "/home/runner/work/tabsets/tabsets/coverage/coverage-summary.json."
Make sure to run vitest before this action and to include the "json-summary" reporter.
Original Error:
Error: ENOENT: no such file or directory, open '/home/runner/work/tabsets/tabsets/coverage/coverage-summary.json'
at async open (node:internal/fs/promises:636:25)
at async readFile (node:internal/fs/promises:1246:14)
at async ay (/home/runner/work/_actions/davelosert/vitest-coverage-report-action/v2/dist/index.js:128:191)
at async ll (/home/runner/work/_actions/davelosert/vitest-coverage-report-action/v2/dist/index.js:128:272)
at async Uq (/home/runner/work/_actions/davelosert/vitest-coverage-report-action/v2/dist/index.js:148:1890)
|
coverage (18.x)
Error: ENOENT: no such file or directory, open '/home/runner/work/tabsets/tabsets/coverage/coverage-summary.json'
|
test/vitest/__tests__/components/SidePanelFooter.test.ts > SidePanelFooter > should be mounted:
test/vitest/__tests__/components/SidePanelFooter.test.ts#L149
AssertionError: expected 'settings' to contain 'show'
- Expected
+ Received
- show
+ settings
❯ test/vitest/__tests__/components/SidePanelFooter.test.ts:149:28
|
test/vitest/__tests__/features/components/Features.test.ts > Features > color green for active feature, grey otherwise:
test/vitest/__tests__/features/components/Features.test.ts#L32
AssertionError: expected '<div class="q-item q-item-type row no…' to contain 'Top 10 Tabs'
- Expected
+ Received
- Top 10 Tabs
+ <div class="q-item q-item-type row no-wrap q-item--clickable q-link cursor-pointer q-focusable q-hoverable" role="listitem" tabindex="0">
+ <div class="q-focus-helper" tabindex="-1"></div>
+ <div class="q-item__section column q-item__section--side justify-center q-item__section--avatar"><i class="q-icon text-grey notranslate material-icons-outlined" style="font-size: 1.3em;" aria-hidden="true" role="presentation">bookmark</i></div>
+ <div class="q-item__section column q-item__section--main justify-center">Bookmarks Manager</div>
+ <!--v-if-->
+ </div>
❯ test/vitest/__tests__/features/components/Features.test.ts:32:26
|
test/vitest/__tests__/features/pages/FeaturesPage.test.ts > FeaturesPage > should be mounted:
test/vitest/__tests__/features/pages/FeaturesPage.test.ts#L30
AssertionError: expected 'chevron_leftOptional Featurelightbulb…' to contain 'Recommended Feature'
- Expected
+ Received
- Recommended Feature
+ chevron_leftOptional Featurelightbulbx The Tabsets Extension starts simple - you can manage tabs - but it has more to offer. Check out the optional or
+ experimental features described below. Some of the features may require additional browser permissions which you will have to grant.Top 10 Tabs Status: inactive Activate FeatureType This feature is considered stable but might not be useful for everybody. To use it, switch this feature on. DescriptionActivate a view to list all tabs by how often they have been accessedPermissions
❯ test/vitest/__tests__/features/pages/FeaturesPage.test.ts:30:28
|
coverage (18.x)
Process completed with exit code 1.
|