sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #36491
[Question #281192]: Cannot start app ONLY when running the tests with maven
New question #281192 on Sikuli:
https://answers.launchpad.net/sikuli/+question/281192
Hi,
I have a test scenario where I open Add/Remove Programs app from a Sikuli test and then I remove an app using the normal UI flow. Here's how I open the uninstall app:
App uninstallApp = new App("cmd.exe /c start appwiz.cpl");
uninstallApp.open();
uninstallApp.focus();
When runnning the tests from Eclipse it works great, however, when I run the tests using maven, the code above does nothing so the test fails. Any suggestions?
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.