OpenLiberty / liberty-tools-vscode

Visual Studio Code extension for Liberty Tools
https://marketplace.visualstudio.com/items?itemName=Open-Liberty.liberty-dev-vscode-ext
Eclipse Public License 2.0
17 stars 34 forks source link

Add tests for project detection #282

Open TrevCraw opened 1 year ago

TrevCraw commented 1 year ago

Example tests in LT IntelliJ: https://github.com/OpenLiberty/liberty-tools-intellij/blob/main/src/test/java/io/openliberty/tools/intellij/it/SingleModNLTRestProjectTestCommon.java#L110-L214

aparnamichael commented 1 year ago

Added test cases to detect project with src/main/liberty/config/server.xml file only (ie. no LMP or LGP defined in build file) PR - https://github.com/OpenLiberty/liberty-tools-vscode/pull/284

aparnamichael commented 6 months ago

This PR has to update with the latest changes. Also waiting to merge https://github.com/OpenLiberty/liberty-tools-vscode/pull/328.

After that re-review is required.