playwright-zephyr icon indicating copy to clipboard operation
playwright-zephyr copied to clipboard

Zephyr reporter for the Playwright

Results 19 playwright-zephyr issues
Sort by recently updated
recently updated
newest added

Bumps [@playwright/test](https://github.com/microsoft/playwright) from 1.43.1 to 1.44.0. Release notes Sourced from @​playwright/test's releases. v1.44.0 New APIs Accessibility assertions expect(locator).toHaveAccessibleName() checks if the element has the specified accessible name: const locator =...

dependencies

In an effort to keep the automation runs separate from any manual runs, it would be nice to have the ability to specify where the test results go. I propose,...

`test('Verify home page contents after successful login [T2662, T1234, T4321]',{tag:"@e2eFlow"}, async ({ page }) => { });` `test('Verify home page contents after successful login [T2662][T1234][T4321]',{tag:"@e2eFlow"}, async ({ page }) =>...

Hey This is the fix for a submitted bug: https://github.com/elaichenkov/playwright-zephyr/issues/45 Please check the comment without and with decoding: ![2024-03-01_10-33](https://github.com/elaichenkov/playwright-zephyr/assets/11655108/8b39b868-960c-4266-9454-89a4df87341b) ![2024-03-01_10-30](https://github.com/elaichenkov/playwright-zephyr/assets/11655108/4c2f200f-dac4-4c35-a3ce-eae6d3119e72)

I'm looking to update the test execution environment field for reporting purposes. Control over any/all of the test execution fields would be great. Environment, actual, estimate, etc.

enhancement

It is not possible to login using bearer token. The token type is always BASIC https://github.com/elaichenkov/playwright-zephyr/blob/main/src/zephyr.service.ts#L40 ``` this.password = options.password!; let tokenType = 'Basic' if (this.authorizationToken ){ tokenType = 'Bearer...

it would be nice to fill the execution parameters e.g. executionTime with the runtime of the automated test

I had a simple set of Typescript Playwright API tests set up and reporting just fine (error and stack trace messages reflected playwright's test results ) with the provided zephyr...

bug

I think this is more like a feature request. Screenshots or videos of the test failure are not attached.