gwt-eclipse-plugin icon indicating copy to clipboard operation
gwt-eclipse-plugin copied to clipboard

Enable integration tests in CI

Open niloc132 opened this issue 2 years ago • 1 comments

It appears that CI can't run integration tests today, probably because they are running headless. Consider something like xvfb to simulate having a monitor so tests run.

Confirmed locally that mvn verify passes, elapsed time about 1:20.

niloc132 avatar Jan 11 '23 15:01 niloc132

The PMD eclipse plugin sets up xvfb and tests several different eclipse versions, might be handy as a reference: https://github.com/eclipse-pmd/eclipse-pmd/blob/main/.github/workflows/build.yml

niloc132 avatar Feb 02 '23 01:02 niloc132