Hi,
I have read the documentation on running the server and dstributed tests. I am
not clear on whether my needs are met out of the box or whether it will require
a significant amount of Java coding. Here is what I need:
1. I'm running the Bamboo continuous integration server on a central machine.
This server invokes Ant for nightly builds.
2. I want Ant to invoke a JsUnit suite on various other machines (flavors of OS
and browser) and have all the test results written to the disk of the central
machine (in JUnit format) where Bamboo will suck them up when Ant exits.
3. I guess I need the test case IDs to vary by OS/Browser to be able to track
the test results in each platform.
Given this, I'm worried about two things after reading the documentation:
1. How to get the test results written to the disk of the central server.
2. How to properly configure each remove machine when Ant is invoked. Ie. each
server may run the JsUnit suite of several different build processes so the test
page URL needs to be configured on the fly by the central machine.
Is my usecase supported and if so, can someone give me an overview of the
necessary configuration? Thanks in advance.