testforstephen / vscode-pde

VSCode extension to support Eclipse PDE
18 stars 4 forks source link

Add support running swt UI tests #50

Closed gayanper closed 1 year ago

gayanper commented 1 year ago

Having both UI and None UI tests support provides the opportunity to work on JDT development using vscode java which gives more opportunity test vscode java.

gayanper commented 1 year ago

@testforstephen Let me know what you think, I went with a settings to avoid many UI menus to run tests, But its debatable, So i'm open for suggestions.

gayanper commented 1 year ago

@testforstephen now it builds file, So i change to m2e latest.

gayanper commented 1 year ago

@testforstephen I change the dependencies and also revert to junit4 since junit5 runners are not used for pde tests.