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

init, cleanup tasks for linking starter project with the automation tests #231

Open vkavitha opened 1 year ago

vkavitha commented 1 year ago

1. choose a maven, gradle project suitable for dev automation tests and add it to test/resources

2. add util methods for init the project, import in testing workspace and cleaning up post the test

3. any other utility requirements specific to projects can be considered for utility methods

vkavitha commented 1 year ago

Should include

@dselvara2 @mohlogan anything else from our discussion yesterday?

dselvara2 commented 1 year ago

1.As part of init check if we could use mvn liberty:stop/start instead of the liberty dashboard start stop, this will avoid the loading time of liberty dashboard, saves time.

  1. As part of cleanup close all the projects, clean dashboard.
vkavitha commented 1 year ago

Ensure the tests are running with all the added projects