Marcin Strzyz

Results 11 issues of Marcin Strzyz

For some reason with the following code : ```js const baseColumns = [ ["🧪aaaa", ""], ["A", "B"] ]; const config = { spanningCells: [{ col: 0, row: 0, colSpan: 2...

Enables `Clippy` in the CI as a need of the top-level `ci-pass` job. Resolution for #2977 Disabled the current violations : ``` #![allow( clippy::needless_borrow, clippy::module_inception, clippy::useless_format, clippy::redundant_clone, clippy::manual_non_exhaustive, dead_code, unused_imports...

**Context:** - Playwright Version: 1.30 - Operating System: Windows - Node.js version: 16.13 - Browser: electron - Extra: https://teams.microsoft.com/ ## System: - OS: Windows 10 - Memory: 8.51 GB /...

feature-electron
v1.35

Currently seeing a problem with gathering a Playwright trace file for our tests. We start our Playwright tracer with : ``` await this.playwrightWindow?.tracing.start({ screenshots: true, snapshots: true, sources: false, });...

feature-trace

Add ESLint analysis to commit hook and prepublish so we can enforce it. Fix the current issues with the `prettier` ruleset.

### System info - Playwright Version: 1.41 - Operating System: Windows 11 - Browser: All - Other info: Node v16.20.2 ### Source code #### example.spec.ts ```.ts import { test }...

P3-collecting-feedback

Currently a big problem is that we are only using the inner text of the Failure like so: ```xml Error: [Test] ❌ Unable to find element of type xpath ```...

`micromatch` is faster than `minimatch` in performing matching. Which can be seen with auditable benchmarks [here](https://github.com/micromatch/micromatch#latest-results) I wanted to be 100% sure this would help this project and created two...

### 🚀 Feature Request Append the sanitized test name to the automatic screenshot mechanism of Playwright. Why? Currently the names are very generic and cause conflicts in CI/CD Systems like...