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

Add Automated Test for Options #271

Open
karlhorky opened this issue May 31, 2020 · 1 comment
Open

Add Automated Test for Options #271

karlhorky opened this issue May 31, 2020 · 1 comment

Comments

@karlhorky
Copy link
Contributor

Add an automated test to test one of the options (eg. amVim.useSystemClipboard introduced in #260).

@alisonatwork
Copy link
Collaborator

It has been hard for us to write automated tests that rely on certain values being set in the user settings. For example, I was not able to write repeatable tests for wrapped line functionality (#116) because they would depend on setting a consistent wrapped line value that was the same in CI as local. But it looks like the recent September update of VS Code might allow us to do this, by setting up a special profile with its own settings just for testing: https://code.visualstudio.com/updates/v1_72#_extension-debugging-in-a-clean-environment

I need more time to look into this, but just wanted to drop a comment here to remind us in the future when we take a look at this ticket.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants