Thank you. I ran the Automation UI test by  ./ui_tests
--gtest_filter=Automation*
Can you please tell me how can I run it in XCode so that I can debug/step
thru each Test Case?


On Fri, Aug 28, 2009 at 7:20 AM, Nico Weber <tha...@chromium.org> wrote:

> Most (all?) of the uitests are compiled into an executable called
> "uitests". Use
>
>    xcodebuild/Debug/ui_tests --gtest_print_time
>
> to list all test names, then do
>
>    xcodebuild/Debug/ui_tests --gtest_filter=SavePageTest.SaveHTMLOnly
>
> to execute the test you want.
>
> ps: First hit when searching for "running chromium ui tests":
> http://code.google.com/p/chromium/wiki/RunningChromeUITests
>
> On Thu, Aug 27, 2009 at 7:56 PM, hap 497<hap...@gmail.com> wrote:
> > Hi,
> >
> > In src/chrome/test/automation, it has a automation_proxy_uitest.cc, How
> can
> > I run the automation test on MacOSX?
> > I see that is a directory
> > xcodebuild/chrome.build/Debug/automated_ui_tests.build, but there is no
> > *.app under there.
> >
> > Thank you for any tip.
> >
> > > >
> >
>

--~--~---------~--~----~------------~-------~--~----~
Chromium Developers mailing list: chromium-dev@googlegroups.com 
View archives, change email options, or unsubscribe: 
    http://groups.google.com/group/chromium-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to