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

Set up automated tests for the Android Studio plugin #25

Open
sshann opened this issue May 20, 2020 · 0 comments
Open

Set up automated tests for the Android Studio plugin #25

sshann opened this issue May 20, 2020 · 0 comments
Labels
enhancement New feature or request project:plugin Issues related to the plugin for Android Studio

Comments

@sshann
Copy link
Collaborator

sshann commented May 20, 2020

Manually testing if the plugin works take time, requires an existent Android project and might miss some cases.

Automated tests ensure that the plugin covers all test cases and is working correctly.

If a CI/CD pipeline is implemented, the automated tests can be run when commits are pushed and inform if a change makes a test to fail, thus ensuring that PRs will not break the plugin.

Refer to the IntelliJ Testing Plugins and Testing a Custom Language Plugin doc pages for more details.

@sshann sshann added enhancement New feature or request project:plugin Issues related to the plugin for Android Studio labels May 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request project:plugin Issues related to the plugin for Android Studio
Projects
None yet
Development

No branches or pull requests

1 participant