Yury Semikhatsky

Results 22 issues of Yury Semikhatsky

### Discussed in https://github.com/microsoft/playwright/discussions/10470 Originally posted by **benwiley4000** November 22, 2021 One thing I like about Cypress is that you can keep the browser open after the test fails so...

feature-test-runner
feature-inner-loop

Try to generate code for filling To field in outlook.com UI.

feature-codegen
v1.29

Node 16+ comes with npm 8+ by default.

To provide decent support of JUnit in codegen (as requested in https://github.com/microsoft/playwright-java/issues/1039), we need to first implement basic Playwright fixtures similar to other languages. This came up in the discussion...

P3-collecting-feedback

Reference https://github.com/microsoft/playwright/issues/30000

Matching bu `apiName@wallTime` fails when two actions start at the same time, e.g. two parallel api requests. Moreover, it results in trace actions that have parent set to themselves, which...

### What happened? When setting `overwrite: true`, upload sometimes fails with the following output: ``` Run actions/upload-artifact@v4 with: name: pull-request-number path: pull_request_number.txt overwrite: true if-no-files-found: warn compression-level: 6 env: FORCE_COLOR:...

enhancement
v4

Adding metadata event to the test.trace to simplify time computation logic.