Kumar Chandresh

Results 14 comments of Kumar Chandresh

Sorry for late reply, but the issue still remains. Tested this on 0.7.7.0. ![Screenshot 2022-04-01 180412](https://user-images.githubusercontent.com/12244518/161264333-d21a2ae8-60c5-4c58-8e0a-78eadfc9db09.png) Observation 1: ![image](https://user-images.githubusercontent.com/12244518/161264467-a7decbd4-cffc-44dd-bf29-957644a1d72f.png) If I increase the font size by a large amount (from...

On the same topic, would it be possible selectively enable ligatures? Opposite of #670 would give more refined control. For example, I really like connected `->` or `=>` when writing...

:sparkles: It will help move the npm bin and cache folder to the [Dev Drive](https://learn.microsoft.com/en-us/windows/dev-drive/) automatically.

test.step.skip in reports: ``` Total steps: x Skipped: y ``` ❤️

Everybody's gonna run into this issue trying to test caps lock warning on password field. 😄

Hacked it using JavaScript! 💀 ```ts import { Locator, expect, test } from '@playwright/test' async function pressKey(locator: Locator, key: string, modifiers: { CapsLock?: boolean } = {}) { await locator.evaluate((node,...

@pavelfeldman ```js condition && await test.step('my step', async () => { ... }); ``` will not show in reports. Visibility over what was run is one of the good characteristics...

@quoid > I wonder what the motivations for `test.skip` originally were Just like `test.skip` gives finer control over which tests execute based on certain conditions that can be evaluated at...

@beatfactor The issue was introduced in this commit https://github.com/nightwatchjs/nightwatch/commit/21dae490900a6c388c6ccbb8c3742dae33e1064b The issue doesn't exist in v3, not sure how and when it got resolved.

Hello! What's the status on PR? Is it getting merged soon?