/* Any copyright is dedicated to the Public Domain.
http://creativecommons.org/publicdomain/zero/1.0/ */
EnableEngines([
"tabs" ]);
/*
* The list of phases mapped to their corresponding profiles. The object
* here must be in JSON format as it will get parsed by the Python
* testrunner. It is parsed by the YAML package, so it relatively flexible.
*/
var phases = { phase1:
"profile1" , phase2:
"profile2" };
var tabs1 = [
{
uri:
"data:text/html,Howdy Howdy" ,
title:
"Howdy" ,
profile:
"profile1" ,
},
{
uri:
"data:text/html,America America" ,
title:
"America" ,
profile:
"profile1" ,
},
{
uri:
"data:text/html,Apple Apple" ,
title:
"Apple" ,
profile:
"profile1" ,
},
{
uri:
"data:text/html,This This" ,
title:
"This" ,
profile:
"profile1" ,
},
{
uri:
"data:text/html,Bug Bug" ,
title:
"Bug" ,
profile:
"profile1" ,
},
{
uri:
"data:text/html,IRC IRC" ,
title:
"IRC" ,
profile:
"profile1" ,
},
{
uri:
"data:text/html,Tinderbox Tinderbox" ,
title:
"Tinderbox" ,
profile:
"profile1" ,
},
{
uri:
"data:text/html,Fox Fox" ,
title:
"Fox" ,
profile:
"profile1" ,
},
{
uri:
"data:text/html,Hello Hello" ,
title:
"Hello" ,
profile:
"profile1" ,
},
{
uri:
"data:text/html,Eagle Eagle" ,
title:
"Eagle" ,
profile:
"profile1" ,
},
{
uri:
"data:text/html,Train Train" ,
title:
"Train" ,
profile:
"profile1" ,
},
{
uri:
"data:text/html,Macbook Macbook" ,
title:
"Macbook" ,
profile:
"profile1" ,
},
{
uri:
"data:text/html,Clock Clock" ,
title:
"Clock" ,
profile:
"profile1" ,
},
{
uri:
"data:text/html,Google Google" ,
title:
"Google" ,
profile:
"profile1" ,
},
{
uri:
"data:text/html,Human Human" ,
title:
"Human" ,
profile:
"profile1" ,
},
{
uri:
"data:text/html,Jetpack Jetpack" ,
title:
"Jetpack" ,
profile:
"profile1" ,
},
{
uri:
"data:text/html,Selenium Selenium" ,
title:
"Selenium" ,
profile:
"profile1" ,
},
{
uri:
"data:text/html,Mozilla Mozilla" ,
title:
"Mozilla" ,
profile:
"profile1" ,
},
{
uri:
"data:text/html,Firefox Firefox" ,
title:
"Firefox" ,
profile:
"profile1" ,
},
{
uri:
"data:text/html,Weave Weave" ,
title:
"Weave" ,
profile:
"profile1" ,
},
{
uri:
"data:text/html,Android Android" ,
title:
"Android" ,
profile:
"profile1" ,
},
{
uri:
"data:text/html,Bye Bye" ,
title:
"Bye" ,
profile:
"profile1" ,
},
{
uri:
"data:text/html,Hi Hi" ,
title:
"Hi" ,
profile:
"profile1" ,
},
{
uri:
"data:text/html,Final Final" ,
title:
"Final" ,
profile:
"profile1" ,
},
{
uri:
"data:text/html,Fennec Fennec" ,
title:
"Fennec" ,
profile:
"profile1" ,
},
{
uri:
"data:text/html,Mobile Mobile" ,
title:
"Mobile" ,
profile:
"profile1" ,
},
];
Phase(
"phase1" , [[Tabs.add, tabs1], [Sync]]);
Phase(
"phase2" , [[Sync], [Tabs.verify, tabs1]]);
Messung V0.5 C=95 H=92 G=93
¤ Dauer der Verarbeitung: 0.0 Sekunden
(vorverarbeitet)
¤
*© Formatika GbR, Deutschland