Skip to content

[Regression]: HTML reporter displays a broken chip link when there are no projects #37146

@vitalets

Description

@vitalets

Last Good Version

1.54

First Bad Version

1.55

Steps to reproduce

The code is trivial. Config:

// playwright.config.ts
import { defineConfig } from '@playwright/test';

export default defineConfig({
  reporter: 'html'
});

Test:

import { test } from '@playwright/test';

test('my test', () => {});

Expected behavior

Playwright 1.54:

Image

Actual behavior

Playwright 1.55:

Image

Additional context

No response

Environment

System:
    OS: macOS 14.7.2
    CPU: (10) arm64 Apple M1 Pro
    Memory: 56.06 MB / 16.00 GB
  Binaries:
    Node: 20.18.3 - ~/.nvm/versions/node/v20.18.3/bin/node
    npm: 11.3.0 - ~/.nvm/versions/node/v20.18.3/bin/npm
    pnpm: 10.7.1 - ~/Library/pnpm/pnpm
  Languages:
    Bash: 3.2.57 - /bin/bash
  npmPackages:
    @playwright/test: 1.55 => 1.55.0

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions