The merge is done. The changes include:
1) Added the bundle tier for Macro Command (i.e., command bundle
consists of multiple selenium commands)
2) Added build-in trace capability to show the execution time for each
command and the aggregated results.
3) Added Ui module pushing to the Engine (Selenium Core)
4) Added new Tellurium APIs based on jQuery selector
5) Added Global environment and global methods so that some tellurium
commands will not depend on a specific Ui Module.
For instance, you can call the following method directly to enable
jquery selector in your test case
useJQuerySelector(true);
6) Added the following section to Tellurium configuration file
TelluriumConf.groovy
//the bundling tier
bundle{
maxMacroCmd = 5
useMacroCommand = false
}
test{
execution{
//whether to trace the execution timing
trace = false
}
......
Be aware that 1) and 3) need more work. We will create wiki documents
to explain the changes in more details some time later.
Thanks,
Jian
On Nov 25, 8:58 pm, John <[email protected]> wrote:
> Hi all,
>
> I am in the middle of merging the prototype branch into trunk (Macro
> command and Engine prototype) and thus, the trunk may be unstable for
> a while. Please don't build tellurium from source by your own until
> further notice.
>
> Sorry for any inconvenience.
>
> Jian
--
You received this message because you are subscribed to the Google Groups
"tellurium-users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/tellurium-users?hl=en.