docs: redesign landing page with real screenshots and feature showcase #111
docs-ci.yml
on: pull_request
Test
1m 3s
Lint
15s
Build
0s
Annotations
2 errors and 3 warnings
|
Test
Process completed with exit code 1.
|
|
src/components/CyclingTagline.test.tsx > CyclingTagline > should render the first tagline initially:
docs/src/components/CyclingTagline.test.tsx#L16
TestingLibraryElementError: Unable to find an element with the text: Services. This could be because the text is broken up by multiple elements. In this case, you can provide a function for your text matcher to make your matcher more flexible.
Ignored nodes: comments, script, style
<body>
<div>
<div
class="h-8 flex items-center relative"
>
<span
class="text-cyan-400 text-sm font-semibold uppercase tracking-wide whitespace-nowrap w-[100px]"
>
Traces
</span>
<div
class="absolute left-[100px] top-0 h-full flex items-center overflow-hidden"
style="width: calc(100vw - 200px); max-width: 500px;"
>
<span
class="text-slate-400 text-sm whitespace-nowrap transition-opacity duration-500 ease-in-out opacity-100"
>
Distributed tracing with auto-generated service maps and RED metrics
</span>
</div>
</div>
</div>
</body>
❯ Object.getElementError node_modules/@testing-library/dom/dist/config.js:37:19
❯ node_modules/@testing-library/dom/dist/query-helpers.js:76:38
❯ node_modules/@testing-library/dom/dist/query-helpers.js:52:17
❯ node_modules/@testing-library/dom/dist/query-helpers.js:95:19
❯ src/components/CyclingTagline.test.tsx:16:19
|
|
Lint
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/setup-node@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Test
No files were found with the provided path: docs/coverage/. No artifacts will be uploaded.
|