Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [e4-dev] Including Search Console tests in build process and execute them automatically

Hi Danail

On Wed, Jan 25, 2012 at 6:49 AM, Branekov, Danail
<danail.branekov@xxxxxxx> wrote:
> How do I do that? http://wiki.eclipse.org/E4/Builds does not give much
> details on the topic. Should I open a bugzilla to request this?

Sure, please open a bug.

To get search console into the build, you need to provide a search
console feature + the search console test feature that we can add to
the build master feature.  Do you just want us to auto-tag master in
your repo? [1]

To get the source plugins and source feature generated, you will need
sourceTemplate* directories in your feature [2], although that can be
added after you get a build.

We also need to know other eclipse or orbit projects you have as a
dependency (like SWTBot) so we can mirror their repos during the
build. [3]

For each test plugin you want run, you need to provide a test.xml [4]
at the test bundle root (it specifies the TestSuite(s) to run for that
bundle) and have it included in the binary build.  Your test feature
should mark each test plugin as "Unpack the plug-in archive after the
installation".  Then we need to add it to the auto-testing test.xml
e4less [5] target.


[1] http://git.eclipse.org/c/e4/org.eclipse.e4.releng.git/tree/tagging/repositories.txt
[2] http://git.eclipse.org/c/e4/org.eclipse.e4.ui.git/tree/features/org.eclipse.e4.ui.feature
[3] http://git.eclipse.org/c/e4/org.eclipse.e4.releng.git/tree/org.eclipse.e4.builder/builder/general/customTargets.xml#n111
[4] http://git.eclipse.org/c/platform/eclipse.platform.ui.git/tree/tests/org.eclipse.ui.tests/test.xml
[5] http://git.eclipse.org/c/e4/org.eclipse.e4.releng.git/tree/org.eclipse.e4.builder/builder/general/tests/test.xml#n688

Later,
PW

-- 
Paul Webster
Hi floor.  Make me a sammich! - GIR


Back to the top