GoogleCloudPlatform / GoogleCloudPlatform/google-cloud-eclipse

Refactor UI-based tests to avoid duplication in pom.xml settings

Open
#710 0 comments 0 reactions 0 assignees View on GitHub
cleanup priority: p4 testing
Dominant language
Java
Stars
90
Forks
52
PR merge metrics
No merged PRs in 30d

Description

`com.google.cloud.tools.eclipse.integration.appengine` and `com.google.cloud.tools.eclipse.appengine.newproject.test` both run tests that require the Eclipse workbench to be created, therefore both module's pom.xml contains the same configuration for `tycho-surefire-plugin` and almost identical target platform definition.

We should clean this up. Possible solutions:
- define an eclipse feature that contains the TP and just refer to that from the bundles that require it
- create a parent maven module, whose pom.xml contains these settings and any module that needs it would be a child of it thus inheriting the configuration

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.