Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test: Screencast mode - Customize mouse indicator size and color #105721

Closed
2 tasks done
lszomoru opened this issue Aug 31, 2020 · 0 comments
Closed
2 tasks done

Test: Screencast mode - Customize mouse indicator size and color #105721

lszomoru opened this issue Aug 31, 2020 · 0 comments

Comments

@lszomoru
Copy link
Member

lszomoru commented Aug 31, 2020

Refs: #103307

Complexity: 2

Create Issue


We've added settings to customize the size (screencastMode.mouseIndicatorSize) and color (screencastMode.mouseIndicatorColor) of the mouse indicator in screencast mode. Enable Screencast Mode using the command palette and use the following steps to validate the two new settings:

Mouse indicator size

  • Open the Screencast Mode settings and locate the Mouse Indicator Size setting
  • Validate that the default value of the setting is 20.
  • Validate that you can only specify numbers for the setting.
  • Validate that you cannot set values outside the range of [20, 100].
  • Change the setting value and confirm that the mouse indicator show on click is updated.

Mouse indicator color

  • Open the Screencast Mode settings and locate the Mouse Indicator Color setting
  • Validate that the default value of the setting is red.
  • Change the value to a valid color string (ex: blue) and confirm that the mouse indicator is updated.
  • Change the value to a valid color hex string (ex: #FFFFFF) and confirm that the mouse indicator is updated.
  • Set the value to an invalid color string or hex string and confirm that the mouse indicator will default to 'red`.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants