agent-js-playwright icon indicating copy to clipboard operation
agent-js-playwright copied to clipboard

Agent to integrate Playwright with ReportPortal.

Results 18 agent-js-playwright issues
Sort by recently updated
recently updated
newest added

Hi RP team! I'm using Report Portal with Playwright and I have the following issue: The failed tests appear repeated instead of appearing grouped and with the corresponding retries: ![Screenshot...

bug

I might be missing something, but it seems the [`testCaseId`](https://reportportal.io/docs/work-with-reports/TestCaseId/#what-does-happen-if-you-do-not-report-items-with-test-case-id) in this reporter's terminology differs from the actual Playwright type that's called [`TestCase`.`id`](https://github.com/microsoft/playwright/blob/e58a33a0ae2791de83ebde7930fc7d29f4d6fad9/packages/playwright/types/testReporter.d.ts#L323)? The data that gets sent to ReportPortal...

Check: UI

Waiting for feedback from internal discussion - may be introduce special RP prefixes to follow the common way of adding other static data (testCaseId, description) from titles.

Waiting for feedback from internal discussion - may be use testInfo.annotations instead.

**Describe the solution you'd like** We use Playwright. Specifically, we would like to use the Sharding feature to decrease our test execution time: https://playwright.dev/docs/test-sharding When using sharding, the standard report...

feature request

Hi, Im using "@reportportal/agent-js-playwright": "^5.1.4" and "@playwright/test": "^1.41.1" I experience the following behavior: When i have a test that for instance seraches a locator and exceeds the playwright timeout while...

Check: UI

Getting this error before any of the tests are run: **[UnhandledPromiseRejection: This error originated either by throwing inside of an async function without a catch block, or by rejecting a...

Check: UI

I'm utilizing GitHub Actions to run Playwright tests, and I've encountered situations where the launch remains incomplete even after all tests have finished. What could be the underlying cause of...

Check: UI

Hi Folks, I want to structure the way report is shown over report portal. The way it currently works is Browser Name -> FileName (with File Path) -> test.describe ->...

Check: UI