I Built an Angular-Aware Playwright Selector Engine
The story behind @playwright-labs/selectors-angular — why I built it, how it works internally, and what problems it solves for Angular E2E testing.
• 6 min read
2 posts tagged with "open-source"
The story behind @playwright-labs/selectors-angular — why I built it, how it works internally, and what problems it solves for Angular E2E testing.
How to replace null checks and invisible thrown errors with explicit Option<T> and Result<T,E> types from @rslike/std.