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 1 additions and 1 deletions
Showing only changes of commit 16cb224926 - Show all commits

View File

@ -134,7 +134,7 @@ const columns = computed(() => [
const STATE_COLOR = {
pending: 'bg-warning',
managed: 'bg-info',
loses: 'bg-negative',
resolved: 'bg-positive',
};
</script>