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

Automated integration testing for Liberty language server client capabilities #124

Open
kathrynkodama opened this issue Aug 15, 2022 · 2 comments
Assignees
Labels
5 Estimated story points automated tests language client language server integration
Milestone

Comments

@kathrynkodama
Copy link
Contributor

kathrynkodama commented Aug 15, 2022

Automated testing for LCLS language features (server.xml, server.env, bootstrap.properties). Full list of features here: https://github.com/OpenLiberty/liberty-language-server#features

Depends on #115 and #63

Use FVT Overview as a guide on what test coverage is required, specifically the Liberty Config LS integration section.

Use VS Code FVT plan as a guide for steps to use for writing the tests, specifically steps 3a-3d.

@kathrynkodama kathrynkodama added language client language server integration 5 Estimated story points labels Aug 15, 2022
@kathrynkodama kathrynkodama added this to the EOY 2022 GA milestone Aug 24, 2022
@kathrynkodama kathrynkodama removed the mvp label Aug 24, 2022
@TrevCraw TrevCraw removed this from the GA milestone Oct 7, 2022
@TrevCraw TrevCraw added this to the GA milestone Jan 24, 2023
@kathrynkodama
Copy link
Contributor Author

kathrynkodama commented Jan 31, 2023

We don't need to be as extensive as the automated tests on the Liberty Language Server repository, more emphasis on the language client capabilities themselves, for example:

  1. The Liberty language server is activating on the correct files: https://github.com/OpenLiberty/liberty-language-server#supported-files
  2. Completion, hover, diagnostics on bootstrap.properties
  3. Completion, hover, diagnostics on server.env
  4. Completion, hover, diagnostics on server.xml files

See explanations of 2-4 here: https://github.com/OpenLiberty/liberty-language-server#features

@SuparnaSuresh
Copy link
Contributor

SuparnaSuresh commented Nov 12, 2024

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
5 Estimated story points automated tests language client language server integration
Projects
Development

No branches or pull requests

3 participants