Dmitrii
Dmitrii
**Describe the bug** From [PW](https://playwright.dev/docs/videos#record-video) documentation: > Videos are saved upon [browser context](https://playwright.dev/docs/browser-contexts) closure at the end of a test. If you create a browser context manually, make sure to...
**Describe the bug** The autotest is displayed as skipped in Allure report when it fails in the beforeEach or beforeAll fixture **To Reproduce** Steps to reproduce the behavior: 1. Add...
**Describe the bug** Tried to update - allure-codeceptjs - allure-playwright - allure-js-commons from **3.0.8** to **3.2.0** and noticed n the report that the duration of the steps contains incorrect values...
**Describe the bug** We use the page object pattern. Each page has many methods to interact with it, but the mapping of methods in the allure is represented as steps...