Make selenium and MYAPP invocation more flexible
[catagits/Test-WWW-Selenium-Catalyst.git] / t / 01-live.t
index e189e4d..2ad081b 100644 (file)
@@ -5,7 +5,8 @@
 use Test::More tests => 79;
 use FindBin;
 use lib "$FindBin::Bin/lib";
-use Test::WWW::Selenium::Catalyst 'TestApp';
+use Test::WWW::Selenium::Catalyst 'TestApp',
+  -selenium_args => '-singleWindow';
 
 diag("You need to have firefox-bin in your path for this to work!");