Yury Semikhatsky
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...
Try to generate code for filling To field in outlook.com UI.
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...
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:...
Adding metadata event to the test.trace to simplify time computation logic.