chore: Update frontend_deploy.yml to include uploading Cypress screen… #117
frontend_deploy.yml
on: push
Frontend Unit Tests
43s
Frontend E2E Tests
2m 27s
Deploy to AWS - PRODUCTION
0s
Annotations
3 errors and 3 warnings
src/tests/history/historyList.test.tsx > Search History List Correct Render Test:
knowx/src/tests/history/historyList.test.tsx#L13
TestingLibraryElementError: Unable to find an element with the text: 12/31/2020. 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="flex flex-col relative gap-4 h-auto w-full min-w-full table-auto overflow-hidden rounded-lg dark:dark"
>
<div
class="p-4 z-0 flex flex-col relative justify-between gap-4 bg-content1 overflow-auto rounded-large shadow-small w-full"
>
<table
aria-describedby=""
aria-label="search history table"
class="min-w-full h-auto table-auto w-full"
id="react-aria-:r0:"
role="grid"
tabindex="0"
>
<thead
class="[&>tr]:first:rounded-lg"
role="rowgroup"
>
<tr
class="group outline-none data-[focus-visible=true]:z-10 data-[focus-visible=true]:outline-2 data-[focus-visible=true]:outline-focus data-[focus-visible=true]:outline-offset-2 cursor-default"
role="row"
>
<th
aria-describedby="react-aria-description-0"
aria-sort="none"
class="group px-3 h-10 text-left rtl:text-right align-middle bg-default-100 whitespace-nowrap text-foreground-500 text-tiny font-semibold first:rounded-l-lg rtl:first:rounded-r-lg rtl:first:rounded-l-[unset] last:rounded-r-lg rtl:last:rounded-l-lg rtl:last:rounded-r-[unset] data-[sortable=true]:transition-colors data-[sortable=true]:cursor-pointer data-[hover=true]:text-foreground-400 outline-none data-[focus-visible=true]:z-10 data-[focus-visible=true]:outline-2 data-[focus-visible=true]:outline-focus data-[focus-visible=true]:outline-offset-2"
data-key="searchValue"
data-sortable="true"
id="react-aria-:r0:-searchValue"
role="columnheader"
tabindex="-1"
>
SEARCH VALUE
<svg
aria-hidden="true"
class="ml-2 mb-px opacity-0 text-inherit inline-block transition-transform-opacity data-[visible=true]:opacity-100 group-data-[hover=true]:opacity-100 data-[direction=ascending]:rotate-180"
fill="none"
focusable="false"
height="1em"
role="presentation"
stroke="currentColor"
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="3"
viewBox="0 0 24 24"
width="1em"
>
<path
d="m6 9 6 6 6-6"
/>
</svg>
</th>
<th
aria-describedby="react-aria-description-0"
aria-sort="none"
class="group px-3 h-10 text-left rtl:text-right align-middle bg-default-100 whitespace-nowrap text-foreground-500 text-tiny font-semibold first:rounded-l-lg rtl:first:rounded-r-lg rtl:first:rounded-l-[unset] last:rounded-r-lg rtl:last:rounded-l-lg rtl:last:rounded-r-[unset] data-[sortable=true]:transition-colors data-[sortable=true]:cursor-pointer data-[hover=true]:text-foreground-400 outline-none data-[focus-visible=true]:z-10 data-[focus-visible=true]:outline-2 data-[focus-visible=true]:outline-focus data-[focus-visible=true]:outline-offset-2"
data-key="timestamp"
data-sortable="true"
id="react-aria-:r0:-timestamp"
role="columnheader"
tabindex="-1"
>
DATE
<svg
aria-hidden="true"
class="ml-2 mb-px opacity-0 text-inherit inline-block transition-transform-opacity data-[visible=true]:opacity-100 group-data-[hover=true]:opacity-100 data-[direction=ascending]:rotate-180"
fill="none"
focusable="false"
|
Frontend Unit Tests
Process completed with exit code 1.
|
Frontend E2E Tests
Cypress tests: 1 failed
|
Frontend E2E Tests
Unexpected input(s) 'working-directory', valid inputs are ['always-auth', 'node-version', 'node-version-file', 'architecture', 'check-latest', 'registry-url', 'scope', 'token', 'cache', 'cache-dependency-path']
|
Frontend E2E Tests
No files were found with the provided path: cypress/screenshots. No artifacts will be uploaded.
|
Frontend E2E Tests
Unexpected input(s) 'envkey_API_ROOT_ROUTE', 'envkey_DB_URL', 'envkey_NEXTAUTH_URL', 'envkey_NEXTAUTH_SECRET', 'envkey_GITHUB_ID', 'envkey_GITHUB_SECRET', 'envkey_GOOGLE_CLIENT_ID', 'envkey_GOOGLE_CLIENT_SECRET', 'envkey_EMAIL_SERVER_HOST', 'envkey_EMAIL_SERVER_PORT', 'envkey_EMAIL_SERVER_USER', 'envkey_EMAIL_SERVER_PASSWORD', 'envkey_EMAIL_FROM', 'envkey_SENDGRID_API_KEY', valid inputs are ['file_name', 'directory', 'fail_on_empty', 'sort_keys']
|