chore: update Cypress parallel test execution to use 2 instances #1648

Merged
alexm merged 15 commits from enable-parallel-x2 into dev 2025-04-02 10:36:03 +00:00
1 changed files with 5 additions and 1 deletions
Showing only changes of commit cad78aedd0 - Show all commits

View File

@ -182,7 +182,6 @@ const columns = computed(() => [
align: 'left',
showValue: false,
sortable: true,
style: 'min-width: 170px;',
},
{
label: t('globals.packages'),
@ -506,6 +505,7 @@ watch(route, () => {
:props="props"
@click="stopEventPropagation($event, col)"
:style="col.style"
style="padding-left: 5px"
>
<component
:is="tableColumnComponents[col.name].component"
@ -629,7 +629,11 @@ watch(route, () => {
}
:deep(.q-table) {
table-layout: auto;
width: 100%;
border-collapse: collapse;
overflow: hidden;
text-overflow: ellipsis;
tbody tr td {
&:nth-child(1) {