Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Issues with Merge-reports #34643

Open
BinithNico opened this issue Feb 5, 2025 · 0 comments
Open

[BUG] Issues with Merge-reports #34643

BinithNico opened this issue Feb 5, 2025 · 0 comments

Comments

@BinithNico
Copy link

We are trying to merge reports in Playwright in YML. We are using the following command

  • powershell: |
    get-childitem -depth 2
    npx playwright merge-reports --reporter html $(Pipeline.Workspace)/all-blob-reports --config=$(Build.SourcesDirectory)\merge.config.ts
    displayName: 'Merge into HTML Report'

We are using this in merge.config.ts file

export default {
testDir: 'e2e',
reporter: [['html', { open: 'never' }]],
};

We get his message which mentions serving html report at localhost but it just takes a lot of time and no result

Image

Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant