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<[email protected]> 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: [email protected] 
View archives, change email options, or unsubscribe: 
    http://groups.google.com/group/chromium-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to